Access::query |
function |
core/modules/node/src/Plugin/views/filter/Access.php |
See _node_access_where_sql() for a non-views query based implementation. |
Action::query |
function |
core/modules/system/src/Plugin/migrate/source/Action.php |
|
ActiveTopicsBlock::buildForumQuery |
function |
core/modules/forum/src/Plugin/Block/ActiveTopicsBlock.php |
Builds the select query to use for this forum block. |
AggregatorFeed::query |
function |
core/modules/aggregator/src/Plugin/migrate/source/AggregatorFeed.php |
|
AggregatorItem::query |
function |
core/modules/aggregator/src/Plugin/migrate/source/AggregatorItem.php |
|
AjaxFormCacheTest::testQueryString |
function |
core/tests/Drupal/FunctionalJavascriptTests/Ajax/AjaxFormCacheTest.php |
Tests AJAX forms on pages with a query string. |
AliasRepository::getBaseQuery |
function |
core/modules/path_alias/src/AliasRepository.php |
Returns a SELECT query for the path_alias base table. |
AlterTest::testSimpleAlterSubquery |
function |
core/tests/Drupal/KernelTests/Core/Database/AlterTest.php |
Tests that we can do basic alters on subqueries. |
ArgumentDefaultTest::testArgumentDefaultQueryParameter |
function |
core/modules/views/tests/src/Functional/Plugin/ArgumentDefaultTest.php |
Tests the query parameter default argument. |
ArgumentPluginBase::query |
function |
core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php |
Set up the query for this argument. |
ArgumentPluginBase::summaryQuery |
function |
core/modules/views/src/Plugin/views/argument/ArgumentPluginBase.php |
Build the info for the summary query. |
AssertContentTrait::buildXPathQuery |
function |
core/tests/Drupal/KernelTests/AssertContentTrait.php |
Builds an XPath query. |
AssertLegacyTrait::buildXPathQuery |
function |
core/tests/Drupal/FunctionalTests/AssertLegacyTrait.php |
Builds an XPath query. |
AttachedAssetsTest::testAddJsFileWithQueryString |
function |
core/tests/Drupal/KernelTests/Core/Asset/AttachedAssetsTest.php |
Tests JavaScript files that have query strings attached get added right. |
AttachedAssetsTest::testVersionQueryString |
function |
core/tests/Drupal/KernelTests/Core/Asset/AttachedAssetsTest.php |
Tests JavaScript versioning. |
Block::query |
function |
core/modules/block/src/Plugin/migrate/source/Block.php |
|
BlockCustom::query |
function |
core/modules/block_content/src/Plugin/migrate/source/d7/BlockCustom.php |
|
BlockCustomTranslation::query |
function |
core/modules/block_content/src/Plugin/migrate/source/d7/BlockCustomTranslation.php |
|
BlockedIps::query |
function |
core/modules/ban/src/Plugin/migrate/source/d7/BlockedIps.php |
|
BlockTranslation::query |
function |
core/modules/block/src/Plugin/migrate/source/d6/BlockTranslation.php |
|
BlockTranslation::query |
function |
core/modules/block/src/Plugin/migrate/source/d7/BlockTranslation.php |
|
block_content_query_entity_reference_alter |
function |
core/modules/block_content/block_content.module |
Implements hook_query_TAG_alter(). |
Book::query |
function |
core/modules/book/src/Plugin/migrate/source/Book.php |
|
BookUninstallValidatorTest::testValidateEntityQueryWithoutResults |
function |
core/modules/book/tests/src/Unit/BookUninstallValidatorTest.php |
@covers ::validate |
BookUninstallValidatorTest::testValidateEntityQueryWithResults |
function |
core/modules/book/tests/src/Unit/BookUninstallValidatorTest.php |
@covers ::validate |
BooleanOperator::query |
function |
core/modules/views/src/Plugin/views/filter/BooleanOperator.php |
Add this filter to the query. |
BooleanOperator::queryOpBoolean |
function |
core/modules/views/src/Plugin/views/filter/BooleanOperator.php |
Adds a where condition to the query for a boolean value. |
BooleanOperatorString::query |
function |
core/modules/views/src/Plugin/views/filter/BooleanOperatorString.php |
Add this filter to the query. |
Box::query |
function |
core/modules/block_content/src/Plugin/migrate/source/d6/Box.php |
|
Breakpoint::getMediaQuery |
function |
core/modules/breakpoint/src/Breakpoint.php |
Returns the media query. |
BreakpointInterface::getMediaQuery |
function |
core/modules/breakpoint/src/BreakpointInterface.php |
Returns the media query. |
BreakpointTest::testGetMediaQuery |
function |
core/modules/breakpoint/tests/src/Unit/BreakpointTest.php |
@covers ::getMediaQuery |
BrokenHandlerTrait::query |
function |
core/modules/views/src/Plugin/views/BrokenHandlerTrait.php |
Modify the views query. |
BrowserTestBaseTest::testBuildXPathQuery |
function |
core/tests/Drupal/FunctionalTests/BrowserTestBaseTest.php |
Tests legacy buildXPathQuery(). |
BulkForm::query |
function |
core/modules/views/src/Plugin/views/field/BulkForm.php |
Called to add the field to a query. |
Bundle::query |
function |
core/modules/views/src/Plugin/views/filter/Bundle.php |
Add this filter to the query. |
Cache::keyFromQuery |
function |
core/lib/Drupal/Core/Cache/Cache.php |
Generates a hash from a query object, to be used as part of the cache key. |
CacheTest::testSubqueryStringCache |
function |
core/modules/views/tests/src/Kernel/Plugin/CacheTest.php |
Tests that Subqueries are cached as expected. |
cache_context.url.query_args |
service |
core/core.services.yml |
Drupal\Core\Cache\Context\QueryArgsCacheContext |
cache_context.url.query_args.pagers |
service |
core/core.services.yml |
Drupal\Core\Cache\Context\PagersCacheContext |
Color::query |
function |
core/modules/color/src/Plugin/migrate/source/d7/Color.php |
|
Combine::$query |
property |
core/modules/views/src/Plugin/views/filter/Combine.php |
|
Combine::query |
function |
core/modules/views/src/Plugin/views/filter/Combine.php |
Add this filter to the query. |
Comment::query |
function |
core/modules/comment/src/Plugin/migrate/source/d6/Comment.php |
|
Comment::query |
function |
core/modules/comment/src/Plugin/migrate/source/d7/Comment.php |
|
CommentEntityTranslation::query |
function |
core/modules/comment/src/Plugin/migrate/source/d7/CommentEntityTranslation.php |
|
CommentSelection::buildEntityQuery |
function |
core/modules/comment/src/Plugin/EntityReferenceSelection/CommentSelection.php |
Builds an EntityQuery to get referenceable entities. |
CommentSelection::entityQueryAlter |
function |
core/modules/comment/src/Plugin/EntityReferenceSelection/CommentSelection.php |
Allows the selection to alter the SelectQuery generated by EntityFieldQuery. |
CommentType::query |
function |
core/modules/comment/src/Plugin/migrate/source/CommentType.php |
|
CommonTestController::jsAndCssQuerystring |
function |
core/modules/system/tests/modules/common_test/src/Controller/CommonTestController.php |
Adds a JavaScript file and a CSS file with a query string appended. |