Search for on

  1. Search 7.x for on
  2. Search 9.5.x for on
  3. Search 8.9.x for on
  4. Search 10.3.x for on
  5. Other projects
Title Object type File name Summary
Condition::mapConditionOperator function core/lib/Drupal/Core/Database/Query/Condition.php Gets any special processing requirements for the condition operator.
Condition::match function core/lib/Drupal/Core/Config/Entity/Query/Condition.php Perform the actual matching.
Condition::matchArray function core/lib/Drupal/Core/Config/Entity/Query/Condition.php Matches for an array representing one or more config paths.
Condition::notExists function core/lib/Drupal/Core/Config/Entity/Query/Condition.php Queries for the nonexistence of a field.
Condition::notExists function core/lib/Drupal/Core/Database/Query/Condition.php Sets a condition that the specified subquery returns no values.
Condition::notExists function core/lib/Drupal/Core/Entity/Query/Null/Condition.php Queries for the nonexistence of a field.
Condition::notExists function core/lib/Drupal/Core/Entity/Query/Sql/Condition.php Queries for the nonexistence of a field.
Condition::orConditionGroup function core/lib/Drupal/Core/Database/Query/Condition.php Creates a new group of conditions ORed together.
Condition::translateCondition function core/lib/Drupal/Core/Entity/Query/Sql/Condition.php Translates the string operators to SQL equivalents.
Condition::translateCondition function core/lib/Drupal/Core/Entity/Query/Sql/pgsql/Condition.php Translates the string operators to SQL equivalents.
Condition::translateCondition function core/modules/pgsql/src/EntityQuery/Condition.php Translates the string operators to SQL equivalents.
Condition::where function core/lib/Drupal/Core/Database/Query/Condition.php Adds an arbitrary WHERE clause to the query.
Condition::__clone function core/lib/Drupal/Core/Database/Query/Condition.php PHP magic __clone() method.
Condition::__construct function core/lib/Drupal/Core/Database/Query/Condition.php Constructs a Condition object.
Condition::__construct function core/lib/Drupal/Core/Condition/Attribute/Condition.php Constructs a Condition attribute.
Condition::__toString function core/lib/Drupal/Core/Database/Query/Condition.php Implements PHP magic __toString method to convert the conditions to string.
ConditionAccessResolverTrait trait core/lib/Drupal/Core/Condition/ConditionAccessResolverTrait.php Resolves a set of conditions.
ConditionAccessResolverTrait.php file core/lib/Drupal/Core/Condition/ConditionAccessResolverTrait.php
ConditionAccessResolverTrait::resolveConditions function core/lib/Drupal/Core/Condition/ConditionAccessResolverTrait.php Resolves the given conditions based on the condition logic ('and'/'or').
ConditionAccessResolverTraitTest class core/tests/Drupal/Tests/Core/Condition/ConditionAccessResolverTraitTest.php @coversDefaultClass \Drupal\Core\Condition\ConditionAccessResolverTrait[[api-linebreak]]
@group Condition
ConditionAccessResolverTraitTest.php file core/tests/Drupal/Tests/Core/Condition/ConditionAccessResolverTraitTest.php
ConditionAccessResolverTraitTest::providerTestResolveConditions function core/tests/Drupal/Tests/Core/Condition/ConditionAccessResolverTraitTest.php
ConditionAccessResolverTraitTest::testResolveConditions function core/tests/Drupal/Tests/Core/Condition/ConditionAccessResolverTraitTest.php Tests the resolveConditions() method.
ConditionAggregate class core/lib/Drupal/Core/Entity/Query/Sql/ConditionAggregate.php Defines the aggregate condition for sql based storage.
ConditionAggregate.php file core/lib/Drupal/Core/Entity/Query/Sql/ConditionAggregate.php
ConditionAggregate::$sqlQuery property core/lib/Drupal/Core/Entity/Query/Sql/ConditionAggregate.php The current SQL query, set by parent condition compile() method calls.
ConditionAggregate::compile function core/lib/Drupal/Core/Entity/Query/Sql/ConditionAggregate.php Compiles this conditional clause.
ConditionAggregate::exists function core/lib/Drupal/Core/Entity/Query/Sql/ConditionAggregate.php Queries for the existence of a field.
ConditionAggregate::notExists function core/lib/Drupal/Core/Entity/Query/Sql/ConditionAggregate.php Queries for the nonexistence of a field.
ConditionAggregateBase class core/lib/Drupal/Core/Entity/Query/ConditionAggregateBase.php A common base class for all aggregation entity condition implementations.
ConditionAggregateBase.php file core/lib/Drupal/Core/Entity/Query/ConditionAggregateBase.php
ConditionAggregateBase::condition function core/lib/Drupal/Core/Entity/Query/ConditionAggregateBase.php Adds a condition.
ConditionAggregateInterface interface core/lib/Drupal/Core/Entity/Query/ConditionAggregateInterface.php Defines aggregated entity query conditions.
ConditionAggregateInterface.php file core/lib/Drupal/Core/Entity/Query/ConditionAggregateInterface.php
ConditionAggregateInterface::compile function core/lib/Drupal/Core/Entity/Query/ConditionAggregateInterface.php Compiles this conditional clause.
ConditionAggregateInterface::condition function core/lib/Drupal/Core/Entity/Query/ConditionAggregateInterface.php Adds a condition.
ConditionAggregateInterface::conditions function core/lib/Drupal/Core/Entity/Query/ConditionAggregateInterface.php Gets a complete list of all conditions in this conditional clause.
ConditionAggregateInterface::exists function core/lib/Drupal/Core/Entity/Query/ConditionAggregateInterface.php Queries for the existence of a field.
ConditionAggregateInterface::getConjunction function core/lib/Drupal/Core/Entity/Query/ConditionAggregateInterface.php Gets the current conjunction.
ConditionAggregateInterface::notExists function core/lib/Drupal/Core/Entity/Query/ConditionAggregateInterface.php Queries for the nonexistence of a field.
ConditionBase class core/lib/Drupal/Core/Entity/Query/ConditionBase.php Defines a common base class for all entity condition implementations.
ConditionBase.php file core/lib/Drupal/Core/Entity/Query/ConditionBase.php
ConditionBase::condition function core/lib/Drupal/Core/Entity/Query/ConditionBase.php Adds a condition.
ConditionFormTest class core/modules/system/tests/src/Functional/Condition/ConditionFormTest.php Tests that condition plugins basic form handling is working.
ConditionFormTest.php file core/modules/system/tests/src/Functional/Condition/ConditionFormTest.php
ConditionFormTest::$defaultTheme property core/modules/system/tests/src/Functional/Condition/ConditionFormTest.php The theme to install as the default for testing.
ConditionFormTest::$modules property core/modules/system/tests/src/Functional/Condition/ConditionFormTest.php Modules to install.
ConditionFormTest::testConfigForm function core/modules/system/tests/src/Functional/Condition/ConditionFormTest.php Submit the condition_node_type_test_form to test condition forms.
ConditionFundamentals class core/lib/Drupal/Core/Entity/Query/ConditionFundamentals.php Common code for all implementations of the entity query condition interfaces.
ConditionFundamentals.php file core/lib/Drupal/Core/Entity/Query/ConditionFundamentals.php

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.