MenuLinkContentInterface::setRequiresRediscovery

public MenuLinkContentInterface::setRequiresRediscovery($rediscovery)

Flags a link as requiring rediscovery.

Parameters

bool $rediscovery: Whether or not the link requires rediscovery.

Return value

$this The instance on which the method was called.

See also

\Drupal\menu_link_content\MenuLinkContentInterface::requiresRediscovery()

File

core/modules/menu_link_content/src/MenuLinkContentInterface.php, line 129

Class

MenuLinkContentInterface
Defines an interface for custom menu links.

Namespace

Drupal\menu_link_content

Code

public function setRequiresRediscovery($rediscovery);
doc_Drupal
2016-10-29 09:26:48
Comments
Leave a Comment

Please login to continue.