| 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 |
An optional 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. |
| ViewsRelationship |
class |
core/modules/views/src/Attribute/ViewsRelationship.php |
Defines a Plugin attribute class for views relationship handlers. |
| 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 |
|
| ViewsRelationship.php |
file |
core/modules/views/src/Attribute/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/Attribute/ViewsRow.php |
Defines a ViewsRow attribute for plugin discovery. |
| 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.php |
file |
core/modules/views/src/Attribute/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. |
| ViewsRow::$no_ui |
property |
core/modules/views/src/Annotation/ViewsRow.php |
Whether the plugin should be not selectable in the UI. |
| ViewsRow::$short_title |
property |
core/modules/views/src/Annotation/ViewsRow.php |
An optional short title used in the views UI. |
| ViewsRow::$theme |
property |
core/modules/views/src/Annotation/ViewsRow.php |
The theme function used to render the row output. |
| ViewsRow::$title |
property |
core/modules/views/src/Annotation/ViewsRow.php |
The plugin title used in the views UI. |
| ViewsRow::__construct |
function |
core/modules/views/src/Attribute/ViewsRow.php |
Constructs an ViewsRow attribute. |
| ViewsSearchQuery |
class |
core/modules/search/src/ViewsSearchQuery.php |
Extends the core SearchQuery to be able to gets its protected values. |
| ViewsSearchQuery |
class |
core/tests/fixtures/database_drivers/module/core_fake/src/Driver/Database/CoreFakeWithAllCustomClasses/ViewsSearchQuery.php |
CoreFakeWithAllCustomClasses implementation of \Drupal\search\ViewsSearchQuery. |
| ViewsSearchQuery.php |
file |
core/tests/fixtures/database_drivers/module/core_fake/src/Driver/Database/CoreFakeWithAllCustomClasses/ViewsSearchQuery.php |
|
| ViewsSearchQuery.php |
file |
core/modules/search/src/ViewsSearchQuery.php |
|
| ViewsSearchQuery::conditionReplaceString |
function |
core/modules/search/src/ViewsSearchQuery.php |
Replaces the original condition with a custom one from views recursively. |
| ViewsSearchQuery::conditions |
function |
core/modules/search/src/ViewsSearchQuery.php |
Returns the conditions property. |
| ViewsSearchQuery::matches |
function |
core/modules/search/src/ViewsSearchQuery.php |
Returns the matches property. |
| ViewsSearchQuery::publicParseSearchExpression |
function |
core/modules/search/src/ViewsSearchQuery.php |
Executes and returns the protected parseSearchExpression method. |
| ViewsSearchQuery::simple |
function |
core/modules/search/src/ViewsSearchQuery.php |
Returns the simple property. |
| ViewsSearchQuery::words |
function |
core/modules/search/src/ViewsSearchQuery.php |
Returns the words property. |
| ViewsSelection |
class |
core/modules/views/src/Plugin/EntityReferenceSelection/ViewsSelection.php |
Plugin implementation of the 'selection' entity_reference. |
| ViewsSelection.php |
file |
core/modules/views/src/Plugin/EntityReferenceSelection/ViewsSelection.php |
|
| ViewsSelection::$currentUser |
property |
core/modules/views/src/Plugin/EntityReferenceSelection/ViewsSelection.php |
The current user. |