function SqlContentEntityStorageTestEntityInterface::postLoad

Same name in other branches
  1. 9 core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php \Drupal\Tests\Core\Entity\Sql\SqlContentEntityStorageTestEntityInterface::postLoad()
  2. 10 core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php \Drupal\Tests\Core\Entity\Sql\SqlContentEntityStorageTestEntityInterface::postLoad()
  3. 11.x core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php \Drupal\Tests\Core\Entity\Sql\SqlContentEntityStorageTestEntityInterface::postLoad()

Overrides EntityInterface::postLoad

File

core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php, line 1492

Class

SqlContentEntityStorageTestEntityInterface
Provides an entity with dummy implementations of static methods, because those cannot be mocked.

Namespace

Drupal\Tests\Core\Entity\Sql

Code

public static function postLoad(EntityStorageInterface $storage, array &$entities) {
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.