public static function DisplayAttachmentTest::getInfo

Same name in this branch
  1. 8.x drupal/core/modules/views_ui/lib/Drupal/views_ui/Tests/DisplayAttachmentTest.php \Drupal\views_ui\Tests\DisplayAttachmentTest::getInfo()
  2. 8.x drupal/core/modules/views/lib/Drupal/views/Tests/Plugin/DisplayAttachmentTest.php \Drupal\views\Tests\Plugin\DisplayAttachmentTest::getInfo()

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',
  );
}