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/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. |
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. |
ViewsTestCacheContextFilter::query |
function |
core/modules/views/tests/modules/views_test_data/src/Plugin/views/filter/ViewsTestCacheContextFilter.php |
Add this filter to the query. |
ViewsTestDataViewsExecutionHooks::viewsQueryAlter |
function |
core/modules/views/tests/modules/views_test_data/src/Hook/ViewsTestDataViewsExecutionHooks.php |
Implements hook_views_query_alter(). |
ViewsTestDataViewsExecutionHooks::viewsQuerySubstitutions |
function |
core/modules/views/tests/modules/views_test_data/src/Hook/ViewsTestDataViewsExecutionHooks.php |
Implements hook_views_query_substitutions(). |
ViewsTestQueryAccessHooks |
class |
core/modules/views/tests/modules/views_test_query_access/src/Hook/ViewsTestQueryAccessHooks.php |
Hook implementations for views_test_query_access. |
ViewsTestQueryAccessHooks.php |
file |
core/modules/views/tests/modules/views_test_query_access/src/Hook/ViewsTestQueryAccessHooks.php |
|
ViewsTestQueryAccessHooks::queryBlockContentAccessAlter |
function |
core/modules/views/tests/modules/views_test_query_access/src/Hook/ViewsTestQueryAccessHooks.php |
Implements hook_query_TAG_alter() for the 'block_content_access' query tag. |
ViewsTestQueryAccessHooks::queryMediaAccessAlter |
function |
core/modules/views/tests/modules/views_test_query_access/src/Hook/ViewsTestQueryAccessHooks.php |
Implements hook_query_TAG_alter() for the 'media_access' query tag. |
ViewsTestQueryAccessHooks::restrictByUuid |
function |
core/modules/views/tests/modules/views_test_query_access/src/Hook/ViewsTestQueryAccessHooks.php |
Excludes entities with the 'hidden-ENTITY_TYPE_ID' UUID from a query. |
ViewsViewsExecutionHooks::viewsQuerySubstitutions |
function |
core/modules/views/src/Hook/ViewsViewsExecutionHooks.php |
Implements hook_views_query_substitutions(). |
views_test_query_access.info.yml |
file |
core/modules/views/tests/modules/views_test_query_access/views_test_query_access.info.yml |
core/modules/views/tests/modules/views_test_query_access/views_test_query_access.info.yml |
ViewUI::endQueryCapture |
function |
core/modules/views_ui/src/ViewUI.php |
Add the list of queries run during render to build info. |
ViewUI::startQueryCapture |
function |
core/modules/views_ui/src/ViewUI.php |
Set up query capturing. |
Vocabulary::query |
function |
core/modules/taxonomy/src/Plugin/migrate/source/d6/Vocabulary.php |
Prepares query object to retrieve data from the source database. |
Vocabulary::query |
function |
core/modules/taxonomy/src/Plugin/migrate/source/d7/Vocabulary.php |
Prepares query object to retrieve data from the source database. |
VocabularyPerType::query |
function |
core/modules/taxonomy/src/Plugin/migrate/source/d6/VocabularyPerType.php |
Prepares query object to retrieve data from the source database. |
VocabularyTranslation::query |
function |
core/modules/taxonomy/src/Plugin/migrate/source/d6/VocabularyTranslation.php |
Prepares query object to retrieve data from the source database. |
VocabularyTranslation::query |
function |
core/modules/taxonomy/src/Plugin/migrate/source/d7/VocabularyTranslation.php |
Prepares query object to retrieve data from the source database. |
WebAssert::buildXPathQuery |
function |
core/tests/Drupal/Tests/WebAssert.php |
Builds an XPath query. |
WorkspaceIntegrationTest::assertEntityQuery |
function |
core/modules/workspaces/tests/src/Kernel/WorkspaceIntegrationTest.php |
Asserts that entity queries are giving the correct results in a workspace. |
WorkspaceIntegrationTest::testEntityQueryRelationship |
function |
core/modules/workspaces/tests/src/Kernel/WorkspaceIntegrationTest.php |
Tests the Entity Query relationship API with workspaces. |
WorkspaceIntegrationTest::testEntityQueryWithoutConditions |
function |
core/modules/workspaces/tests/src/Kernel/WorkspaceIntegrationTest.php |
Tests entity query overrides without any conditions. |
WorkspaceQueryParameterNegotiatorTest |
class |
core/modules/workspaces/tests/src/Kernel/WorkspaceQueryParameterNegotiatorTest.php |
Tests the query parameter workspace negotiator. |
WorkspaceQueryParameterNegotiatorTest.php |
file |
core/modules/workspaces/tests/src/Kernel/WorkspaceQueryParameterNegotiatorTest.php |
|
WorkspaceQueryParameterNegotiatorTest::$modules |
property |
core/modules/workspaces/tests/src/Kernel/WorkspaceQueryParameterNegotiatorTest.php |
Modules to install. |
WorkspaceQueryParameterNegotiatorTest::providerTestWorkspaceQueryParameter |
function |
core/modules/workspaces/tests/src/Kernel/WorkspaceQueryParameterNegotiatorTest.php |
Data provider for testWorkspaceQueryParameter. |
WorkspaceQueryParameterNegotiatorTest::setUp |
function |
core/modules/workspaces/tests/src/Kernel/WorkspaceQueryParameterNegotiatorTest.php |
|
WorkspaceQueryParameterNegotiatorTest::testWorkspaceQueryParameter |
function |
core/modules/workspaces/tests/src/Kernel/WorkspaceQueryParameterNegotiatorTest.php |
Tests workspace query parameter. |
workspaces.entity.query.sql |
service |
core/modules/workspaces/workspaces.services.yml |
Drupal\workspaces\EntityQuery\QueryFactory |
workspaces.negotiator.query_parameter |
service |
core/modules/workspaces/workspaces.services.yml |
Drupal\workspaces\Negotiator\QueryParameterWorkspaceNegotiator |
WorkspacesAliasRepository::getBaseQuery |
function |
core/modules/workspaces/src/WorkspacesAliasRepository.php |
Returns a SELECT query for the path_alias base table. |
WorkspaceSwitcherTest::testQueryParameterNegotiator |
function |
core/modules/workspaces/tests/src/Functional/WorkspaceSwitcherTest.php |
Tests switching workspace via a query parameter. |