public static function ExposedFormTest::getInfo

File

drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/ExposedFormTest.php, line 31
Contains \Drupal\views\Tests\Plugin\ExposedFormTest.

Class

ExposedFormTest
Tests exposed forms.

Namespace

Drupal\views\Tests\Plugin

Code

public static function getInfo() {
  return array(
    'name' => 'Exposed forms',
    'description' => 'Test exposed forms functionality.',
    'group' => 'Views Plugins',
  );
}