You are here

protected property SystemMenuOffCanvasForm::$menu in Drupal 9

Same name and namespace in other branches
  1. 8 core/modules/system/src/Form/SystemMenuOffCanvasForm.php \Drupal\system\Form\SystemMenuOffCanvasForm::menu

The menu entity that the block uses and that will be edited in this form.

Type: \Drupal\system\MenuInterface

File

core/modules/system/src/Form/SystemMenuOffCanvasForm.php, line 41

Class

SystemMenuOffCanvasForm
The setting_tray form handler for the SystemMenuBlock.

Namespace

Drupal\system\Form

Code

protected $menu;