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::create

public static SystemMenuOffCanvasForm::create(ContainerInterface $container) Instantiates a new instance of this class. This is a factory method that returns a new instance of this class. The factory should pass any needed dependencies into the constructor of this class, but not the container itself. Every call to this method must return a new instance of this class; that is, it may not implement a singleton. Parameters \Symfony\Component\DependencyInjection\ContainerInterface $container: The

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::$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;

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::$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

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

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::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::REQUIREMENT_OK

Requirement severity -- Requirement successfully met. File core/modules/system/src/SystemManager.php, line 56 Class SystemManager System Manager Service. Namespace Drupal\system Code const REQUIREMENT_OK = 0;