function ContextualLinkManagerInterface::getContextualLinkPluginsByGroup
Same name in other branches
- 9 core/lib/Drupal/Core/Menu/ContextualLinkManagerInterface.php \Drupal\Core\Menu\ContextualLinkManagerInterface::getContextualLinkPluginsByGroup()
- 10 core/lib/Drupal/Core/Menu/ContextualLinkManagerInterface.php \Drupal\Core\Menu\ContextualLinkManagerInterface::getContextualLinkPluginsByGroup()
- 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\MenuCode
public function getContextualLinkPluginsByGroup($group_name);
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.