public static function FieldCustomTest::getInfo

File

drupal/core/modules/views/lib/Drupal/views/Tests/Handler/FieldCustomTest.php, line 24
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',
  );
}