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

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::$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::$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

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

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::__construct

public ViewsEntitySchemaSubscriber::__construct(EntityManagerInterface $entity_manager) Constructs a ViewsEntitySchemaSubscriber. Parameters \Drupal\Core\Entity\EntityManagerInterface $entity_manager: The entity manager. File core/modules/views/src/EventSubscriber/ViewsEntitySchemaSubscriber.php, line 83 Class ViewsEntitySchemaSubscriber Reacts to changes on entity types to update all views entities. Namespace Drupal\views\EventSubscriber Code public function __construct(EntityManager

ViewsEntitySchemaSubscriber::REVISION_TABLE_RENAME

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