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