public function MenuLinkInterface::getOptions in Drupal 10
Same name and namespace in other branches
- 8 core/lib/Drupal/Core/Menu/MenuLinkInterface.php \Drupal\Core\Menu\MenuLinkInterface::getOptions()
- 9 core/lib/Drupal/Core/Menu/MenuLinkInterface.php \Drupal\Core\Menu\MenuLinkInterface::getOptions()
Returns the options for this link.
Return value
array An associative array of options.
File
- core/
lib/ Drupal/ Core/ Menu/ MenuLinkInterface.php, line 139
Class
- MenuLinkInterface
- Defines an interface for classes providing a type of menu link.
Namespace
Drupal\Core\MenuCode
public function getOptions();