File
- drupal/core/modules/views_ui/lib/Drupal/views_ui/Tests/DisplayAttachmentTest.php, line 24
- Contains \Drupal\views_ui\Tests\DisplayAttachmentTest.
Class
- DisplayAttachmentTest
- Tests the UI for the attachment display plugin.
Namespace
Drupal\views_ui\Tests
Code
public static function getInfo() {
return array(
'name' => 'Display: Attachment',
'description' => 'Tests the UI for the attachment display plugin.',
'group' => 'Views UI',
);
}