ViewsFormMainForm::submitForm

public ViewsFormMainForm::submitForm(array &$form, FormStateInterface $form_state) Form submission handler. Parameters array $form: An associative array containing the structure of the form. \Drupal\Core\Form\FormStateInterface $form_state: The current state of the form. Overrides FormInterface::submitForm File core/modules/views/src/Form/ViewsFormMainForm.php, line 126 Class ViewsFormMainForm Namespace Drupal\views\Form Code public function submitForm(array &$form, FormState

ViewsFormMainForm::validateForm

public ViewsFormMainForm::validateForm(array &$form, FormStateInterface $form_state) Form validation handler. Parameters array $form: An associative array containing the structure of the form. \Drupal\Core\Form\FormStateInterface $form_state: The current state of the form. Overrides FormInterface::validateForm File core/modules/views/src/Form/ViewsFormMainForm.php, line 103 Class ViewsFormMainForm Namespace Drupal\views\Form Code public function validateForm(array &$form, For

ViewsHandlerAnnotationBase

Defines an abstract base class for all views handler annotations. Hierarchy class \Drupal\Component\Annotation\AnnotationBase implements AnnotationInterfaceclass \Drupal\Component\Annotation\PluginIDclass \Drupal\views\Annotation\ViewsHandlerAnnotationBase File core/modules/views/src/Annotation/ViewsHandlerAnnotationBase.php, line 10 Namespace Drupal\views\Annotation Members Name Modifiers Type Description AnnotationBase::$class protected property The class used for th

ViewsJoin

Defines a Plugin annotation object for views join plugins. Hierarchy class \Drupal\Component\Annotation\AnnotationBase implements AnnotationInterfaceclass \Drupal\Component\Annotation\PluginIDclass \Drupal\views\Annotation\ViewsHandlerAnnotationBaseclass \Drupal\views\Annotation\ViewsJoin See also \Drupal\views\Plugin\views\join\JoinPluginBase Related topics Annotations Annotations for class discovery and metadata description. Views join handler plugins Handler plugins for Views table jo

ViewsPager

Defines a Plugin annotation object for views pager plugins. Hierarchy class \Drupal\Component\Annotation\Plugin implements AnnotationInterfaceclass \Drupal\views\Annotation\ViewsPluginAnnotationBase implements AnnotationInterfaceclass \Drupal\views\Annotation\ViewsPager See also \Drupal\views\Plugin\views\pager\PagerPluginBase Related topics Annotations Annotations for class discovery and metadata description. Views pager plugins Plugins to handle paging in views. File core/modules/view

ViewsPager::$base

The base tables on which this pager plugin can be used. If no base table is specified the plugin can be used with all tables. Type: array File core/modules/views/src/Annotation/ViewsPager.php, line 74 Class ViewsPager Defines a Plugin annotation object for views pager plugins. Namespace Drupal\views\Annotation Code public $base;

ViewsPager::$display_types

The types of the display this plugin can be used with. For example the Feed display defines the type 'feed', so only rss style and row plugins can be used in the views UI. Type: array File core/modules/views/src/Annotation/ViewsPager.php, line 65 Class ViewsPager Defines a Plugin annotation object for views pager plugins. Namespace Drupal\views\Annotation Code public $display_types;

ViewsPager::$help

A short help string; this is displayed in the views UI. Type: \Drupal\Core\Annotation\Translation Related topics Annotation for translatable text Describes how to put translatable UI text into annotations. File core/modules/views/src/Annotation/ViewsPager.php, line 48 Class ViewsPager Defines a Plugin annotation object for views pager plugins. Namespace Drupal\views\Annotation Code public $help = '';

ViewsPager::$id

The plugin ID. Type: string File core/modules/views/src/Annotation/ViewsPager.php, line 21 Class ViewsPager Defines a Plugin annotation object for views pager plugins. Namespace Drupal\views\Annotation Code public $id;

ViewsPager::$no_ui

Whether the plugin should be not selectable in the UI. If it's set to TRUE, you can still use it via the API in config files. Type: bool File core/modules/views/src/Annotation/ViewsPager.php, line 83 Class ViewsPager Defines a Plugin annotation object for views pager plugins. Namespace Drupal\views\Annotation Code public $no_ui;