public static function CustomBooleanTest::getInfo

File

drupal/core/modules/views_ui/lib/Drupal/views_ui/Tests/CustomBooleanTest.php, line 24
Contains \Drupal\views_ui\Tests\CustomBooleanTest.

Class

CustomBooleanTest
Tests the UI and functionality for the Custom boolean field handler options.

Namespace

Drupal\views_ui\Tests

Code

public static function getInfo() {
  return array(
    'name' => 'Boolean custom options: UI',
    'description' => 'Tests the UI and functionality for the Custom boolean field handler options',
    'group' => 'Views UI',
  );
}