public static function DisplayPath::getInfo

File

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

Class

DisplayPath
Tests the UI of generic display path plugin.

Namespace

Drupal\views_ui\Tests

Code

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