public static function EntityCrudHookTest::getInfo

File

drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityCrudHookTest.php, line 35
Definition of Drupal\system\Tests\Entity\EntityCrudHookTest.

Class

EntityCrudHookTest
Tests invocation of hooks when performing an action.

Namespace

Drupal\system\Tests\Entity

Code

public static function getInfo() {
  return array(
    'name' => 'Entity CRUD hooks',
    'description' => 'Tests the invocation of hooks when inserting, loading, updating or deleting an entity.',
    'group' => 'Entity API',
  );
}