Search for form
Exact matches
| Title | Object type | File name | Summary |
|---|---|---|---|
| Form | class | core/ |
Provides a render element for a form. |
| Form | class | core/ |
Form to test _form routing. |
All search results
| Title | Object type | File name | Summary |
|---|---|---|---|
| ViewAddForm.php | file | core/ |
|
| ViewAddForm::$moduleHandler | property | core/ |
The module handler service. |
| ViewAddForm::$wizardManager | property | core/ |
The wizard plugin manager. |
| ViewAddForm::actions | function | core/ |
Returns an array of supported actions for the current entity form. |
| ViewAddForm::cancel | function | core/ |
Form submission handler for the 'cancel' action. |
| ViewAddForm::create | function | core/ |
Instantiates a new instance of the implementing class using autowiring. |
| ViewAddForm::form | function | core/ |
Gets the actual form array to be built. |
| ViewAddForm::prepareEntity | function | core/ |
Prepares the entity object before the form is built first. |
| ViewAddForm::submitForm | function | core/ |
This is the default entity object builder function. It is called before any other submit handler to build the new entity object to be used by the following submit handlers. At this point of the form workflow the entity is validated and the form state… |
| ViewAddForm::validateForm | function | core/ |
Form validation handler. |
| ViewAddForm::__construct | function | core/ |
Constructs a new ViewAddForm object. |
| ViewDuplicateForm | class | core/ |
Form controller for the Views duplicate form. |
| ViewDuplicateForm.php | file | core/ |
|
| ViewDuplicateForm::$languageManager | property | core/ |
The language manager. |
| ViewDuplicateForm::actions | function | core/ |
Returns an array of supported actions for the current entity form. |
| ViewDuplicateForm::copyTranslations | function | core/ |
Copies all translations that existed on the original View. |
| ViewDuplicateForm::create | function | core/ |
Instantiates a new instance of the implementing class using autowiring. |
| ViewDuplicateForm::form | function | core/ |
Gets the actual form array to be built. |
| ViewDuplicateForm::prepareEntity | function | core/ |
Prepares the entity object before the form is built first. |
| ViewDuplicateForm::submitForm | function | core/ |
Form submission handler for the 'clone' action. |
| ViewDuplicateForm::__construct | function | core/ |
Constructs a ViewDuplicateForm. |
| ViewEditForm | class | core/ |
Form controller for the Views edit form. |
| ViewEditForm.php | file | core/ |
|
| ViewEditForm::$dateFormatter | property | core/ |
The date formatter service. |
| ViewEditForm::$elementInfo | property | core/ |
The element info manager. |
| ViewEditForm::$moduleHandler | property | core/ |
The module handler service. |
| ViewEditForm::$requestStack | property | core/ |
The request object. |
| ViewEditForm::$tempStore | property | core/ |
The views temp store. |
| ViewEditForm::$themeManager | property | core/ |
The theme manager. |
| ViewEditForm::actions | function | core/ |
Returns an array of supported actions for the current entity form. |
| ViewEditForm::buildOptionForm | function | core/ |
Build a renderable array representing one option on the edit form. |
| ViewEditForm::cancel | function | core/ |
Form submission handler for the 'cancel' action. |
| ViewEditForm::create | function | core/ |
Instantiates a new instance of the implementing class using autowiring. |
| ViewEditForm::form | function | core/ |
Gets the actual form array to be built. |
| ViewEditForm::getDisplayDetails | function | core/ |
Helper function to get the display details section of the edit UI. |
| ViewEditForm::getDisplayTab | function | core/ |
Returns a renderable array representing the edit page for one display. |
| ViewEditForm::getFormBucket | function | core/ |
Add information about a section to a display. |
| ViewEditForm::rebuildCurrentTab | function | core/ |
Regenerate the current tab for AJAX updates. |
| ViewEditForm::renderDisplayTop | function | core/ |
Render the top of the display so it can be updated during ajax operations. |
| ViewEditForm::save | function | core/ |
Form submission handler for the 'save' action. |
| ViewEditForm::submitDelayDestination | function | core/ |
Submit handler for form buttons that do not complete a form workflow. |
| ViewEditForm::submitDisplayAdd | function | core/ |
Submit handler to add a display to a view. |
| ViewEditForm::submitDisplayDelete | function | core/ |
Submit handler to delete a display from a view. |
| ViewEditForm::submitDisplayDisable | function | core/ |
Submit handler to disable display. |
| ViewEditForm::submitDisplayDuplicate | function | core/ |
Submit handler to duplicate a display for a view. |
| ViewEditForm::submitDisplayEnable | function | core/ |
Submit handler to enable a disabled display. |
| ViewEditForm::submitDisplayUndoDelete | function | core/ |
Submit handler to add a restore a removed display to a view. |
| ViewEditForm::submitDuplicateDisplayAsType | function | core/ |
Submit handler to Duplicate a display as another display type. |
| ViewEditForm::validateForm | function | core/ |
Form validation handler. |
| ViewEditForm::__construct | function | core/ |
Constructs a new ViewEditForm object. |
Pagination
- Previous page
- Page 194
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.