class MenuLinkFormController

Form controller for the node edit forms.

Hierarchy

Expanded class hierarchy of MenuLinkFormController

File

drupal/core/modules/menu_link/lib/Drupal/menu_link/MenuLinkFormController.php, line 19
Contains \Drupal\menu_link\MenuLinkFormController.

Namespace

Drupal\menu_link
View source

Members

Namesort descending Modifiers Type Description Overrides
EntityFormController::$entity protected property The entity being used by this form.
EntityFormController::$operation protected property The name of the current operation.
EntityFormController::actionsElement protected function Returns the action form element for the current entity form.
EntityFormController::buildEntity public function Implements \Drupal\Core\Entity\EntityFormControllerInterface::buildEntity(). Overrides EntityFormControllerInterface::buildEntity 2
EntityFormController::buildForm public function Form constructor. Overrides FormInterface::buildForm 1
EntityFormController::getBaseFormID public function Returns a string identifying the base form. Overrides BaseFormIdInterface::getBaseFormID
EntityFormController::getEntity public function Implements \Drupal\Core\Entity\EntityFormControllerInterface::getEntity(). Overrides EntityFormControllerInterface::getEntity
EntityFormController::getFormDisplay public function Returns the form display. Overrides EntityFormControllerInterface::getFormDisplay
EntityFormController::getFormID public function Returns a unique string identifying the form. Overrides FormInterface::getFormID
EntityFormController::getFormLangcode public function Implements \Drupal\Core\Entity\EntityFormControllerInterface::getFormLangcode(). Overrides EntityFormControllerInterface::getFormLangcode
EntityFormController::getOperation public function Implements \Drupal\Core\Entity\EntityFormControllerInterface::getOperation(). Overrides EntityFormControllerInterface::getOperation
EntityFormController::init protected function Initialize the form state and the entity before the first form build. 1
EntityFormController::isDefaultFormLangcode public function Implements \Drupal\Core\Entity\EntityFormControllerInterface::isDefaultFormLangcode(). Overrides EntityFormControllerInterface::isDefaultFormLangcode
EntityFormController::prepareEntity protected function Prepares the entity object before the form is built first. 3
EntityFormController::setEntity public function Implements \Drupal\Core\Entity\EntityFormControllerInterface::setEntity(). Overrides EntityFormControllerInterface::setEntity
EntityFormController::setFormDisplay public function Sets the form display. Overrides EntityFormControllerInterface::setFormDisplay
EntityFormController::setOperation public function Sets the operation for this form.
EntityFormController::submitEntityLanguage protected function Handle possible entity language changes. 1
EntityFormController::submitForm public function Form submission handler. Overrides FormInterface::submitForm
EntityFormController::updateFormLangcode protected function Updates the form language to reflect any change to the entity language.
EntityFormController::validateForm public function Form validation handler. Overrides FormInterface::validateForm
MenuLinkFormController::$pathAliasManager protected property The path alias manager.
MenuLinkFormController::actions protected function Overrides EntityFormController::actions(). Overrides EntityFormController::actions
MenuLinkFormController::createInstance public static function Instantiates a new instance of this entity controller. Overrides EntityControllerInterface::createInstance
MenuLinkFormController::delete public function Overrides EntityFormController::delete(). Overrides EntityFormController::delete
MenuLinkFormController::form public function Overrides EntityFormController::form(). Overrides EntityFormController::form
MenuLinkFormController::save public function Overrides EntityFormController::save(). Overrides EntityFormController::save
MenuLinkFormController::submit public function Overrides EntityFormController::submit(). Overrides EntityFormController::submit
MenuLinkFormController::validate public function Overrides EntityFormController::validate(). Overrides EntityFormController::validate
MenuLinkFormController::__construct public function Constructs a new MenuLinkFormController object. Overrides EntityFormController::__construct