You are here

static function MenuLinkPluginTest::getInfo in Crumbs, the Breadcrumbs suite 7

Same name and namespace in other branches
  1. 7.2 lib/Drupal/crumbs/Tests/MenuLinkPluginTest.php \Drupal\crumbs\Tests\MenuLinkPluginTest::getInfo()

File

lib/Drupal/crumbs/Tests/MenuLinkPluginTest.php, line 7

Class

MenuLinkPluginTest

Namespace

Drupal\crumbs\Tests

Code

static function getInfo() {
  return array(
    'name' => 'Crumbs menu plugin test',
    'description' => 'Test the menu plugins for Crumbs.',
    'group' => 'Crumbs',
  );
}