You are here

protected property MenuLinkContent::$insidePlugin in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/menu_link_content/src/Entity/MenuLinkContent.php \Drupal\menu_link_content\Entity\MenuLinkContent::insidePlugin
  2. 10 core/modules/menu_link_content/src/Entity/MenuLinkContent.php \Drupal\menu_link_content\Entity\MenuLinkContent::insidePlugin

A flag for whether this entity is wrapped in a plugin instance.

Type: bool

File

core/modules/menu_link_content/src/Entity/MenuLinkContent.php, line 74

Class

MenuLinkContent
Defines the menu link content entity class.

Namespace

Drupal\menu_link_content\Entity

Code

protected $insidePlugin = FALSE;