class SqlContentEntityStorageTestEntityInterface
Provides an entity with dummy implementations of static methods.
Hierarchy
- class \Drupal\Tests\Core\Entity\Sql\SqlContentEntityStorageTestEntityInterface extends \Drupal\Core\Entity\EntityInterface
Expanded class hierarchy of SqlContentEntityStorageTestEntityInterface
File
-
core/
tests/ Drupal/ Tests/ Core/ Entity/ Sql/ SqlContentEntityStorageTest.php, line 1465
Namespace
Drupal\Tests\Core\Entity\SqlView source
abstract class SqlContentEntityStorageTestEntityInterface implements EntityInterface {
/**
* {@inheritdoc}
*/
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.