File
- drupal/core/modules/views/lib/Drupal/views/Tests/Handler/FieldDropButtonTest.php, line 26
- Contains \Drupal\views\Tests\Handler\FieldDropButtonTest.
Class
- FieldDropButtonTest
- Tests the dropbutton field handler.
Namespace
Drupal\views\Tests\Handler
Code
public static function getInfo() {
return array(
'name' => 'Field: Dropbutton',
'description' => 'Tests the dropbutton field handler.',
'group' => 'Views Handlers',
);
}