Provides an object which returns the available contextual links.
Hierarchy
- interface \Drupal\Core\Menu\ContextualLinkManagerInterface
File
- core/lib/Drupal/Core/Menu/ContextualLinkManagerInterface.php, line 8
Namespace
Drupal\Core\Menu
Members
| Name | Modifiers | Type | Description |
|---|---|---|---|
| ContextualLinkManagerInterface::getContextualLinkPluginsByGroup | public | function | Gets the contextual link plugins by contextual link group. |
| ContextualLinkManagerInterface::getContextualLinksArrayByGroup | public | function | Gets the contextual links prepared as expected by links.html.twig. |
Please login to continue.