ViewsEntitySchemaSubscriber::REVISION_DATA_TABLE_RENAME

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

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;

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_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;

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

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

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