class Condition

Same name in this branch

Defines the condition class for the config entity query.

Hierarchy

Expanded class hierarchy of Condition

See also

\Drupal\Core\Config\Entity\Query\Query

1 string reference to 'Condition'

File

drupal/core/lib/Drupal/Core/Config/Entity/Query/Condition.php, line 19
Contains \Drupal\Core\Config\Entity\Query\Condition.

Namespace

Drupal\Core\Config\Entity\Query
View source

Members

Namesort descending Modifiers Type Description Overrides
Condition::compile public function Implements \Drupal\Core\Entity\Query\ConditionInterface::compile(). Overrides ConditionInterface::compile
Condition::exists public function Implements \Drupal\Core\Entity\Query\ConditionInterface::exists(). Overrides ConditionInterface::exists
Condition::match protected function Perform the actual matching.
Condition::matchArray protected function Matches for an array representing one or more config paths.
Condition::notExists public function Implements \Drupal\Core\Entity\Query\ConditionInterface::notExists(). Overrides ConditionInterface::notExists
ConditionBase::condition public function Implements \Drupal\Core\Entity\Query\ConditionInterface::compile(). Overrides ConditionInterface::condition
ConditionFundamentals::$conditions protected property Array of conditions.
ConditionFundamentals::$conjunction protected property The conjunction of this condition group. The value is one of the following:
ConditionFundamentals::conditions public function Implements \Drupal\Core\Entity\Query\ConditionInterface::conditions().
ConditionFundamentals::count public function Implements \Countable::count().
ConditionFundamentals::getConjunction public function Implements \Drupal\Core\Entity\Query\ConditionInterface::getConjunction().
ConditionFundamentals::__clone public function Implements the magic __clone function.
ConditionFundamentals::__construct public function Constructs a Condition object.