| MakeUniqueEntityFieldTest::$entityQuery |
property |
core/modules/migrate/tests/src/Unit/process/MakeUniqueEntityFieldTest.php |
The mock entity query. |
| MakeUniqueEntityFieldTest::entityQueryExpects |
function |
core/modules/migrate/tests/src/Unit/process/MakeUniqueEntityFieldTest.php |
Helper function to add expectations to the mock entity query object. |
| ManyToOne::query |
function |
core/modules/views/src/Plugin/views/argument/ManyToOne.php |
Set up the query for this argument. |
| ManyToOne::summaryQuery |
function |
core/modules/views/src/Plugin/views/argument/ManyToOne.php |
Build the info for the summary query. |
| ManyToOne::titleQuery |
function |
core/modules/views/src/Plugin/views/argument/ManyToOne.php |
Override for specific title lookups. |
| MediaLibraryStateTest::testFromRequestQueryLess |
function |
core/modules/media_library/tests/src/Kernel/MediaLibraryStateTest.php |
@covers ::fromRequest[[api-linebreak]] |
| MediaSelection::buildEntityQuery |
function |
core/modules/media/src/Plugin/EntityReferenceSelection/MediaSelection.php |
Builds an EntityQuery to get referenceable entities. |
| media_views_query_substitutions |
function |
core/modules/media/media.module |
Implements hook_views_query_substitutions(). |
| Menu::query |
function |
core/modules/system/src/Plugin/migrate/source/Menu.php |
|
| MenuLink::query |
function |
core/modules/menu_link_content/src/Plugin/migrate/source/MenuLink.php |
|
| MenuLinkTranslation::query |
function |
core/modules/menu_link_content/src/Plugin/migrate/source/d6/MenuLinkTranslation.php |
|
| MenuUiTest::testMenuQueryAndFragment |
function |
core/modules/menu_ui/tests/src/Functional/MenuUiTest.php |
Adds and removes a menu link with a query string and fragment. |
| MessageCommand::$wrapperQuerySelector |
property |
core/lib/Drupal/Core/Ajax/MessageCommand.php |
The query selector for the element the message will appear in. |
| MigrateTestCase::queryResultTest |
function |
core/modules/migrate/tests/src/Unit/MigrateTestCase.php |
Tests a query. |
| migrate_query_batch_test.info.yml |
file |
core/modules/migrate/tests/modules/migrate_query_batch_test/migrate_query_batch_test.info.yml |
core/modules/migrate/tests/modules/migrate_query_batch_test/migrate_query_batch_test.info.yml |
| Mini::query |
function |
core/modules/views/src/Plugin/views/pager/Mini.php |
Modify the query for paging |
| Mini::useCountQuery |
function |
core/modules/views/src/Plugin/views/pager/Mini.php |
Determine if a pager needs a count query. |
| NegotiationMiddlewareTest::testFormatViaQueryParameter |
function |
core/tests/Drupal/Tests/Core/StackMiddleware/NegotiationMiddlewareTest.php |
Tests the specifying a format via query parameters gets used. |
| NewTopicsBlock::buildForumQuery |
function |
core/modules/forum/src/Plugin/Block/NewTopicsBlock.php |
Builds the select query to use for this forum block. |
| Nid::titleQuery |
function |
core/modules/node/src/Plugin/views/argument/Nid.php |
Override the behavior of title(). Get the title of the node. |
| Node::query |
function |
core/modules/node/src/Plugin/migrate/source/d6/Node.php |
|
| Node::query |
function |
core/modules/node/src/Plugin/migrate/source/d7/Node.php |
|
| NodeAccessLanguageTest::testNodeAccessQueryTag |
function |
core/modules/node/tests/src/Kernel/NodeAccessLanguageTest.php |
Tests select queries with a 'node_access' tag and langcode metadata. |
| NodeComplete::query |
function |
core/modules/node/src/Plugin/migrate/source/d6/NodeComplete.php |
|
| NodeComplete::query |
function |
core/modules/node/src/Plugin/migrate/source/d7/NodeComplete.php |
|
| NodeCounter::query |
function |
core/modules/statistics/src/Plugin/migrate/source/NodeCounter.php |
|
| NodeEntityTranslation::query |
function |
core/modules/node/src/Plugin/migrate/source/d7/NodeEntityTranslation.php |
|
| NodeGrantDatabaseStorage::alterQuery |
function |
core/modules/node/src/NodeGrantDatabaseStorage.php |
Alters a query when node access is required. |
| NodeGrantDatabaseStorage::buildGrantsQueryCondition |
function |
core/modules/node/src/NodeGrantDatabaseStorage.php |
Creates a query condition from an array of node access grants. |
| NodeGrantDatabaseStorageInterface::alterQuery |
function |
core/modules/node/src/NodeGrantDatabaseStorageInterface.php |
Alters a query when node access is required. |
| NodeNewComments::query |
function |
core/modules/comment/src/Plugin/views/field/NodeNewComments.php |
Called to add the field to a query. |
| NodeQueryAlterTest |
class |
core/modules/node/tests/src/Functional/NodeQueryAlterTest.php |
Tests that node access queries are properly altered by the node module. |
| NodeQueryAlterTest.php |
file |
core/modules/node/tests/src/Functional/NodeQueryAlterTest.php |
|
| NodeQueryAlterTest::$accessUser |
property |
core/modules/node/tests/src/Functional/NodeQueryAlterTest.php |
User with permission to view content. |
| NodeQueryAlterTest::$defaultTheme |
property |
core/modules/node/tests/src/Functional/NodeQueryAlterTest.php |
The theme to install as the default for testing. |
| NodeQueryAlterTest::$modules |
property |
core/modules/node/tests/src/Functional/NodeQueryAlterTest.php |
Modules to enable. |
| NodeQueryAlterTest::$noAccessUser |
property |
core/modules/node/tests/src/Functional/NodeQueryAlterTest.php |
User without permission to view content. |
| NodeQueryAlterTest::setUp |
function |
core/modules/node/tests/src/Functional/NodeQueryAlterTest.php |
|
| NodeQueryAlterTest::testNodeQueryAlterLowLevelEditAccess |
function |
core/modules/node/tests/src/Functional/NodeQueryAlterTest.php |
Tests 'node_access' query alter, for edit access. |
| NodeQueryAlterTest::testNodeQueryAlterLowLevelNoAccess |
function |
core/modules/node/tests/src/Functional/NodeQueryAlterTest.php |
Tests 'node_access' query alter, for user without access. |
| NodeQueryAlterTest::testNodeQueryAlterLowLevelWithAccess |
function |
core/modules/node/tests/src/Functional/NodeQueryAlterTest.php |
Tests 'node_access' query alter, for user with access. |
| NodeQueryAlterTest::testNodeQueryAlterOverride |
function |
core/modules/node/tests/src/Functional/NodeQueryAlterTest.php |
Tests 'node_access' query alter override. |
| NodeQueryAlterTest::testNodeQueryAlterWithRevisions |
function |
core/modules/node/tests/src/Functional/NodeQueryAlterTest.php |
Tests 'node_access' query alter with revision-enabled nodes. |
| NodeSearch::buildSearchUrlQuery |
function |
core/modules/node/src/Plugin/Search/NodeSearch.php |
Builds the URL GET query parameters array for search. |
| NodeSelection::buildEntityQuery |
function |
core/modules/node/src/Plugin/EntityReferenceSelection/NodeSelection.php |
Builds an EntityQuery to get referenceable entities. |
| NodeTermData::query |
function |
core/modules/taxonomy/src/Plugin/views/relationship/NodeTermData.php |
Called to implement a relationship in a query. |
| NodeType::query |
function |
core/modules/node/src/Plugin/migrate/source/d6/NodeType.php |
|
| NodeType::query |
function |
core/modules/node/src/Plugin/migrate/source/d7/NodeType.php |
|
| node_query_node_access_alter |
function |
core/modules/node/node.module |
Implements hook_query_TAG_alter(). |
| node_views_query_substitutions |
function |
core/modules/node/node.views_execution.inc |
Implements hook_views_query_substitutions(). |