Search for view
Exact matches
| Title | Object type | File name | Summary |
|---|---|---|---|
| View | class | core/ |
Provides a render element to display a view. |
| View | class | core/ |
Defines a View configuration entity class. |
| View | class | core/ |
Views area handlers. Insert a view inside of an area. |
All search results
| Title | Object type | File name | Summary |
|---|---|---|---|
| ViewsDisplay | class | core/ |
Defines a Plugin annotation object for views display plugins. |
| ViewsDisplay.php | file | core/ |
|
| ViewsDisplay::$admin | property | core/ |
The administrative name of the display. |
| ViewsDisplay::$base | property | core/ |
The base tables on which this display plugin can be used. |
| ViewsDisplay::$contextual_links_locations | property | core/ |
A list of places where contextual links should be added. For example: |
| ViewsDisplay::$help | property | core/ |
A short help string; this is displayed in the views UI. |
| ViewsDisplay::$id | property | core/ |
The plugin ID. |
| ViewsDisplay::$no_ui | property | core/ |
Whether the plugin should be not selectable in the UI. |
| ViewsDisplay::$returns_response | property | core/ |
Whether the display returns a response object. |
| ViewsDisplay::$short_title | property | core/ |
(optional) The short title used in the views UI. |
| ViewsDisplay::$theme | property | core/ |
The theme function used to render the display's output. |
| ViewsDisplay::$title | property | core/ |
The plugin title used in the views UI. |
| ViewsDisplay::$uses_hook_block | property | core/ |
Does the display plugin provide blocks. |
| ViewsDisplay::$uses_menu_links | property | core/ |
Whether or not to use hook_menu() to register a route. |
| ViewsDisplay::$uses_route | property | core/ |
Does the display plugin registers routes to the route. |
| ViewsDisplayExtender | class | core/ |
Defines a Plugin annotation object for views display extender plugins. |
| ViewsDisplayExtender.php | file | core/ |
|
| ViewsDisplayExtender::$help | property | core/ |
A short help string; this is displayed in the views UI. |
| ViewsDisplayExtender::$id | property | core/ |
The plugin ID. |
| ViewsDisplayExtender::$no_ui | property | core/ |
Whether or not the plugin is selectable in the UI. |
| ViewsDisplayExtender::$short_title | property | core/ |
(optional) The short title used in the views UI. |
| ViewsDisplayExtender::$title | property | core/ |
The plugin title used in the views UI. |
| ViewsEntityArgumentValidator | class | core/ |
Provides views argument validator plugin definitions for all entity types. |
| ViewsEntityArgumentValidator.php | file | core/ |
|
| ViewsEntityArgumentValidator::$basePluginId | property | core/ |
The base plugin ID this derivative is for. |
| ViewsEntityArgumentValidator::$deprecatedProperties | property | core/ |
|
| ViewsEntityArgumentValidator::$derivatives | property | core/ |
List of derivative definitions. |
| ViewsEntityArgumentValidator::$entityTypeManager | property | core/ |
The entity type manager. |
| ViewsEntityArgumentValidator::create | function | core/ |
Creates a new class instance. |
| ViewsEntityArgumentValidator::getDerivativeDefinitions | function | core/ |
Gets the definition of all derivatives of a base plugin. |
| ViewsEntityArgumentValidator::__construct | function | core/ |
Constructs an ViewsEntityArgumentValidator object. |
| ViewsEntityRow | class | core/ |
Provides views row plugin definitions for all non-special entity types. |
| ViewsEntityRow.php | file | core/ |
|
| ViewsEntityRow::$basePluginId | property | core/ |
The base plugin ID that the derivative is for. |
| ViewsEntityRow::$deprecatedProperties | property | core/ |
|
| ViewsEntityRow::$derivatives | property | core/ |
Stores all entity row plugin information. |
| ViewsEntityRow::$entityTypeManager | property | core/ |
The entity type manager. |
| ViewsEntityRow::$viewsData | property | core/ |
The views data service. |
| ViewsEntityRow::create | function | core/ |
Creates a new class instance. |
| ViewsEntityRow::getDerivativeDefinition | function | core/ |
Gets the definition of a derivative plugin. |
| ViewsEntityRow::getDerivativeDefinitions | function | core/ |
Gets the definition of all derivatives of a base plugin. |
| ViewsEntityRow::__construct | function | core/ |
Constructs a ViewsEntityRow object. |
| ViewsEntitySchemaSubscriber | class | core/ |
Reacts to changes on entity types to update all views entities. |
| ViewsEntitySchemaSubscriber.php | file | core/ |
|
| ViewsEntitySchemaSubscriber::$deprecatedProperties | property | core/ |
|
| ViewsEntitySchemaSubscriber::$entityTypeManager | property | core/ |
The entity type manager. |
| ViewsEntitySchemaSubscriber::$logger | property | core/ |
The default logger service. |
| ViewsEntitySchemaSubscriber::baseTableRename | function | core/ |
Updates views if a base table is renamed. |
| ViewsEntitySchemaSubscriber::BASE_TABLE_RENAME | constant | core/ |
Indicates that a base table got renamed. |
| ViewsEntitySchemaSubscriber::dataTableAddition | function | core/ |
Updates views if a data table is added. |
Pagination
- Previous page
- Page 76
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.