public static function EntityFormTest::getInfo

File

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

Class

EntityFormTest
Tests the Entity Form Controller.

Namespace

Drupal\system\Tests\Entity

Code

public static function getInfo() {
  return array(
    'name' => 'Entity form',
    'description' => 'Tests the entity form controller.',
    'group' => 'Entity API',
  );
}