You are here

public function ContextualLinkManagerInterface::getContextualLinkPluginsByGroup in Drupal 8

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/Menu/ContextualLinkManagerInterface.php \Drupal\Core\Menu\ContextualLinkManagerInterface::getContextualLinkPluginsByGroup()

Gets the contextual link plugins by contextual link group.

Parameters

string $group_name: The group name.

Return value

array A list of contextual links plugin definitions.

1 method overrides ContextualLinkManagerInterface::getContextualLinkPluginsByGroup()
ContextualLinkManager::getContextualLinkPluginsByGroup in core/lib/Drupal/Core/Menu/ContextualLinkManager.php
Gets the contextual link plugins by contextual link group.

File

core/lib/Drupal/Core/Menu/ContextualLinkManagerInterface.php, line 19

Class

ContextualLinkManagerInterface
Provides an object which returns the available contextual links.

Namespace

Drupal\Core\Menu

Code

public function getContextualLinkPluginsByGroup($group_name);