Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. MenuLinkInterface.php

function MenuLinkInterface::updateLink

Updates the definition values for a menu link.

Depending on the implementation details of the class, not all definition values may be changed. For example, changes to the title of a static link will be discarded.

In general, this method should not be called directly, but will be called automatically from MenuLinkManagerInterface::updateDefinition().

Parameters

array $new_definition_values: The new values for the link definition. This will usually be just a subset of the plugin definition.

bool $persist: TRUE to have the link persist the changed values to any additional storage.

Return value

array The plugin definition incorporating any allowed changes.

4 methods override MenuLinkInterface::updateLink()
InaccessibleMenuLink::updateLink in core/lib/Drupal/Core/Menu/InaccessibleMenuLink.php
Updates the definition values for a menu link.
MenuLinkContent::updateLink in core/modules/menu_link_content/src/Plugin/Menu/MenuLinkContent.php
Updates the definition values for a menu link.
MenuLinkDefault::updateLink in core/lib/Drupal/Core/Menu/MenuLinkDefault.php
Updates the definition values for a menu link.
ViewsMenuLink::updateLink in core/modules/views/src/Plugin/Menu/ViewsMenuLink.php
Updates the definition values for a menu link.

File

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

Class

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

Namespace

Drupal\Core\Menu

Code

public function updateLink(array $new_definition_values, $persist);

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal