public static function FieldBooleanTest::getInfo in Views (for Drupal 7) 8.3
File
- lib/
Drupal/ views/ Tests/ Handler/ FieldBooleanTest.php, line 15 - Definition of Drupal\views\Tests\Handler\FieldBooleanTest.
Class
- FieldBooleanTest
- Tests the core Drupal\views\Plugin\views\field\Boolean handler.
Namespace
Drupal\views\Tests\HandlerCode
public static function getInfo() {
return array(
'name' => 'Field: Boolean',
'description' => 'Test the core Drupal\\views\\Plugin\\views\\field\\Boolean handler.',
'group' => 'Views Handlers',
);
}