| ViewsPluginInterface::query |
function |
core/modules/views/src/Plugin/views/ViewsPluginInterface.php |
Add anything to the query that we might need to. |
| ViewsPluginInterface::submitOptionsForm |
function |
core/modules/views/src/Plugin/views/ViewsPluginInterface.php |
Handle any special handling on the validate form. |
| ViewsPluginInterface::summaryTitle |
function |
core/modules/views/src/Plugin/views/ViewsPluginInterface.php |
Returns the summary of the settings in the display. |
| ViewsPluginInterface::themeFunctions |
function |
core/modules/views/src/Plugin/views/ViewsPluginInterface.php |
Provide a full list of possible theme templates used by this style. |
| ViewsPluginInterface::unpackOptions |
function |
core/modules/views/src/Plugin/views/ViewsPluginInterface.php |
Unpacks options over our existing defaults. |
| ViewsPluginInterface::usesOptions |
function |
core/modules/views/src/Plugin/views/ViewsPluginInterface.php |
Returns the usesOptions property. |
| ViewsPluginInterface::validate |
function |
core/modules/views/src/Plugin/views/ViewsPluginInterface.php |
Validate that the plugin is correct and can be saved. |
| ViewsPluginInterface::validateOptionsForm |
function |
core/modules/views/src/Plugin/views/ViewsPluginInterface.php |
Validate the options form. |
| ViewsPluginManager |
class |
core/modules/views/src/Plugin/ViewsPluginManager.php |
Plugin type manager for all views plugins. |
| ViewsPluginManager.php |
file |
core/modules/views/src/Plugin/ViewsPluginManager.php |
|
| ViewsPluginManager::__construct |
function |
core/modules/views/src/Plugin/ViewsPluginManager.php |
Constructs a ViewsPluginManager object. |
| ViewsPreprocessTest |
class |
core/modules/views/tests/src/Kernel/ViewsPreprocessTest.php |
Tests the preprocessing functionality in views.theme.inc. |
| ViewsPreprocessTest.php |
file |
core/modules/views/tests/src/Kernel/ViewsPreprocessTest.php |
|
| ViewsPreprocessTest::$modules |
property |
core/modules/views/tests/src/Kernel/ViewsPreprocessTest.php |
Modules to enable. |
| ViewsPreprocessTest::$testViews |
property |
core/modules/views/tests/src/Kernel/ViewsPreprocessTest.php |
Views to be enabled. |
| ViewsPreprocessTest::setUp |
function |
core/modules/views/tests/src/Kernel/ViewsPreprocessTest.php |
|
| ViewsPreprocessTest::testCssClassCleaning |
function |
core/modules/views/tests/src/Kernel/ViewsPreprocessTest.php |
Tests css classes on displays are cleaned correctly. |
| ViewsQuery |
class |
core/modules/views/src/Annotation/ViewsQuery.php |
Defines a Plugin annotation object for views query plugins. |
| ViewsQuery.php |
file |
core/modules/views/src/Annotation/ViewsQuery.php |
|
| ViewsQuery::$help |
property |
core/modules/views/src/Annotation/ViewsQuery.php |
A short help string; this is displayed in the views UI. |
| ViewsQuery::$id |
property |
core/modules/views/src/Annotation/ViewsQuery.php |
The plugin ID. |
| ViewsQuery::$no_ui |
property |
core/modules/views/src/Annotation/ViewsQuery.php |
Whether the plugin should be not selectable in the UI. |
| ViewsQuery::$short_title |
property |
core/modules/views/src/Annotation/ViewsQuery.php |
(optional) The short title used in the views UI. |
| ViewsQuery::$title |
property |
core/modules/views/src/Annotation/ViewsQuery.php |
The plugin title used in the views UI. |
| ViewsQueryAlter |
class |
core/modules/workspaces/src/ViewsQueryAlter.php |
Defines a class for altering views queries. |
| ViewsQueryAlter.php |
file |
core/modules/workspaces/src/ViewsQueryAlter.php |
|
| ViewsQueryAlter::$entityFieldManager |
property |
core/modules/workspaces/src/ViewsQueryAlter.php |
The entity field manager. |
| ViewsQueryAlter::$entityTypeManager |
property |
core/modules/workspaces/src/ViewsQueryAlter.php |
The entity type manager service. |
| ViewsQueryAlter::$languageManager |
property |
core/modules/workspaces/src/ViewsQueryAlter.php |
The language manager. |
| ViewsQueryAlter::$viewsData |
property |
core/modules/workspaces/src/ViewsQueryAlter.php |
The views data. |
| ViewsQueryAlter::$viewsJoinPluginManager |
property |
core/modules/workspaces/src/ViewsQueryAlter.php |
A plugin manager which handles instances of views join plugins. |
| ViewsQueryAlter::$workspaceManager |
property |
core/modules/workspaces/src/ViewsQueryAlter.php |
The workspace manager service. |
| ViewsQueryAlter::alterQuery |
function |
core/modules/workspaces/src/ViewsQueryAlter.php |
Implements a hook bridge for hook_views_query_alter(). |
| ViewsQueryAlter::alterQueryForEntityType |
function |
core/modules/workspaces/src/ViewsQueryAlter.php |
Alters the entity type tables for a Views query. |
| ViewsQueryAlter::create |
function |
core/modules/workspaces/src/ViewsQueryAlter.php |
Instantiates a new instance of this class. |
| ViewsQueryAlter::ensureRevisionTable |
function |
core/modules/workspaces/src/ViewsQueryAlter.php |
Adds the revision table of an entity type to a query object. |
| ViewsQueryAlter::ensureWorkspaceAssociationTable |
function |
core/modules/workspaces/src/ViewsQueryAlter.php |
Adds the 'workspace_association' table to a views query. |
| ViewsQueryAlter::getRevisionTableJoin |
function |
core/modules/workspaces/src/ViewsQueryAlter.php |
Fetches a join for a revision table using the workspace_association table. |
| ViewsQueryAlter::moveEntityTable |
function |
core/modules/workspaces/src/ViewsQueryAlter.php |
Moves a 'workspace_association' table to appear before the given alias. |
| ViewsQueryAlter::__construct |
function |
core/modules/workspaces/src/ViewsQueryAlter.php |
Constructs a new ViewsQueryAlter instance. |
| ViewsRelationship |
class |
core/modules/views/src/Annotation/ViewsRelationship.php |
Defines a Plugin annotation object for views relationship handlers. |
| ViewsRelationship.php |
file |
core/modules/views/src/Annotation/ViewsRelationship.php |
|
| ViewsRenderPipelineMarkup |
class |
core/modules/views/src/Render/ViewsRenderPipelineMarkup.php |
Defines an object that passes safe strings through the Views render system. |
| ViewsRenderPipelineMarkup.php |
file |
core/modules/views/src/Render/ViewsRenderPipelineMarkup.php |
|
| ViewsRow |
class |
core/modules/views/src/Annotation/ViewsRow.php |
Defines a Plugin annotation object for views row plugins. |
| ViewsRow.php |
file |
core/modules/views/src/Annotation/ViewsRow.php |
|
| ViewsRow::$base |
property |
core/modules/views/src/Annotation/ViewsRow.php |
The base tables on which this row plugin can be used. |
| ViewsRow::$display_types |
property |
core/modules/views/src/Annotation/ViewsRow.php |
The types of the display this plugin can be used with. |
| ViewsRow::$help |
property |
core/modules/views/src/Annotation/ViewsRow.php |
A short help string; this is displayed in the views UI. |
| ViewsRow::$id |
property |
core/modules/views/src/Annotation/ViewsRow.php |
The plugin ID. |