public static function EntityFormDisplayTest::getInfo

File

drupal/core/modules/entity/lib/Drupal/entity/Tests/EntityFormDisplayTest.php, line 19
Contains \Drupal\entity\Tests\EntityFormDisplayTest.

Class

EntityFormDisplayTest
Tests the EntityDisplay configuration entities.

Namespace

Drupal\entity\Tests

Code

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