public function ContextualLinkInterface::getOptions in Drupal 10
Same name and namespace in other branches
- 8 core/lib/Drupal/Core/Menu/ContextualLinkInterface.php \Drupal\Core\Menu\ContextualLinkInterface::getOptions()
- 9 core/lib/Drupal/Core/Menu/ContextualLinkInterface.php \Drupal\Core\Menu\ContextualLinkInterface::getOptions()
Returns the link options passed to the link generator.
Return value
array An associative array of options.
File
- core/
lib/ Drupal/ Core/ Menu/ ContextualLinkInterface.php, line 58
Class
- ContextualLinkInterface
- Defines a contextual link plugin.
Namespace
Drupal\Core\MenuCode
public function getOptions();