| UrlHelperTest::testFilterQueryParameters |
function |
core/tests/Drupal/Tests/Component/Utility/UrlHelperTest.php |
Tests query filtering. |
| UrlTest::testDrupalGetQueryParameters |
function |
core/modules/system/tests/src/Kernel/Common/UrlTest.php |
Tests UrlHelper::filterQueryParameters(). |
| User::query |
function |
core/modules/user/src/Plugin/migrate/source/d6/User.php |
Prepares query object to retrieve data from the source database. |
| User::query |
function |
core/modules/user/src/Plugin/migrate/source/d7/User.php |
Prepares query object to retrieve data from the source database. |
| UserEntityTranslation::query |
function |
core/modules/user/src/Plugin/migrate/source/d7/UserEntityTranslation.php |
Prepares query object to retrieve data from the source database. |
| UserPicture::query |
function |
core/modules/user/src/Plugin/migrate/source/d6/UserPicture.php |
Prepares query object to retrieve data from the source database. |
| UserPictureFile::query |
function |
core/modules/user/src/Plugin/migrate/source/d6/UserPictureFile.php |
Prepares query object to retrieve data from the source database. |
| UserSelection::buildEntityQuery |
function |
core/modules/user/src/Plugin/EntityReferenceSelection/UserSelection.php |
Builds an EntityQuery to get referenceable entities. |
| UserSelection::entityQueryAlter |
function |
core/modules/user/src/Plugin/EntityReferenceSelection/UserSelection.php |
Allows altering the SelectQuery generated by EntityFieldQuery. |
| UserTest::testQueryInvolvingRoles |
function |
core/modules/jsonapi/tests/src/Functional/UserTest.php |
Tests good error DX when trying to filter users by role. |
| UserUid::query |
function |
core/modules/comment/src/Plugin/views/filter/UserUid.php |
Add this filter to the query. |
| UserUid::query |
function |
core/modules/comment/src/Plugin/views/argument/UserUid.php |
Set up the query for this argument. |
| UserViewsExecutionHooks::viewsQuerySubstitutions |
function |
core/modules/user/src/Hook/UserViewsExecutionHooks.php |
Implements hook_views_query_substitutions(). |
| Variable::query |
function |
core/modules/migrate_drupal/src/Plugin/migrate/source/Variable.php |
Prepares query object to retrieve data from the source database. |
| VariableMultiRow::query |
function |
core/modules/migrate_drupal/src/Plugin/migrate/source/VariableMultiRow.php |
Prepares query object to retrieve data from the source database. |
| VariableTranslation::query |
function |
core/modules/migrate_drupal/src/Plugin/migrate/source/d6/VariableTranslation.php |
Prepares query object to retrieve data from the source database. |
| VariableTranslation::query |
function |
core/modules/migrate_drupal/src/Plugin/migrate/source/d7/VariableTranslation.php |
Prepares query object to retrieve data from the source database. |
| Vid::titleQuery |
function |
core/modules/node/src/Plugin/views/argument/Vid.php |
Override the behavior of title(). Get the title of the revision. |
| ViewAjaxController::FILTERED_QUERY_PARAMETERS |
constant |
core/modules/views/src/Controller/ViewAjaxController.php |
Parameters that should be filtered and ignored inside ajax requests. |
| ViewExecutable::$query |
property |
core/modules/views/src/ViewExecutable.php |
Where the $query object will reside. |
| ViewExecutable::getQuery |
function |
core/modules/views/src/ViewExecutable.php |
Gets the current query plugin. |
| ViewExecutable::initQuery |
function |
core/modules/views/src/ViewExecutable.php |
Initializes the query object for the view. |
| ViewExecutable::_preQuery |
function |
core/modules/views/src/ViewExecutable.php |
Runs the preQuery() on all active handlers. |
| ViewMode::query |
function |
core/modules/node/src/Plugin/migrate/source/d6/ViewMode.php |
Prepares query object to retrieve data from the source database. |
| Views query plugins |
group |
core/modules/views/src/Plugin/views/query/QueryPluginBase.php |
Plugins for views queries. |
| views.query.schema.yml |
file |
core/modules/views/config/schema/views.query.schema.yml |
core/modules/views/config/schema/views.query.schema.yml |
| views.view.test_argument_default_query_param.yml |
file |
core/modules/views/tests/modules/views_test_config/test_views/views.view.test_argument_default_query_param.yml |
core/modules/views/tests/modules/views_test_config/test_views/views.view.test_argument_default_query_param.yml |
| ViewsHandlerInterface::preQuery |
function |
core/modules/views/src/Plugin/views/ViewsHandlerInterface.php |
Run before the view is built. |
| ViewsHooks::queryViewsAlter |
function |
core/modules/views/src/Hook/ViewsHooks.php |
Implements hook_query_TAG_alter(). |
| ViewsOperations::alterQueryForEntityType |
function |
core/modules/workspaces/src/Hook/ViewsOperations.php |
Alters the entity type tables for a Views query. |
| ViewsOperations::viewsQueryAlter |
function |
core/modules/workspaces/src/Hook/ViewsOperations.php |
Implements hook_views_query_alter(). |
| ViewsPluginInterface::query |
function |
core/modules/views/src/Plugin/views/ViewsPluginInterface.php |
Add anything to the query that we might need to. |
| ViewsQuery |
class |
core/modules/views/src/Attribute/ViewsQuery.php |
Defines a ViewsQuery attribute for plugin discovery. |
| 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. |