Search for view

  1. Search 7.x for view
  2. Search 9.5.x for view
  3. Search 8.9.x for view
  4. Search 10.3.x for view
  5. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
View class core/modules/views/src/Element/View.php Provides a render element to display a view.
View class core/modules/views/src/Entity/View.php Defines a View configuration entity class.
View class core/modules/views/src/Plugin/views/area/View.php Views area handlers. Insert a view inside of an area.

All search results

Title Object type File name Summary
ViewsDisplay::$short_title property core/modules/views/src/Annotation/ViewsDisplay.php An optional short title used in the views UI.
ViewsDisplay::$theme property core/modules/views/src/Annotation/ViewsDisplay.php The theme function used to render the display's output.
ViewsDisplay::$title property core/modules/views/src/Annotation/ViewsDisplay.php The plugin title used in the views UI.
ViewsDisplay::$uses_hook_block property core/modules/views/src/Annotation/ViewsDisplay.php Does the display plugin provide blocks.
ViewsDisplay::$uses_menu_links property core/modules/views/src/Annotation/ViewsDisplay.php Whether or not to use hook_menu() to register a route.
ViewsDisplay::$uses_route property core/modules/views/src/Annotation/ViewsDisplay.php Does the display plugin registers routes to the route.
ViewsDisplay::__construct function core/modules/views/src/Attribute/ViewsDisplay.php Constructs a views display attribute object.
ViewsDisplayExtender class core/modules/views/src/Attribute/ViewsDisplayExtender.php Defines a Plugin attribute object for views display extender plugins.
ViewsDisplayExtender class core/modules/views/src/Annotation/ViewsDisplayExtender.php Defines a Plugin annotation object for views display extender plugins.
ViewsDisplayExtender.php file core/modules/views/src/Annotation/ViewsDisplayExtender.php
ViewsDisplayExtender.php file core/modules/views/src/Attribute/ViewsDisplayExtender.php
ViewsDisplayExtender::$help property core/modules/views/src/Annotation/ViewsDisplayExtender.php A short help string; this is displayed in the views UI.
ViewsDisplayExtender::$id property core/modules/views/src/Annotation/ViewsDisplayExtender.php The plugin ID.
ViewsDisplayExtender::$no_ui property core/modules/views/src/Annotation/ViewsDisplayExtender.php Whether or not the plugin is selectable in the UI.
ViewsDisplayExtender::$short_title property core/modules/views/src/Annotation/ViewsDisplayExtender.php An optional short title used in the views UI.
ViewsDisplayExtender::$title property core/modules/views/src/Annotation/ViewsDisplayExtender.php The plugin title used in the views UI.
ViewsDisplayExtender::__construct function core/modules/views/src/Attribute/ViewsDisplayExtender.php Constructs an ViewsDisplayExtender attribute.
ViewSelectionEntityReferenceTest class core/modules/views/tests/src/Kernel/Entity/ViewSelectionEntityReferenceTest.php Tests the ViewSelection EntityReferenceSelection plugin.
ViewSelectionEntityReferenceTest.php file core/modules/views/tests/src/Kernel/Entity/ViewSelectionEntityReferenceTest.php
ViewSelectionEntityReferenceTest::$modules property core/modules/views/tests/src/Kernel/Entity/ViewSelectionEntityReferenceTest.php Modules to install.
ViewSelectionEntityReferenceTest::$testViews property core/modules/views/tests/src/Kernel/Entity/ViewSelectionEntityReferenceTest.php Views used by this test.
ViewSelectionEntityReferenceTest::setUp function core/modules/views/tests/src/Kernel/Entity/ViewSelectionEntityReferenceTest.php
ViewSelectionEntityReferenceTest::testSelectionPlugin function core/modules/views/tests/src/Kernel/Entity/ViewSelectionEntityReferenceTest.php Tests the ViewSelection plugin.
ViewsEntityArgumentValidator class core/modules/views/src/Plugin/Derivative/ViewsEntityArgumentValidator.php Provides views argument validator plugin definitions for all entity types.
ViewsEntityArgumentValidator.php file core/modules/views/src/Plugin/Derivative/ViewsEntityArgumentValidator.php
ViewsEntityArgumentValidator::$basePluginId property core/modules/views/src/Plugin/Derivative/ViewsEntityArgumentValidator.php The base plugin ID this derivative is for.
ViewsEntityArgumentValidator::$derivatives property core/modules/views/src/Plugin/Derivative/ViewsEntityArgumentValidator.php List of derivative definitions.
ViewsEntityArgumentValidator::$entityTypeManager property core/modules/views/src/Plugin/Derivative/ViewsEntityArgumentValidator.php The entity type manager.
ViewsEntityArgumentValidator::create function core/modules/views/src/Plugin/Derivative/ViewsEntityArgumentValidator.php Creates a new class instance.
ViewsEntityArgumentValidator::getDerivativeDefinitions function core/modules/views/src/Plugin/Derivative/ViewsEntityArgumentValidator.php Gets the definition of all derivatives of a base plugin.
ViewsEntityArgumentValidator::__construct function core/modules/views/src/Plugin/Derivative/ViewsEntityArgumentValidator.php Constructs a ViewsEntityArgumentValidator object.
ViewsEntityRow class core/modules/views/src/Plugin/Derivative/ViewsEntityRow.php Provides views row plugin definitions for all non-special entity types.
ViewsEntityRow.php file core/modules/views/src/Plugin/Derivative/ViewsEntityRow.php
ViewsEntityRow::$basePluginId property core/modules/views/src/Plugin/Derivative/ViewsEntityRow.php The base plugin ID that the derivative is for.
ViewsEntityRow::$derivatives property core/modules/views/src/Plugin/Derivative/ViewsEntityRow.php Stores all entity row plugin information.
ViewsEntityRow::$entityTypeManager property core/modules/views/src/Plugin/Derivative/ViewsEntityRow.php The entity type manager.
ViewsEntityRow::$viewsData property core/modules/views/src/Plugin/Derivative/ViewsEntityRow.php The views data service.
ViewsEntityRow::create function core/modules/views/src/Plugin/Derivative/ViewsEntityRow.php Creates a new class instance.
ViewsEntityRow::getDerivativeDefinition function core/modules/views/src/Plugin/Derivative/ViewsEntityRow.php Gets the definition of a derivative plugin.
ViewsEntityRow::getDerivativeDefinitions function core/modules/views/src/Plugin/Derivative/ViewsEntityRow.php Gets the definition of all derivatives of a base plugin.
ViewsEntityRow::__construct function core/modules/views/src/Plugin/Derivative/ViewsEntityRow.php Constructs a ViewsEntityRow object.
ViewsEntitySchemaSubscriber class core/modules/views/src/EventSubscriber/ViewsEntitySchemaSubscriber.php Reacts to changes on entity types to update all views entities.
ViewsEntitySchemaSubscriber.php file core/modules/views/src/EventSubscriber/ViewsEntitySchemaSubscriber.php
ViewsEntitySchemaSubscriber::$entityTypeManager property core/modules/views/src/EventSubscriber/ViewsEntitySchemaSubscriber.php The entity type manager.
ViewsEntitySchemaSubscriber::$logger property core/modules/views/src/EventSubscriber/ViewsEntitySchemaSubscriber.php The default logger service.
ViewsEntitySchemaSubscriber::$viewsToSave property core/modules/views/src/EventSubscriber/ViewsEntitySchemaSubscriber.php Array of views that need to be saved, indexed by view name.
ViewsEntitySchemaSubscriber::baseTableRename function core/modules/views/src/EventSubscriber/ViewsEntitySchemaSubscriber.php Updates views if a base table is renamed.
ViewsEntitySchemaSubscriber::BASE_TABLE_RENAME constant core/modules/views/src/EventSubscriber/ViewsEntitySchemaSubscriber.php Indicates that a base table got renamed.
ViewsEntitySchemaSubscriber::dataTableAddition function core/modules/views/src/EventSubscriber/ViewsEntitySchemaSubscriber.php Updates views if a data table is added.
ViewsEntitySchemaSubscriber::dataTableRemoval function core/modules/views/src/EventSubscriber/ViewsEntitySchemaSubscriber.php Updates views if a data table is removed.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.