public static function FieldBooleanTest::getInfo

File

drupal/core/modules/views/lib/Drupal/views/Tests/Handler/FieldBooleanTest.php, line 24
Definition of Drupal\views\Tests\Handler\FieldBooleanTest.

Class

FieldBooleanTest
Tests the core Drupal\views\Plugin\views\field\Boolean handler.

Namespace

Drupal\views\Tests\Handler

Code

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