TranslationLanguageRenderer::query |
function |
core/modules/views/src/Entity/Render/TranslationLanguageRenderer.php |
Alters the query if needed. |
UidRevision::query |
function |
core/modules/node/src/Plugin/views/filter/UidRevision.php |
Add this filter to the query. |
UidRevision::query |
function |
core/modules/node/src/Plugin/views/argument/UidRevision.php |
|
unique_field_constraint_test_query_entity_test_access_alter |
function |
core/modules/system/tests/modules/unique_field_constraint_test/unique_field_constraint_test.module |
Implements hook_query_entity_test_access_alter(). |
Update::getQueryArguments |
function |
core/lib/Drupal/Core/Database/Query/Update.php |
Returns the query arguments with placeholders mapped to their values. |
Upload::query |
function |
core/modules/file/src/Plugin/migrate/source/d6/Upload.php |
|
UrlAliasBase::query |
function |
core/modules/path/src/Plugin/migrate/source/UrlAliasBase.php |
|
UrlAlterTest::testUrlWithQueryString |
function |
core/tests/Drupal/KernelTests/Core/Path/UrlAlterTest.php |
|
UrlHelper::buildQuery |
function |
core/lib/Drupal/Component/Utility/UrlHelper.php |
Parses an array into a valid query string encoded with rawurlencode(). |
UrlHelper::compressQueryParameter |
function |
core/lib/Drupal/Component/Utility/UrlHelper.php |
Compresses a string for use in a query parameter. |
UrlHelper::filterQueryParameters |
function |
core/lib/Drupal/Component/Utility/UrlHelper.php |
Filters a URL query parameter array to remove unwanted elements. |
UrlHelper::uncompressQueryParameter |
function |
core/lib/Drupal/Component/Utility/UrlHelper.php |
Takes a compressed parameter and converts it back to the original. |
UrlHelperTest::providerTestBuildQuery |
function |
core/tests/Drupal/Tests/Component/Utility/UrlHelperTest.php |
Provides test data for testBuildQuery(). |
UrlHelperTest::providerTestFilterQueryParameters |
function |
core/tests/Drupal/Tests/Component/Utility/UrlHelperTest.php |
Provides data to self::testFilterQueryParameters(). |
UrlHelperTest::testBuildQuery |
function |
core/tests/Drupal/Tests/Component/Utility/UrlHelperTest.php |
Tests query building. |
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 |
|
User::query |
function |
core/modules/user/src/Plugin/migrate/source/d7/User.php |
|
UserEntityTranslation::query |
function |
core/modules/user/src/Plugin/migrate/source/d7/UserEntityTranslation.php |
|
UserPicture::query |
function |
core/modules/user/src/Plugin/migrate/source/d6/UserPicture.php |
|
UserPictureFile::query |
function |
core/modules/user/src/Plugin/migrate/source/d6/UserPictureFile.php |
|
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 the selection to alter 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/tracker/src/Plugin/views/filter/UserUid.php |
Add this filter to the query. |
UserUid::query |
function |
core/modules/tracker/src/Plugin/views/argument/UserUid.php |
Set up the query for this argument. |
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. |
user_views_query_substitutions |
function |
core/modules/user/user.views_execution.inc |
Implements hook_views_query_substitutions(). |
Variable::query |
function |
core/modules/migrate_drupal/src/Plugin/migrate/source/Variable.php |
|
VariableMultiRow::query |
function |
core/modules/migrate_drupal/src/Plugin/migrate/source/VariableMultiRow.php |
|
VariableTranslation::query |
function |
core/modules/migrate_drupal/src/Plugin/migrate/source/d6/VariableTranslation.php |
|
VariableTranslation::query |
function |
core/modules/migrate_drupal/src/Plugin/migrate/source/d7/VariableTranslation.php |
|
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 |
|
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. |
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/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 |
|