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);
Please login to continue.