public static function ExposedFormTest::getInfo in Views (for Drupal 7) 8.3
File
- lib/
Drupal/ views/ Tests/ Plugin/ ExposedFormTest.php, line 22 - Definition of Drupal\views\Tests\Plugin\ExposedFormTest.
Class
- ExposedFormTest
- Tests exposed forms.
Namespace
Drupal\views\Tests\PluginCode
public static function getInfo() {
return array(
'name' => 'Exposed forms',
'description' => 'Test exposed forms functionality.',
'group' => 'Views Plugins',
);
}