RelationshipTest::testRelationshipQuery |
function |
core/modules/views/tests/src/Kernel/Plugin/RelationshipTest.php |
Tests the query result of a view with a relationship. |
RenderedEntity::query |
function |
core/modules/views/src/Plugin/views/field/RenderedEntity.php |
Called to add the field to a query. |
RenderElementTest::testPreRenderAjaxFormWithQueryOptions |
function |
core/tests/Drupal/Tests/Core/Render/Element/RenderElementTest.php |
@covers ::preRenderAjaxForm |
RendererBase::query |
function |
core/modules/views/src/Entity/Render/RendererBase.php |
Alters the query if needed. |
RequestPagerTest::testGetQueryParameters |
function |
core/tests/Drupal/KernelTests/Core/Pager/RequestPagerTest.php |
@covers ::getQueryParameters |
ResourceVersionRouteEnhancer::RESOURCE_VERSION_QUERY_PARAMETER |
constant |
core/modules/jsonapi/src/Revisions/ResourceVersionRouteEnhancer.php |
The query parameter for providing a version (revision) value. |
ResponsiveImageFieldDisplayTest::testResponsiveImageFieldFormattersEmptyMediaQuery |
function |
core/modules/responsive_image/tests/src/Functional/ResponsiveImageFieldDisplayTest.php |
Tests responsive image formatter on node display with an empty media query. |
ResponsiveImageStyles::query |
function |
core/modules/responsive_image/src/Plugin/migrate/source/d7/ResponsiveImageStyles.php |
|
Result::query |
function |
core/modules/views/src/Plugin/views/area/Result.php |
Add anything to the query that we might need to. |
ResultTest::testQuery |
function |
core/modules/views/tests/src/Unit/Plugin/area/ResultTest.php |
Tests the query method. |
Role::query |
function |
core/modules/user/src/Plugin/migrate/source/d6/Role.php |
|
Role::query |
function |
core/modules/user/src/Plugin/migrate/source/d7/Role.php |
|
Roles::query |
function |
core/modules/user/src/Plugin/views/field/Roles.php |
Called to add the field to a query. |
RolesRid::titleQuery |
function |
core/modules/user/src/Plugin/views/argument/RolesRid.php |
Override for specific title lookups. |
RolesRidTest::testTitleQuery |
function |
core/modules/user/tests/src/Unit/Views/Argument/RolesRidTest.php |
Tests the titleQuery method. |
RouteTest::providerTestRouteWithParamQuery |
function |
core/modules/migrate/tests/src/Kernel/process/RouteTest.php |
Data provider for testRouteWithParamQuery(). |
RouteTest::testRouteWithParamQuery |
function |
core/modules/migrate/tests/src/Kernel/process/RouteTest.php |
Tests Route plugin based on providerTestRoute() values. |
RowPluginBase::query |
function |
core/modules/views/src/Plugin/views/row/RowPluginBase.php |
Add anything to the query that we might need to. |
Schema::queryFieldInformation |
function |
core/modules/pgsql/src/Driver/Database/pgsql/Schema.php |
Fetches the list of constraints used on a field. |
Schema::queryTableInformation |
function |
core/modules/pgsql/src/Driver/Database/pgsql/Schema.php |
Fetch the list of blobs and sequences used on a table. |
Score::query |
function |
core/modules/search/src/Plugin/views/sort/Score.php |
Called to add the sort to a query. |
Score::query |
function |
core/modules/search/src/Plugin/views/field/Score.php |
Called to add the field to a query. |
Search::$searchQuery |
property |
core/modules/search/src/Plugin/views/filter/Search.php |
A search query to use for parsing search keywords. |
Search::$searchQuery |
property |
core/modules/search/src/Plugin/views/argument/Search.php |
A search query to use for parsing search keywords. |
Search::query |
function |
core/modules/search/src/Plugin/views/filter/Search.php |
Add this filter to the query. |
Search::query |
function |
core/modules/search/src/Plugin/views/argument/Search.php |
Set up the query for this argument. |
Search::queryParseSearchExpression |
function |
core/modules/search/src/Plugin/views/filter/Search.php |
Sets up and parses the search query. |
Search::queryParseSearchExpression |
function |
core/modules/search/src/Plugin/views/argument/Search.php |
Sets up and parses the search query. |
SearchDateIntervalTest::testDateIntervalQueryAlter |
function |
core/modules/search/tests/src/Functional/SearchDateIntervalTest.php |
Tests searching with date filters that exclude some translations. |
SearchExactTest::testExactQuery |
function |
core/modules/search/tests/src/Functional/SearchExactTest.php |
Tests that the correct number of pager links are found for both keywords and phrases. |
SearchInterface::buildSearchUrlQuery |
function |
core/modules/search/src/Plugin/SearchInterface.php |
Builds the URL GET query parameters array for search. |
SearchMatchTest::_testQueryMatching |
function |
core/modules/search/tests/src/Kernel/SearchMatchTest.php |
Tests the matching abilities of the engine. |
SearchMatchTest::_testQueryScores |
function |
core/modules/search/tests/src/Kernel/SearchMatchTest.php |
Tests the scoring abilities of the engine. |
SearchPageRepository::getQuery |
function |
core/modules/search/src/SearchPageRepository.php |
Returns an entity query instance. |
SearchPageRepositoryTest::$query |
property |
core/modules/search/tests/src/Unit/SearchPageRepositoryTest.php |
The entity query object. |
SearchPluginBase::buildSearchUrlQuery |
function |
core/modules/search/src/Plugin/SearchPluginBase.php |
Builds the URL GET query parameters array for search. |
SearchQuery |
class |
core/modules/search/src/SearchQuery.php |
Search query extender and helper functions. |
SearchQuery |
class |
core/tests/fixtures/database_drivers/module/corefake/src/Driver/Database/corefakeWithAllCustomClasses/SearchQuery.php |
CorefakeWithAllCustomClasses implementation of \Drupal\search\SearchQuery. |
SearchQuery.php |
file |
core/tests/fixtures/database_drivers/module/corefake/src/Driver/Database/corefakeWithAllCustomClasses/SearchQuery.php |
|
SearchQuery.php |
file |
core/modules/search/src/SearchQuery.php |
|
SearchQuery::$conditions |
property |
core/modules/search/src/SearchQuery.php |
Conditions that are used for exact searches. |
SearchQuery::$executedPrepare |
property |
core/modules/search/src/SearchQuery.php |
Indicates whether the preparation step has been executed. |
SearchQuery::$keys |
property |
core/modules/search/src/SearchQuery.php |
Parsed-out positive and negative search keys. |
SearchQuery::$matches |
property |
core/modules/search/src/SearchQuery.php |
Indicates how many matches for a search query are necessary. |
SearchQuery::$multiply |
property |
core/modules/search/src/SearchQuery.php |
Multipliers for score expressions. |
SearchQuery::$normalize |
property |
core/modules/search/src/SearchQuery.php |
Multiplier to normalize the keyword score. |
SearchQuery::$relevance_count |
property |
core/modules/search/src/SearchQuery.php |
The number of 'i.relevance' occurrences in score expressions. |
SearchQuery::$scores |
property |
core/modules/search/src/SearchQuery.php |
The word score expressions. |
SearchQuery::$scoresArguments |
property |
core/modules/search/src/SearchQuery.php |
Arguments for the score expressions. |
SearchQuery::$searchExpression |
property |
core/modules/search/src/SearchQuery.php |
The keywords and advanced search options that are entered by the user. |