class ViewEditFormController

Form controller for the Views edit form.

Hierarchy

Expanded class hierarchy of ViewEditFormController

File

drupal/core/modules/views/views_ui/lib/Drupal/views_ui/ViewEditFormController.php, line 16
Contains Drupal\views_ui\ViewEditFormController.

Namespace

Drupal\views_ui
View source

Members

Namesort descending Modifiers Type Description Overrides
EntityFormController::$operation protected property The name of the current operation.
EntityFormController::build public function Implements Drupal\Core\Entity\EntityFormControllerInterface::build(). Overrides EntityFormControllerInterface::build
EntityFormController::buildEntity public function Implements Drupal\Core\Entity\EntityFormControllerInterface::buildEntity(). Overrides EntityFormControllerInterface::buildEntity 1
EntityFormController::delete public function Form submission handler for the 'delete' action. 5
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.
EntityFormController::isDefaultFormLangcode public function Implements EntityFormControllerInterface::isDefaultFormLangcode(). Overrides EntityFormControllerInterface::isDefaultFormLangcode
EntityFormController::save public function Form submission handler for the 'save' action. 11
EntityFormController::submitEntityLanguage protected function Handle possible entity language changes.
EntityFormController::__construct public function Constructs an EntityFormController object.
ViewEditFormController::actions protected function Overrides Drupal\Core\Entity\EntityFormController::actions(). Overrides EntityFormController::actions
ViewEditFormController::actionsElement protected function Overrides Drupal\Core\Entity\EntityFormController::actionsElement(). Overrides EntityFormController::actionsElement
ViewEditFormController::addMicroweights public static function Recursively adds microweights to a render array, similar to what form_builder() does for forms.
ViewEditFormController::buildOptionForm public function Build a renderable array representing one option on the edit form.
ViewEditFormController::cancel public function Form submission handler for the 'cancel' action.
ViewEditFormController::form public function Overrides Drupal\Core\Entity\EntityFormController::form(). Overrides EntityFormController::form
ViewEditFormController::getDisplayDetails public function Helper function to get the display details section of the edit UI.
ViewEditFormController::getDisplayTab public function Returns a renderable array representing the edit page for one display.
ViewEditFormController::getEntity public function Overrides Drupal\Core\Entity\EntityFormController::getEntity(). Overrides EntityFormController::getEntity
ViewEditFormController::getFormBucket public function Add information about a section to a display.
ViewEditFormController::rebuildCurrentTab public function Regenerate the current tab for AJAX updates.
ViewEditFormController::renderDisplayTop public function Render the top of the display so it can be updated during ajax operations.
ViewEditFormController::setEntity public function Overrides Drupal\Core\Entity\EntityFormController::setEntity(). Overrides EntityFormController::setEntity
ViewEditFormController::submit public function Overrides Drupal\Core\Entity\EntityFormController::submit(). Overrides EntityFormController::submit
ViewEditFormController::submitDelayDestination public function Submit handler for form buttons that do not complete a form workflow.
ViewEditFormController::submitDisplayAdd public function Submit handler to add a display to a view.
ViewEditFormController::submitDisplayDelete public function Submit handler to delete a display from a view.
ViewEditFormController::submitDisplayDisable public function Submit handler to disable display.
ViewEditFormController::submitDisplayDuplicate public function Submit handler to duplicate a display for a view.
ViewEditFormController::submitDisplayEnable public function Submit handler to enable a disabled display.
ViewEditFormController::submitDisplayUndoDelete public function Submit handler to add a restore a removed display to a view.
ViewEditFormController::validate public function Overrides Drupal\Core\Entity\EntityFormController::validate(). Overrides EntityFormController::validate
ViewFormControllerBase::getAdminCSS public static function Creates an array of Views admin CSS for adding or attaching.
ViewFormControllerBase::getDisplayLabel public function Placeholder function for overriding $display['display_title'].
ViewFormControllerBase::getDisplayTabs public function Adds tabs for navigating across Displays when editing a View.
ViewFormControllerBase::isDefaultDisplayShown public function Controls whether or not the default display should have its own tab on edit.
ViewFormControllerBase::prepareEntity protected function Overrides Drupal\Core\Entity\EntityFormController::prepareForm(). Overrides EntityFormController::prepareEntity 2