public static function EntityApiInfoTest::getInfo

File

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

Class

EntityApiInfoTest
Tests Entity API base functionality.

Namespace

Drupal\system\Tests\Entity

Code

public static function getInfo() {
  return array(
    'name' => 'Entity info',
    'description' => 'Makes sure entity info is accurately cached.',
    'group' => 'Entity API',
  );
}