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 |
---|---|---|---|
ViewsPluginInterface::preRenderAddFieldsetMarkup | function | core/ |
Moves form elements into fieldsets for presentation purposes. |
ViewsPluginInterface::preRenderFlattenData | function | core/ |
Flattens the structure of form elements. |
ViewsPluginInterface::query | function | core/ |
Add anything to the query that we might need to. |
ViewsPluginInterface::submitOptionsForm | function | core/ |
Handle any special handling on the validate form. |
ViewsPluginInterface::summaryTitle | function | core/ |
Returns the summary of the settings in the display. |
ViewsPluginInterface::themeFunctions | function | core/ |
Provide a full list of possible theme templates used by this style. |
ViewsPluginInterface::unpackOptions | function | core/ |
Unpack options over our existing defaults, drilling down into arrays so that defaults don't get totally blown away. |
ViewsPluginInterface::usesOptions | function | core/ |
Returns the usesOptions property. |
ViewsPluginInterface::validate | function | core/ |
Validate that the plugin is correct and can be saved. |
ViewsPluginInterface::validateOptionsForm | function | core/ |
Validate the options form. |
ViewsPluginManager | class | core/ |
Plugin type manager for all views plugins. |
ViewsPluginManager.php | file | core/ |
|
ViewsPluginManager::__construct | function | core/ |
Constructs a ViewsPluginManager object. |
ViewsPreprocessTest | class | core/ |
Tests the preprocessing functionality in views.theme.inc. |
ViewsPreprocessTest.php | file | core/ |
|
ViewsPreprocessTest::$modules | property | core/ |
Modules to enable. |
ViewsPreprocessTest::$testViews | property | core/ |
Views to be enabled. |
ViewsPreprocessTest::setUp | function | core/ |
|
ViewsPreprocessTest::testCssClassCleaning | function | core/ |
Tests css classes on displays are cleaned correctly. |
ViewsQuery | class | core/ |
Defines a Plugin annotation object for views query plugins. |
ViewsQuery.php | file | core/ |
|
ViewsQuery::$help | property | core/ |
A short help string; this is displayed in the views UI. |
ViewsQuery::$id | property | core/ |
The plugin ID. |
ViewsQuery::$no_ui | property | core/ |
Whether the plugin should be not selectable in the UI. |
ViewsQuery::$short_title | property | core/ |
(optional) The short title used in the views UI. |
ViewsQuery::$title | property | core/ |
The plugin title used in the views UI. |
ViewsQueryAlter | class | core/ |
Defines a class for altering views queries. |
ViewsQueryAlter.php | file | core/ |
|
ViewsQueryAlter::$entityFieldManager | property | core/ |
The entity field manager. |
ViewsQueryAlter::$entityTypeManager | property | core/ |
The entity type manager service. |
ViewsQueryAlter::$languageManager | property | core/ |
The language manager. |
ViewsQueryAlter::$viewsData | property | core/ |
The views data. |
ViewsQueryAlter::$viewsJoinPluginManager | property | core/ |
A plugin manager which handles instances of views join plugins. |
ViewsQueryAlter::$workspaceManager | property | core/ |
The workspace manager service. |
ViewsQueryAlter::alterQuery | function | core/ |
Implements a hook bridge for hook_views_query_alter(). |
ViewsQueryAlter::alterQueryForEntityType | function | core/ |
Alters the entity type tables for a Views query. |
ViewsQueryAlter::create | function | core/ |
Instantiates a new instance of this class. |
ViewsQueryAlter::ensureRevisionTable | function | core/ |
Adds the revision table of an entity type to a query object. |
ViewsQueryAlter::ensureWorkspaceAssociationTable | function | core/ |
Adds the 'workspace_association' table to a views query. |
ViewsQueryAlter::getRevisionTableJoin | function | core/ |
Fetches a join for a revision table using the workspace_association table. |
ViewsQueryAlter::moveEntityTable | function | core/ |
Moves a 'workspace_association' table to appear before the given alias. |
ViewsQueryAlter::__construct | function | core/ |
Constructs a new ViewsQueryAlter instance. |
ViewsRelationship | class | core/ |
Defines a Plugin annotation object for views relationship handlers. |
ViewsRelationship.php | file | core/ |
|
ViewsRenderPipelineMarkup | class | core/ |
Defines an object that passes safe strings through the Views render system. |
ViewsRenderPipelineMarkup.php | file | core/ |
|
ViewsRow | class | core/ |
Defines a Plugin annotation object for views row plugins. |
ViewsRow.php | file | core/ |
|
ViewsRow::$base | property | core/ |
The base tables on which this row plugin can be used. |
ViewsRow::$display_types | property | core/ |
The types of the display this plugin can be used with. |
Pagination
- Previous page
- Page 84
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.