class SqlContentEntityStorageTestEntityInterface

Provides an entity with dummy implementations of static methods.

Hierarchy

Expanded class hierarchy of SqlContentEntityStorageTestEntityInterface

File

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

Namespace

Drupal\Tests\Core\Entity\Sql
View 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.