ViewsExposedForm::$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/ViewsExposedForm.php, line 77 Class ViewsExposedForm Defines a Plugin annotation object for views exposed form plugins. Namespace Drupal\views\Annotation Code public $no_ui;

ViewsExposedForm::$exposedFormCache

The exposed form cache. Type: \Drupal\views\ExposedFormCache File core/modules/views/src/Form/ViewsExposedForm.php, line 23 Class ViewsExposedForm Provides the views exposed form. Namespace Drupal\views\Form Code protected $exposedFormCache;

ViewsExposedForm::$short_title

(optional) The short title used 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/ViewsExposedForm.php, line 40 Class ViewsExposedForm Defines a Plugin annotation object for views exposed form plugins. Namespace Drupal\views\Annotation Code public $short_title = '';

ViewsExposedForm::$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/ViewsExposedForm.php, line 59 Class ViewsExposedForm Defines a Plugin annotation object for views exposed form plugins. Namespace Drupal\views\Annotation Code public $display_types;

ViewsExposedForm::$id

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

ViewsExposedForm

Provides the views exposed form. Hierarchy class \Drupal\Core\Form\FormBase implements ContainerInjectionInterface, FormInterface uses DependencySerializationTrait, LoggerChannelTrait, LinkGeneratorTrait, RedirectDestinationTrait, UrlGeneratorTrait, StringTranslationTraitclass \Drupal\views\Form\ViewsExposedForm File core/modules/views/src/Form/ViewsExposedForm.php, line 16 Namespace Drupal\views\Form Members Name Modifiers Type Description DependencySerializationTrait::$_ser

ViewsExposedForm::$base

The base tables on which this exposed form 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/ViewsExposedForm.php, line 68 Class ViewsExposedForm Defines a Plugin annotation object for views exposed form plugins. Namespace Drupal\views\Annotation Code public $base;

ViewsExposedForm

Defines a Plugin annotation object for views exposed form plugins. Hierarchy class \Drupal\Component\Annotation\Plugin implements AnnotationInterfaceclass \Drupal\views\Annotation\ViewsPluginAnnotationBase implements AnnotationInterfaceclass \Drupal\views\Annotation\ViewsExposedForm See also \Drupal\views\Plugin\views\exposed_form\ExposedFormPluginInterface \Drupal\views\Plugin\views\exposed_form\ExposedFormPluginBase Related topics Annotations Annotations for class discovery and metadata

ViewsEntitySchemaSubscriber::REVISION_TABLE_REMOVAL

Indicates that a revision table got removed. File core/modules/views/src/EventSubscriber/ViewsEntitySchemaSubscriber.php, line 53 Class ViewsEntitySchemaSubscriber Reacts to changes on entity types to update all views entities. Namespace Drupal\views\EventSubscriber Code const REVISION_TABLE_REMOVAL = 6;

ViewsEntitySchemaSubscriber::REVISION_TABLE_ADDITION

Indicates that a revision table got added. File core/modules/views/src/EventSubscriber/ViewsEntitySchemaSubscriber.php, line 48 Class ViewsEntitySchemaSubscriber Reacts to changes on entity types to update all views entities. Namespace Drupal\views\EventSubscriber Code const REVISION_TABLE_ADDITION = 5;