You are here

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

File

lib/Drupal/views/Tests/Handler/FieldCustomTest.php, line 15
Definition of Drupal\views\Tests\Handler\FieldCustomTest.

Class

FieldCustomTest
Tests the core Drupal\views\Plugin\views\field\Custom handler.

Namespace

Drupal\views\Tests\Handler

Code

public static function getInfo() {
  return array(
    'name' => 'Field: Custom',
    'description' => 'Test the core Drupal\\views\\Plugin\\views\\field\\Custom handler.',
    'group' => 'Views Handlers',
  );
}