| ViewsForm::$urlGenerator |
property |
core/modules/views/src/Form/ViewsForm.php |
The URL generator to generate the form action. |
| ViewsForm::$viewArguments |
property |
core/modules/views/src/Form/ViewsForm.php |
The arguments passed to the active view. |
| ViewsForm::$viewDisplayId |
property |
core/modules/views/src/Form/ViewsForm.php |
The ID of the active view's display. |
| ViewsForm::$viewId |
property |
core/modules/views/src/Form/ViewsForm.php |
The ID of the view. |
| ViewsForm::buildForm |
function |
core/modules/views/src/Form/ViewsForm.php |
|
| ViewsForm::create |
function |
core/modules/views/src/Form/ViewsForm.php |
|
| ViewsForm::getBaseFormId |
function |
core/modules/views/src/Form/ViewsForm.php |
Returns a string for the form's base ID. |
| ViewsForm::getFormId |
function |
core/modules/views/src/Form/ViewsForm.php |
|
| ViewsForm::getFormObject |
function |
core/modules/views/src/Form/ViewsForm.php |
Returns the object used to build the step form. |
| ViewsForm::submitForm |
function |
core/modules/views/src/Form/ViewsForm.php |
|
| ViewsForm::validateForm |
function |
core/modules/views/src/Form/ViewsForm.php |
|
| ViewsForm::__construct |
function |
core/modules/views/src/Form/ViewsForm.php |
Constructs a ViewsForm object. |
| ViewsFormAjaxHelperTrait |
trait |
core/modules/views/src/ViewsFormAjaxHelperTrait.php |
Provides reusable code to be shared by Views Ajax forms. |
| ViewsFormAjaxHelperTrait.php |
file |
core/modules/views/src/ViewsFormAjaxHelperTrait.php |
|
| ViewsFormAjaxHelperTrait::$ajaxTriggerButtons |
property |
core/modules/views/src/ViewsFormAjaxHelperTrait.php |
Memory cache for processed buttons. |
| ViewsFormAjaxHelperTrait::addAjaxTrigger |
function |
core/modules/views/src/ViewsFormAjaxHelperTrait.php |
Converts a form element in the new view wizard to be AJAX-enabled. |
| ViewsFormAjaxHelperTrait::addAjaxWrapper |
function |
core/modules/views/src/ViewsFormAjaxHelperTrait.php |
Adds a wrapper to a form region (for AJAX refreshes) after the build. |
| ViewsFormAjaxHelperTrait::addLimitedValidation |
function |
core/modules/views/src/ViewsFormAjaxHelperTrait.php |
Limits validation errors for a non-JavaScript fallback submit button. |
| ViewsFormAjaxHelperTrait::ajaxUpdateForm |
function |
core/modules/views/src/ViewsFormAjaxHelperTrait.php |
Provides a triggering element Ajax callback. |
| ViewsFormAjaxHelperTrait::getElementInfo |
function |
core/modules/views/src/ViewsFormAjaxHelperTrait.php |
Returns the element info plugin manager. |
| ViewsFormAjaxHelperTrait::noJsSubmit |
function |
core/modules/views/src/ViewsFormAjaxHelperTrait.php |
Provides a callback for non-JavaScript submit. |
| ViewsFormAlterTest |
class |
core/modules/views/tests/src/Functional/ViewsFormAlterTest.php |
Tests hook_form_BASE_FORM_ID_alter for a ViewsForm. |
| ViewsFormAlterTest.php |
file |
core/modules/views/tests/src/Functional/ViewsFormAlterTest.php |
|
| ViewsFormAlterTest::$defaultTheme |
property |
core/modules/views/tests/src/Functional/ViewsFormAlterTest.php |
|
| ViewsFormAlterTest::$modules |
property |
core/modules/views/tests/src/Functional/ViewsFormAlterTest.php |
|
| ViewsFormAlterTest::testViewsFormAlter |
function |
core/modules/views/tests/src/Functional/ViewsFormAlterTest.php |
Tests hook_form_BASE_FORM_ID_alter for a ViewsForm. |
| ViewsFormBase |
class |
core/modules/views_ui/src/Form/Ajax/ViewsFormBase.php |
Provides a base class for Views UI AJAX forms. |
| ViewsFormBase.php |
file |
core/modules/views_ui/src/Form/Ajax/ViewsFormBase.php |
|
| ViewsFormBase::$id |
property |
core/modules/views_ui/src/Form/Ajax/ViewsFormBase.php |
The ID of the item this form is manipulating. |
| ViewsFormBase::$type |
property |
core/modules/views_ui/src/Form/Ajax/ViewsFormBase.php |
The type of item this form is manipulating. |
| ViewsFormBase::ajaxFormWrapper |
function |
core/modules/views_ui/src/Form/Ajax/ViewsFormBase.php |
Wrapper for handling AJAX forms. |
| ViewsFormBase::getForm |
function |
core/modules/views_ui/src/Form/Ajax/ViewsFormBase.php |
|
| ViewsFormBase::getFormState |
function |
core/modules/views_ui/src/Form/Ajax/ViewsFormBase.php |
|
| ViewsFormBase::setID |
function |
core/modules/views_ui/src/Form/Ajax/ViewsFormBase.php |
Sets the ID for this form. |
| ViewsFormBase::setType |
function |
core/modules/views_ui/src/Form/Ajax/ViewsFormBase.php |
Sets the type for this form. |
| ViewsFormBase::submitForm |
function |
core/modules/views_ui/src/Form/Ajax/ViewsFormBase.php |
|
| ViewsFormBase::validateForm |
function |
core/modules/views_ui/src/Form/Ajax/ViewsFormBase.php |
|
| ViewsFormHelperTrait |
trait |
core/modules/views/src/ViewsFormHelperTrait.php |
Provides reusable code to be shared by Views forms. |
| ViewsFormHelperTrait.php |
file |
core/modules/views/src/ViewsFormHelperTrait.php |
|
| ViewsFormHelperTrait::buildFormUrl |
function |
core/modules/views/src/ViewsFormHelperTrait.php |
Creates the menu path for a standard AJAX form given the form state. |
| ViewsFormHelperTrait::formButtonWasClicked |
function |
core/modules/views/src/ViewsFormHelperTrait.php |
The #process callback for a button. |
| ViewsFormHelperTrait::getConfigFactory |
function |
core/modules/views/src/ViewsFormHelperTrait.php |
Returns the config factory service. |
| ViewsFormHelperTrait::standardDisplayDropdown |
function |
core/modules/views/src/ViewsFormHelperTrait.php |
Adds an element to select either the default or the current display. |
| ViewsFormInterface |
interface |
core/modules/views_ui/src/Form/Ajax/ViewsFormInterface.php |
Provides an interface for the Views UI AJAX forms. |
| ViewsFormInterface.php |
file |
core/modules/views_ui/src/Form/Ajax/ViewsFormInterface.php |
|
| ViewsFormInterface::getForm |
function |
core/modules/views_ui/src/Form/Ajax/ViewsFormInterface.php |
Creates a new instance of this form. |
| ViewsFormInterface::getFormKey |
function |
core/modules/views_ui/src/Form/Ajax/ViewsFormInterface.php |
Returns the key that represents this form. |
| ViewsFormInterface::getFormState |
function |
core/modules/views_ui/src/Form/Ajax/ViewsFormInterface.php |
Gets the form state for this form. |
| ViewsFormMainForm |
class |
core/modules/views/src/Form/ViewsFormMainForm.php |
Provides a default main form class for Views forms. |
| ViewsFormMainForm.php |
file |
core/modules/views/src/Form/ViewsFormMainForm.php |
|