File
- drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/ExposedFormTest.php, line 31
- Definition of 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',
);
}