| QueryBase::andConditionGroup |
function |
core/lib/Drupal/Core/Entity/Query/QueryBase.php |
Creates a new group of conditions ANDed together. |
| QueryBase::condition |
function |
core/lib/Drupal/Core/Entity/Query/QueryBase.php |
Add a condition to the query or a condition group. |
| QueryBase::conditionAggregate |
function |
core/lib/Drupal/Core/Entity/Query/QueryBase.php |
|
| QueryBase::conditionGroupFactory |
function |
core/lib/Drupal/Core/Entity/Query/QueryBase.php |
Creates an object holding a group of conditions. |
| QueryBase::orConditionGroup |
function |
core/lib/Drupal/Core/Entity/Query/QueryBase.php |
Creates a new group of conditions ORed together. |
| QueryConditionTrait |
trait |
core/lib/Drupal/Core/Database/Query/QueryConditionTrait.php |
Provides an implementation of ConditionInterface. |
| QueryConditionTrait.php |
file |
core/lib/Drupal/Core/Database/Query/QueryConditionTrait.php |
|
| QueryConditionTrait::$condition |
property |
core/lib/Drupal/Core/Database/Query/QueryConditionTrait.php |
The condition object for this query. |
| QueryConditionTrait::alwaysFalse |
function |
core/lib/Drupal/Core/Database/Query/QueryConditionTrait.php |
|
| QueryConditionTrait::andConditionGroup |
function |
core/lib/Drupal/Core/Database/Query/QueryConditionTrait.php |
|
| QueryConditionTrait::arguments |
function |
core/lib/Drupal/Core/Database/Query/QueryConditionTrait.php |
|
| QueryConditionTrait::compile |
function |
core/lib/Drupal/Core/Database/Query/QueryConditionTrait.php |
|
| QueryConditionTrait::compiled |
function |
core/lib/Drupal/Core/Database/Query/QueryConditionTrait.php |
|
| QueryConditionTrait::condition |
function |
core/lib/Drupal/Core/Database/Query/QueryConditionTrait.php |
|
| QueryConditionTrait::conditionGroupFactory |
function |
core/lib/Drupal/Core/Database/Query/QueryConditionTrait.php |
|
| QueryConditionTrait::conditions |
function |
core/lib/Drupal/Core/Database/Query/QueryConditionTrait.php |
|
| QueryConditionTrait::exists |
function |
core/lib/Drupal/Core/Database/Query/QueryConditionTrait.php |
|
| QueryConditionTrait::isNotNull |
function |
core/lib/Drupal/Core/Database/Query/QueryConditionTrait.php |
|
| QueryConditionTrait::isNull |
function |
core/lib/Drupal/Core/Database/Query/QueryConditionTrait.php |
|
| QueryConditionTrait::notExists |
function |
core/lib/Drupal/Core/Database/Query/QueryConditionTrait.php |
|
| QueryConditionTrait::orConditionGroup |
function |
core/lib/Drupal/Core/Database/Query/QueryConditionTrait.php |
|
| QueryConditionTrait::where |
function |
core/lib/Drupal/Core/Database/Query/QueryConditionTrait.php |
|
| QueryInterface::andConditionGroup |
function |
core/lib/Drupal/Core/Entity/Query/QueryInterface.php |
Creates a new group of conditions ANDed together. |
| QueryInterface::condition |
function |
core/lib/Drupal/Core/Entity/Query/QueryInterface.php |
Add a condition to the query or a condition group. |
| QueryInterface::orConditionGroup |
function |
core/lib/Drupal/Core/Entity/Query/QueryInterface.php |
Creates a new group of conditions ORed together. |
| QueryTest::$conditions |
property |
core/modules/views/tests/modules/views_test_data/src/Plugin/views/query/QueryTest.php |
|
| QueryTest::testConditionOperatorArgumentsSQLInjection |
function |
core/tests/Drupal/KernelTests/Core/Database/QueryTest.php |
Tests SQL injection via condition operator. |
| RegistryTest::testRaceCondition |
function |
core/tests/Drupal/KernelTests/Core/Theme/RegistryTest.php |
Tests the behavior of the theme registry class. |
| RendererBubblingTest::testConditionalCacheContextBubblingSelfHealing |
function |
core/tests/Drupal/Tests/Core/Render/RendererBubblingTest.php |
Tests the self-healing of the redirect with conditional cache contexts. |
| RequestPathTest::testConditions |
function |
core/tests/Drupal/KernelTests/Core/Plugin/Condition/RequestPathTest.php |
Tests the request path condition. |
| Schema::buildTableNameCondition |
function |
core/modules/mysql/src/Driver/Database/mysql/Schema.php |
Build a condition to match a table name against a standard information_schema. |
| Schema::buildTableNameCondition |
function |
core/lib/Drupal/Core/Database/Schema.php |
Build a condition to match a table name against a standard information_schema. |
| SearchKeywordsConditionsTest |
class |
core/modules/search/tests/src/Functional/SearchKeywordsConditionsTest.php |
Verify the search without keywords set and extra conditions. |
| SearchKeywordsConditionsTest.php |
file |
core/modules/search/tests/src/Functional/SearchKeywordsConditionsTest.php |
|
| SearchKeywordsConditionsTest::$defaultTheme |
property |
core/modules/search/tests/src/Functional/SearchKeywordsConditionsTest.php |
The theme to install as the default for testing. |
| SearchKeywordsConditionsTest::$modules |
property |
core/modules/search/tests/src/Functional/SearchKeywordsConditionsTest.php |
Modules to enable. |
| SearchKeywordsConditionsTest::$searchingUser |
property |
core/modules/search/tests/src/Functional/SearchKeywordsConditionsTest.php |
A user with permission to search and post comments. |
| SearchKeywordsConditionsTest::setUp |
function |
core/modules/search/tests/src/Functional/SearchKeywordsConditionsTest.php |
|
| SearchKeywordsConditionsTest::testSearchKeywordsConditions |
function |
core/modules/search/tests/src/Functional/SearchKeywordsConditionsTest.php |
Verify the keywords are captured and conditions respected. |
| SearchQuery::$conditions |
property |
core/modules/search/src/SearchQuery.php |
Conditions that are used for exact searches. |
| Select::havingCondition |
function |
core/lib/Drupal/Core/Database/Query/Select.php |
Helper function to build most common HAVING conditional clauses. |
| Select::havingConditions |
function |
core/lib/Drupal/Core/Database/Query/Select.php |
Gets a list of all conditions in the HAVING clause. |
| SelectCloneTest::testSelectConditionSubQueryCloning |
function |
core/tests/Drupal/KernelTests/Core/Database/SelectCloneTest.php |
Tests that subqueries as value within conditions are cloned properly. |
| SelectComplexTest::testJoinConditionObject |
function |
core/tests/Drupal/KernelTests/Core/Database/SelectComplexTest.php |
Tests that join conditions can use Condition objects. |
| SelectComplexTest::testNestedConditions |
function |
core/tests/Drupal/KernelTests/Core/Database/SelectComplexTest.php |
Confirms that we can properly nest conditional clauses. |
| SelectExtender::andConditionGroup |
function |
core/lib/Drupal/Core/Database/Query/SelectExtender.php |
Creates a new group of conditions ANDed together. |
| SelectExtender::condition |
function |
core/lib/Drupal/Core/Database/Query/SelectExtender.php |
Helper function: builds the most common conditional clauses. |
| SelectExtender::conditionGroupFactory |
function |
core/lib/Drupal/Core/Database/Query/SelectExtender.php |
Creates an object holding a group of conditions. |
| SelectExtender::conditions |
function |
core/lib/Drupal/Core/Database/Query/SelectExtender.php |
Gets the, possibly nested, list of conditions in this conditional clause. |
| SelectExtender::havingCondition |
function |
core/lib/Drupal/Core/Database/Query/SelectExtender.php |
Helper function to build most common HAVING conditional clauses. |