EntityQueryRelationshipTest::getInfo |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityQueryRelationshipTest.php |
|
ConfigEntityQueryTest::$queryResults |
property |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/ConfigEntityQueryTest.php |
Stores the search results for alter comparision. |
CommentStorageController::buildQuery |
function |
drupal/core/modules/comment/lib/Drupal/comment/CommentStorageController.php |
Overrides Drupal\Core\Entity\DatabaseStorageController::buildQuery(). |
ConfigEntityQueryTest::testSortRange |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/ConfigEntityQueryTest.php |
Tests sorting and range on config entity queries. |
ConfigEntityQueryTest::assertResults |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/ConfigEntityQueryTest.php |
Asserts the results as expected regardless of order. |
QueryPluginBase::validateOptionsForm |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/query/QueryPluginBase.php |
Validate the options form. |
SelectionInterface::entityQueryAlter |
function |
drupal/core/modules/entity_reference/lib/Drupal/entity_reference/Plugin/Type/Selection/SelectionInterface.php |
Allows the selection to alter the SelectQuery generated by EntityFieldQuery. |
NodeEntityFieldQueryAlterTest::setUp |
function |
drupal/core/modules/node/lib/Drupal/node/Tests/NodeEntityFieldQueryAlterTest.php |
Sets up a Drupal site for running functional and integration tests. |
InvalidBreakpointMediaQueryException |
class |
drupal/core/modules/breakpoint/lib/Drupal/breakpoint/InvalidBreakpointMediaQueryException.php |
Exception thrown if an illegal media query is detected. |
QueryGroupByTest::testAggregateCount |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/QueryGroupByTest.php |
Tests aggregate count feature. |
QueryString::aggregateUsingDuplicates |
function |
drupal/core/vendor/guzzle/http/Guzzle/Http/QueryString.php |
Aggregate multi-valued parameters using duplicate values in a query string |
DatabaseStorageController::buildQuery |
function |
drupal/core/lib/Drupal/Core/Entity/DatabaseStorageController.php |
Builds the query to load the entity. |
RequestDataCollector::getRequestQuery |
function |
drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/DataCollector/RequestDataCollector.php |
|
MenuLinkStorageController::buildQuery |
function |
drupal/core/modules/menu_link/lib/Drupal/menu_link/MenuLinkStorageController.php |
Overrides DatabaseStorageController::buildQuery(). |
EntityQueryRelationshipTest::$modules |
property |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityQueryRelationshipTest.php |
Modules to enable. |
EntityQueryRelationshipTest::$factory |
property |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityQueryRelationshipTest.php |
|
UrlTest::testDrupalGetQueryParameters |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Common/UrlTest.php |
Tests drupal_get_query_parameters(). |
Search::query_parse_search_expression |
function |
drupal/core/modules/search/lib/Drupal/search/Plugin/views/argument/Search.php |
Take sure that parseSearchExpression is runned and everything is set up for it. |
QueryInterface::conditionGroupFactory |
function |
drupal/core/lib/Drupal/Core/Entity/Query/QueryInterface.php |
Creates an object holding a group of conditions. |
Search::query_parse_search_expression |
function |
drupal/core/modules/search/lib/Drupal/search/Plugin/views/filter/Search.php |
Take sure that parseSearchExpression is runned and everything is set up for it. |
EntityQueryTest::assertRevisionResult |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityQueryTest.php |
|
TableSortExtender::getQueryParameters |
function |
drupal/core/lib/Drupal/Core/Database/Query/TableSortExtender.php |
Compose a URL query parameter array to append to table sorting requests. |
ConnectionUnitTest::testOpenQueryClose |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/ConnectionUnitTest.php |
Tests Database::closeConnection() with a query. |
EntityQueryAggregateTest::$queryResult |
property |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityQueryAggregateTest.php |
The actual query result, to compare later. |
EntityQueryRelationshipTest::$accounts |
property |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityQueryRelationshipTest.php |
User entities. |
EntityQueryRelationshipTest::$entities |
property |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityQueryRelationshipTest.php |
entity_test entities. |
EntityQueryRelationshipTest::testQuery |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityQueryRelationshipTest.php |
Tests querying. |
QueryAggregateInterface::sortAggregate |
function |
drupal/core/lib/Drupal/Core/Entity/Query/QueryAggregateInterface.php |
Sorts by an aggregated value. |
JavaScriptTest::testVersionQueryString |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Common/JavaScriptTest.php |
Tests JavaScript versioning. |
PagerSelectExtender::$customCountQuery |
property |
drupal/core/lib/Drupal/Core/Database/Query/PagerSelectExtender.php |
The count query that will be used for this pager. |
SerializeQueryTest::testSerializeQuery |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/SerializeQueryTest.php |
Confirms that a query can be serialized and unserialized. |
NodeEntityFieldQueryAlterTest::getInfo |
function |
drupal/core/modules/node/lib/Drupal/node/Tests/NodeEntityFieldQueryAlterTest.php |
|
TemporaryQueryTest::testTemporaryQuery |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/TemporaryQueryTest.php |
Confirms that temporary tables work and are limited to one request. |
Condition::$queryPlaceholderIdentifier |
property |
drupal/core/lib/Drupal/Core/Database/Query/Condition.php |
The identifier of the query placeholder this condition has been compiled against. |
BreakpointInterface::isValidMediaQuery |
function |
drupal/core/modules/breakpoint/lib/Drupal/breakpoint/BreakpointInterface.php |
Checks if a mediaQuery is valid. |
EntityQueryAggregateTest::assertResults |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityQueryAggregateTest.php |
Asserts the results as expected regardless of order between and in rows. |
EntityQueryRelationshipTest::$fieldName |
property |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityQueryRelationshipTest.php |
The name of the taxonomy field used for test. |
DatabaseStorageControllerNG::buildQuery |
function |
drupal/core/lib/Drupal/Core/Entity/DatabaseStorageControllerNG.php |
Builds the query to load the entity. |
SelectComplexTest::testHavingCountQuery |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/SelectComplexTest.php |
Tests having queries. |
NodeEntityFieldQueryAlterTest::$modules |
property |
drupal/core/modules/node/lib/Drupal/node/Tests/NodeEntityFieldQueryAlterTest.php |
Modules to enable. |
RelationshipTest::testRelationshipQuery |
function |
drupal/core/modules/views/lib/Drupal/views/Tests/Handler/RelationshipTest.php |
Tests the query result of a view with a relationship. |
QueryAggregateInterface::existsAggregate |
function |
drupal/core/lib/Drupal/Core/Entity/Query/QueryAggregateInterface.php |
Queries for the existence of a field. |
SelectComplexTest::testCountQueryGroupBy |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/SelectComplexTest.php |
Tests that we can generate a count query from a query with GROUP BY. |
field_test_query_efq_metadata_test_alter |
function |
drupal/core/modules/field/tests/modules/field_test/field_test.module |
Implements hook_query_TAG_alter() for tag 'efq_metadata_test'. |
InvalidBreakpointMediaQueryException.php |
file |
drupal/core/modules/breakpoint/lib/Drupal/breakpoint/InvalidBreakpointMediaQueryException.php |
Definition of Drupal\breakpoint\InvalidBreakpointMediaQueryException. |
views_test_data_views_query_substitutions |
function |
drupal/core/modules/views/tests/views_test_data/views_test_data.views_execution.inc |
Implements hook_views_query_substitutions(). |
EntityQueryAggregateTest::testAggregation |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Entity/EntityQueryAggregateTest.php |
Test aggregation support. |
SelectPagerDefaultTest::testOddPagerQuery |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/SelectPagerDefaultTest.php |
Confirms that a pager query returns the correct results. |
SelectComplexTest::testCountQueryRemovals |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/SelectComplexTest.php |
Tests that countQuery removes 'all_fields' statements and ordering clauses. |
SelectComplexTest::testCountQueryDistinct |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Database/SelectComplexTest.php |
Tests that we can generate a count query from a query with distinct. |