You are here

protected property MenuLinkContentForm::$entity in Drupal 8

Same name and namespace in other branches
  1. 9 core/modules/menu_link_content/src/Form/MenuLinkContentForm.php \Drupal\menu_link_content\Form\MenuLinkContentForm::entity
  2. 10 core/modules/menu_link_content/src/Form/MenuLinkContentForm.php \Drupal\menu_link_content\Form\MenuLinkContentForm::entity

The content menu link.

Type: \Drupal\menu_link_content\MenuLinkContentInterface

Overrides ContentEntityForm::$entity

File

core/modules/menu_link_content/src/Form/MenuLinkContentForm.php, line 27

Class

MenuLinkContentForm
Provides a form to add/update content menu links.

Namespace

Drupal\menu_link_content\Form

Code

protected $entity;