abstract class ViewsFormBase

Provides a base class for Views UI AJAX forms.

Hierarchy

Expanded class hierarchy of ViewsFormBase

File

drupal/core/modules/views_ui/lib/Drupal/views_ui/Form/Ajax/ViewsFormBase.php, line 19
Contains \Drupal\views_ui\Form\Ajax\ViewsFormBase.

Namespace

Drupal\views_ui\Form\Ajax
View source

Members

Namesort descending Modifiers Type Description Overrides
FormInterface::buildForm public function Form constructor. 36
FormInterface::getFormID public function Returns a unique string identifying the form. 90
ViewsFormBase::$id protected property The ID of the item this form is manipulating.
ViewsFormBase::$type protected property The type of item this form is manipulating.
ViewsFormBase::getForm public function Implements \Drupal\views_ui\Form\Ajax\ViewsFormInterface::getForm(). Overrides ViewsFormInterface::getForm 6
ViewsFormBase::getFormState public function Implements \Drupal\views_ui\Form\Ajax\ViewsFormInterface::getFormState(). Overrides ViewsFormInterface::getFormState 1
ViewsFormBase::setID protected function Sets the ID for this form.
ViewsFormBase::setType protected function Sets the type for this form.
ViewsFormBase::submitForm public function Implements \Drupal\Core\Form\FormInterface::submitForm(). Overrides FormInterface::submitForm 9
ViewsFormBase::validateForm public function Implements \Drupal\Core\Form\FormInterface::validateForm(). Overrides FormInterface::validateForm 3
ViewsFormInterface::getFormKey public function Returns the key that represents this form. 10