public function ContextualLinkManagerInterface::getContextualLinkPluginsByGroup in Drupal 9
Same name and namespace in other branches
- 8 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);