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/lib/Drupal/Core/Database/Driver/pgsql/Schema.php |
Fetches the list of constraints used on a field. |
Schema::queryTableInformation |
function |
core/lib/Drupal/Core/Database/Driver/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 |
Test the matching abilities of the engine. |
SearchMatchTest::_testQueryScores |
function |
core/modules/search/tests/src/Kernel/SearchMatchTest.php |
Test 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.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. |
SearchQuery::$simple |
property |
core/modules/search/src/SearchQuery.php |
Indicates whether the query conditions are simple or complex (LIKE). |
SearchQuery::$status |
property |
core/modules/search/src/SearchQuery.php |
A bitmap of status conditions, described in getStatus(). |
SearchQuery::$type |
property |
core/modules/search/src/SearchQuery.php |
The type of search (search type). |
SearchQuery::$words |
property |
core/modules/search/src/SearchQuery.php |
Array of positive search words. |
SearchQuery::addScore |
function |
core/modules/search/src/SearchQuery.php |
Adds a custom score expression to the search query. |
SearchQuery::countQuery |
function |
core/modules/search/src/SearchQuery.php |
Builds the default count query for SearchQuery. |
SearchQuery::execute |
function |
core/modules/search/src/SearchQuery.php |
Executes the search. |
SearchQuery::EXPRESSIONS_IGNORED |
constant |
core/modules/search/src/SearchQuery.php |
Indicates that part of the search expression was ignored. |
SearchQuery::getStatus |
function |
core/modules/search/src/SearchQuery.php |
Returns the query status bitmap. |
SearchQuery::LOWER_CASE_OR |
constant |
core/modules/search/src/SearchQuery.php |
Indicates that lower-case "or" was in the search expression. |
SearchQuery::NO_KEYWORD_MATCHES |
constant |
core/modules/search/src/SearchQuery.php |
Indicates that no positive keyword matches were found. |
SearchQuery::NO_POSITIVE_KEYWORDS |
constant |
core/modules/search/src/SearchQuery.php |
Indicates no positive keywords were in the search expression. |
SearchQuery::parseSearchExpression |
function |
core/modules/search/src/SearchQuery.php |
Parses the search query into SQL conditions. |