You are here

public static function FieldEntityTest::getInfo in Views (for Drupal 7) 8.3

File

lib/Drupal/views/Tests/Entity/FieldEntityTest.php, line 25
Definition of Drupal\views\Tests\Entity\FieldEntityTest.

Class

FieldEntityTest
Tests the field plugin base integration with the entity system.

Namespace

Drupal\views\Tests\Entity

Code

public static function getInfo() {
  return array(
    'name' => 'Field: Entity Api Integration',
    'description' => 'Tests the field plugin base integration with the entity system.',
    'group' => 'Views Modules',
  );
}