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