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