ViewsPluginInterface::globalTokenReplace |
function |
core/modules/views/src/Plugin/views/ViewsPluginInterface.php |
Returns a string with any core tokens replaced. |
ViewsPluginInterface::init |
function |
core/modules/views/src/Plugin/views/ViewsPluginInterface.php |
Initialize the plugin. |
ViewsPluginInterface::pluginTitle |
function |
core/modules/views/src/Plugin/views/ViewsPluginInterface.php |
Return the human readable name of the display. |
ViewsPluginInterface::preRenderAddFieldsetMarkup |
function |
core/modules/views/src/Plugin/views/ViewsPluginInterface.php |
Moves form elements into fieldsets for presentation purposes. |
ViewsPluginInterface::preRenderFlattenData |
function |
core/modules/views/src/Plugin/views/ViewsPluginInterface.php |
Flattens the structure of form elements. |
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 install. |
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. |
ViewsPreprocessTest::testEmptyPaginationHeadingLevelSet |
function |
core/modules/views/tests/src/Kernel/ViewsPreprocessTest.php |
Tests template_preprocess_views_mini_pager() when an empty pagination_heading_level value is passed. |
ViewsPreprocessTest::testPaginationHeadingLevelNotSet |
function |
core/modules/views/tests/src/Kernel/ViewsPreprocessTest.php |
Tests template_preprocess_views_mini_pager() when no pagination_heading_level is passed. |
ViewsPreprocessTest::testPaginationHeadingLevelSet |
function |
core/modules/views/tests/src/Kernel/ViewsPreprocessTest.php |
Tests template_preprocess_views_mini_pager() when a pagination_heading_level value is passed. |
ViewsQuery |
class |
core/modules/views/src/Annotation/ViewsQuery.php |
Defines a Plugin annotation object for views query plugins. |
ViewsQuery |
class |
core/modules/views/src/Attribute/ViewsQuery.php |
Defines a ViewsQuery attribute for plugin discovery. |
ViewsQuery.php |
file |
core/modules/views/src/Attribute/ViewsQuery.php |
|
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. |
ViewsQuery::__construct |
function |
core/modules/views/src/Attribute/ViewsQuery.php |
Constructs an ViewsDisplayExtender attribute. |
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::$adjustedTables |
property |
core/modules/workspaces/src/ViewsQueryAlter.php |
An array of tables adjusted for workspace_association join. |
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::$workspaceInfo |
property |
core/modules/workspaces/src/ViewsQueryAlter.php |
The workspace information service. |
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. |