function MenuLinkContent::setInsidePlugin
Flags this instance as being wrapped in a menu link plugin instance.
Overrides MenuLinkContentInterface::setInsidePlugin
File
-
core/
modules/ menu_link_content/ src/ Entity/ MenuLinkContent.php, line 79
Class
- MenuLinkContent
- Defines the menu link content entity class.
Namespace
Drupal\menu_link_content\EntityCode
public function setInsidePlugin() {
$this->insidePlugin = TRUE;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.