public static function EntityOperationsTest::getInfo

File

drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityOperationsTest.php, line 24
Contains \Drupal\system\Tests\Entity\EntityOperationsTest.

Class

EntityOperationsTest
Tests for entity operations, that they can be altered.

Namespace

Drupal\system\Tests\Entity

Code

public static function getInfo() {
  return array(
    'name' => 'Entity Operations',
    'description' => 'Check that operations can be injected from the hook.',
    'group' => 'Entity API',
  );
}