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