public static function ToolbarHookToolbarTest::getInfo

File

drupal/core/modules/toolbar/lib/Drupal/toolbar/Tests/ToolbarHookToolbarTest.php, line 24
Contains \Drupal\toolbar\Tests\ToolbarHookToolbarTest.

Class

ToolbarHookToolbarTest
Tests the toolbar tab and tray registration.

Namespace

Drupal\toolbar\Tests

Code

public static function getInfo() {
  return array(
    'name' => 'Toolbar hook_toolbar',
    'description' => 'Tests the implementation of hook_toolbar() by a module.',
    'group' => 'Toolbar',
  );
}