SystemMenuOffCanvasForm::__construct

public SystemMenuOffCanvasForm::__construct(EntityStorageInterface $menu_storage, EntityTypeManagerInterface $entity_type_manager, TranslationInterface $string_translation) SystemMenuOffCanvasForm constructor. Parameters \Drupal\Core\Entity\EntityStorageInterface $menu_storage: \Drupal\Core\Entity\EntityTypeManagerInterface $entity_type_manager: \Drupal\Core\StringTranslation\TranslationInterface $string_translation: File core/modules/outside_in/src/Form/SystemMenuOffCanvasForm.php, line 57

SystemMenuOffCanvasForm::getEntityForm

protected SystemMenuOffCanvasForm::getEntityForm(MenuInterface $entity) Gets the entity form for this menu. Parameters \Drupal\system\MenuInterface $entity: The menu entity. Return value \Drupal\Core\Entity\EntityFormInterface The entity form. File core/modules/outside_in/src/Form/SystemMenuOffCanvasForm.php, line 135 Class SystemMenuOffCanvasForm The off-canvas form handler for the SystemMenuBlock. Namespace Drupal\outside_in\Form Code protected function getEntityForm(MenuInterface

SystemMenuOffCanvasForm::buildConfigurationForm

public SystemMenuOffCanvasForm::buildConfigurationForm(array $form, FormStateInterface $form_state) Form constructor. Plugin forms are embedded in other forms. In order to know where the plugin form is located in the parent form, #parents and #array_parents must be known, but these are not available during the initial build phase. In order to have these properties available when building the plugin form's elements, let this method return a form element that has a #process callback and build the

SystemMenuOffCanvasForm

The off-canvas form handler for the SystemMenuBlock. Hierarchy class \Drupal\Core\Plugin\PluginFormBase implements PluginAwareInterface, PluginFormInterfaceclass \Drupal\outside_in\Form\SystemMenuOffCanvasForm implements ContainerInjectionInterface uses RedirectDestinationTrait, StringTranslationTrait See also outside_in_block_alter() File core/modules/outside_in/src/Form/SystemMenuOffCanvasForm.php, line 23 Namespace Drupal\outside_in\Form Members Name Modifiers Type Descript

SystemMenuOffCanvasForm::$entity

Type: \Drupal\system\MenuInterface File core/modules/outside_in/src/Form/SystemMenuOffCanvasForm.php, line 38 Class SystemMenuOffCanvasForm The off-canvas form handler for the SystemMenuBlock. Namespace Drupal\outside_in\Form Code protected $entity;

SystemMenuOffCanvasForm::$entityTypeManager

Type: \Drupal\Core\Entity\EntityTypeManagerInterface File core/modules/outside_in/src/Form/SystemMenuOffCanvasForm.php, line 48 Class SystemMenuOffCanvasForm The off-canvas form handler for the SystemMenuBlock. Namespace Drupal\outside_in\Form Code protected $entityTypeManager;

SystemMenuOffCanvasForm::$menuStorage

Type: \Drupal\Core\Entity\EntityStorageInterface File core/modules/outside_in/src/Form/SystemMenuOffCanvasForm.php, line 43 Class SystemMenuOffCanvasForm The off-canvas form handler for the SystemMenuBlock. Namespace Drupal\outside_in\Form Code protected $menuStorage;

SystemManager::REQUIREMENT_WARNING

Requirement severity -- Warning condition; proceed but flag warning. File core/modules/system/src/SystemManager.php, line 61 Class SystemManager System Manager Service. Namespace Drupal\system Code const REQUIREMENT_WARNING = 1;

SystemManager::__construct

public SystemManager::__construct(ModuleHandlerInterface $module_handler, EntityManagerInterface $entity_manager, RequestStack $request_stack, MenuLinkTreeInterface $menu_tree, MenuActiveTrailInterface $menu_active_trail) Constructs a SystemManager object. Parameters \Drupal\Core\Extension\ModuleHandlerInterface $module_handler: The module handler. \Drupal\Core\Entity\EntityManagerInterface $entity_manager: The entity manager. \Symfony\Component\HttpFoundation\RequestStack $request_stack: The

SystemManager::getMaxSeverity

public SystemManager::getMaxSeverity(&$requirements) Extracts the highest severity from the requirements array. Parameters $requirements: An array of requirements, in the same format as is returned by hook_requirements(). Return value The highest severity in the array. File core/modules/system/src/SystemManager.php, line 136 Class SystemManager System Manager Service. Namespace Drupal\system Code public function getMaxSeverity(&$requirements) { $severity = static::REQUIREME