public static function SqlContentEntityStorageTestEntityInterface::postLoad in Drupal 10
Same name and namespace in other branches
- 8 core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php \Drupal\Tests\Core\Entity\Sql\SqlContentEntityStorageTestEntityInterface::postLoad()
- 9 core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageTest.php \Drupal\Tests\Core\Entity\Sql\SqlContentEntityStorageTestEntityInterface::postLoad()
File
- core/
tests/ Drupal/ Tests/ Core/ Entity/ Sql/ SqlContentEntityStorageTest.php, line 1467 - Contains \Drupal\Tests\Core\Entity\Sql\SqlContentEntityStorageTest.
Class
- SqlContentEntityStorageTestEntityInterface
- Provides an entity with dummy implementations of static methods, because those cannot be mocked.
Namespace
Drupal\Tests\Core\Entity\SqlCode
public static function postLoad(EntityStorageInterface $storage, array &$entities) {
}