public static function DisplayPath::getInfo

File

drupal/core/modules/views/lib/Drupal/views/Tests/UI/DisplayPath.php, line 24
Contains \Drupal\views\Tests\UI\DisplayPath

Class

DisplayPath
Tests the UI of generic display path plugin.

Namespace

Drupal\views\Tests\UI

Code

public static function getInfo() {
  return array(
    'name' => 'Display Path: UI',
    'description' => 'Tests the UI of generic display path plugin.',
    'group' => 'Views UI',
  );
}