|
StatementEmpty::getQueryString |
function |
drupal/core/lib/Drupal/Core/Database/StatementEmpty.php |
Gets the query string of this statement. |
|
SearchQuery::$searchExpression |
property |
drupal/core/modules/search/lib/Drupal/search/SearchQuery.php |
The search query that is used for searching. |
|
RangeQueryTest::testRangeQuery |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/RangeQueryTest.php |
Confirms that range queries work and return the correct result. |
|
EntityQueryTest::$queryResults |
property |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityQueryTest.php |
|
|
EntityQueryTest::testTableSort |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityQueryTest.php |
Test tablesort(). |
|
hook_views_query_substitutions |
function |
drupal/core/modules/views/views.api.php |
Replace special strings in the query before it is executed. |
|
node_views_query_substitutions |
function |
drupal/core/modules/node/node.views.inc |
Implements hook_views_query_substitutions(). |
|
InvalidMergeQueryException.php |
file |
drupal/core/lib/Drupal/Core/Database/Query/InvalidMergeQueryException.php |
Definition of Drupal\Core\Database\Query\InvalidMergeQueryException |
|
FetchTest::testQueryFetchArray |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/FetchTest.php |
Confirms that we can fetch a record to an associative array explicitly. |
|
FetchTest::testQueryFetchClass |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/FetchTest.php |
Confirms that we can fetch a record into a new instance of a custom class. |
|
user_views_query_substitutions |
function |
drupal/core/modules/user/user.views.inc |
Allow replacement of current userid so we can cache these queries |
|
database_test_even_pager_query |
function |
drupal/core/modules/system/tests/modules/database_test/database_test.module |
Runs a pager query and returns the results. |
|
QueryPluginBase::add_signature |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/query/QueryPluginBase.php |
Add a signature to the query, if such a thing is feasible. |
|
QueryPluginBase::load_entities |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/query/QueryPluginBase.php |
Loads all entities contained in the passed-in $results.
.
If the entity belongs to the base table, then it gets stored in
$result->_entity. Otherwise, it gets stored in
$result->_relationship_entities[$relationship_id]; |
|
tablesort_get_query_parameters |
function |
drupal/core/includes/tablesort.inc |
Compose a URL query parameter array for table sorting links. |
|
QueryString::aggregateUsingPhp |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/QueryString.php |
Aggregate multi-valued parameters using PHP style syntax |
|
field_test_field_storage_query |
function |
drupal/core/modules/field/tests/modules/field_test/field_test.storage.inc |
Implements hook_field_storage_query(). |
|
QueryString::getFieldSeparator |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/QueryString.php |
Get the query string field separator |
|
QueryString::getValueSeparator |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/QueryString.php |
Get the query string value separator |
|
QueryString::setFieldSeparator |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/QueryString.php |
Set the query string separator |
|
QueryString::setValueSeparator |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/QueryString.php |
Set the query string value separator |
|
SearchExactTest::testExactQuery |
function |
drupal/core/modules/search/lib/Drupal/search/Tests/SearchExactTest.php |
Tests that the correct number of pager links are found for both keywords and phrases. |
|
SearchQuery::$executedFirstPass |
property |
drupal/core/modules/search/lib/Drupal/search/SearchQuery.php |
Indicates whether the first pass query has been executed. |
|
RequestTest::testGetQueryString |
function |
drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Tests/RequestTest.php |
@covers Symfony\Component\HttpFoundation\Request::getQueryString
@covers Symfony\Component\HttpFoundation\Request::normalizeQueryString
@dataProvider getQueryStringNormalizationData |
|
views_views_query_substitutions |
function |
drupal/core/modules/views/views.module |
Substitute current time; this works with cached queries. |
|
StatementPrefetch::$queryString |
property |
drupal/core/lib/Drupal/Core/Database/StatementPrefetch.php |
The query string. |
|
FetchTest::testQueryFetchObject |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/FetchTest.php |
Confirms that we can fetch a record to an object explicitly. |
|
NodeQueryAlterTest::$accessUser |
property |
drupal/core/modules/node/lib/Drupal/node/Tests/NodeQueryAlterTest.php |
User with permission to view content. |
|
IndexTidDepthModifier::preQuery |
function |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/Plugin/views/argument/IndexTidDepthModifier.php |
Run before the view is built. |
|
ViewExecutable::endQueryCapture |
function |
drupal/core/modules/views/lib/Drupal/views/ViewExecutable.php |
Add the list of queries run during render to buildinfo. |
|
EntityQueryRelationshipTest.php |
file |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityQueryRelationshipTest.php |
Definition of Drupal\Core\Entity\Tests\EntityQueryRelationshipTest. |
|
SearchQuery::$expressionsIgnored |
property |
drupal/core/modules/search/lib/Drupal/search/SearchQuery.php |
Whether or not search expressions were ignored. |
|
PagerPluginBase::use_count_query |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/pager/PagerPluginBase.php |
Determine if a pager needs a count query. |
|
EntityQueryTest::testEntityQuery |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityQueryTest.php |
Test basic functionality. |
|
QueryTest::testArraySubstitution |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/QueryTest.php |
Tests that we can pass an array of values directly in the query. |
|
_views_query_tag_alter_condition |
function |
drupal/core/modules/views/views.module |
Replaces the substitutions recursive foreach condition. |
|
FetchTest::testQueryFetchDefault |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/FetchTest.php |
Confirms that we can fetch a record properly in default object mode. |
|
database_test_db_query_temporary |
function |
drupal/core/modules/system/tests/modules/database_test/database_test.module |
Runs db_query_temporary() and outputs the table name and its number of rows. |
|
QueryPluginBase::set_where_group |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/query/QueryPluginBase.php |
Create a new grouping for the WHERE or HAVING clause. |
|
QueryInterface::orConditionGroup |
function |
drupal/core/lib/Drupal/Core/Entity/Query/QueryInterface.php |
Creates a new group of conditions ORed together. |
|
QueryGroupByTest::testGroupBySum |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/QueryGroupByTest.php |
|
|
QueryGroupByTest::testGroupByMin |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/QueryGroupByTest.php |
|
|
QueryGroupByTest::testGroupByMax |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/QueryGroupByTest.php |
|
|
QueryString::aggregateUsingComma |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/QueryString.php |
Aggregate multi-valued parameters by joining the values using a comma |
|
DisplayExtenderPluginBase::query |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/display_extender/DisplayExtenderPluginBase.php |
Inject anything into the query that the display_extender handler needs. |
|
NodeStorageController::buildQuery |
function |
drupal/core/modules/node/lib/Drupal/node/NodeStorageController.php |
Overrides Drupal\Core\Entity\DatabaseStorageController::buildQuery(). |
|
UrlTest::testDrupalHttpBuildQuery |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Common/UrlTest.php |
Tests drupal_http_build_query(). |
|
StatementPrefetch::getQueryString |
function |
drupal/core/lib/Drupal/Core/Database/StatementPrefetch.php |
Return the object's SQL query string. |
|
NodeQueryAlterTest::$noAccessUser |
property |
drupal/core/modules/node/lib/Drupal/node/Tests/NodeQueryAlterTest.php |
User without permission to view content. |
|
TermStorageController::buildQuery |
function |
drupal/core/modules/taxonomy/lib/Drupal/taxonomy/TermStorageController.php |
Overrides Drupal\Core\Entity\DatabaseStorageController::buildQuery(). |