function ContextualLinkManagerInterface::getContextualLinkPluginsByGroup

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/Menu/ContextualLinkManagerInterface.php \Drupal\Core\Menu\ContextualLinkManagerInterface::getContextualLinkPluginsByGroup()
  2. 10 core/lib/Drupal/Core/Menu/ContextualLinkManagerInterface.php \Drupal\Core\Menu\ContextualLinkManagerInterface::getContextualLinkPluginsByGroup()
  3. 11.x 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);

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.