public static function FieldWebTest::getInfo

File

drupal/core/modules/views/lib/Drupal/views/Tests/Handler/FieldWebTest.php, line 28
Contains \Drupal\views\Tests\Handler\FieldWebTest.

Class

FieldWebTest
Tests fields from within a UI.

Namespace

Drupal\views\Tests\Handler

Code

public static function getInfo() {
  return array(
    'name' => 'Field: Web Test',
    'description' => 'Tests fields from within a UI.',
    'group' => 'Views Handlers',
  );
}