public static function FieldUITest::getInfo

Same name in this branch

File

drupal/core/modules/field/lib/Drupal/field/Tests/Views/FieldUITest.php, line 31
Contains \Drupal\field\Tests\Views\FieldUITest.

Class

FieldUITest
Tests the UI of the field field handler.

Namespace

Drupal\field\Tests\Views

Code

public static function getInfo() {
  return array(
    'name' => 'Field: Field handler UI',
    'description' => 'Tests the UI of the field field handler.',
    'group' => 'Views UI',
  );
}