function MenuLinkInterface::getOptions

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/Menu/MenuLinkInterface.php \Drupal\Core\Menu\MenuLinkInterface::getOptions()
  2. 8.9.x core/lib/Drupal/Core/Menu/MenuLinkInterface.php \Drupal\Core\Menu\MenuLinkInterface::getOptions()
  3. 11.x 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.

1 method overrides MenuLinkInterface::getOptions()
MenuLinkBase::getOptions in core/lib/Drupal/Core/Menu/MenuLinkBase.php
Returns the options for this link.

File

core/lib/Drupal/Core/Menu/MenuLinkInterface.php, line 140

Class

MenuLinkInterface
Defines an interface for classes providing a type of menu link.

Namespace

Drupal\Core\Menu

Code

public function getOptions();

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.