ConditionAggregate

class ConditionAggregate

Defines the aggregate condition for sql based storage.

Hierarchy

File

core/lib/Drupal/Core/Entity/Query/Sql/ConditionAggregate.php, line 14

Namespace

Drupal\Core\Entity\Query\Sql

Members

Name Modifiers Type Description
ConditionAggregate::compile public function Compiles this conditional clause. Overrides ConditionAggregateInterface::compile
ConditionAggregate::exists public function Queries for the existence of a field. Overrides ConditionAggregateInterface::exists
ConditionAggregate::notExists public function Queries for the nonexistence of a field. Overrides ConditionAggregateInterface::notExists
ConditionAggregateBase::condition public function Adds a condition. Overrides ConditionAggregateInterface::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::$namespaces protected property List of potential namespaces of the classes belonging to this condition.
ConditionFundamentals::$query protected property The query this condition belongs to.
ConditionFundamentals::conditions public function Gets a complete list of all conditions in this conditional clause. Overrides ConditionInterface::conditions
ConditionFundamentals::count public function Implements \Countable::count(). Overrides ConditionInterface::count
ConditionFundamentals::getConjunction public function Gets the current conjunction. Overrides ConditionInterface::getConjunction
ConditionFundamentals::__clone public function Implements the magic __clone function.
ConditionFundamentals::__construct public function Constructs a Condition object.

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!lib!Drupal!Core!Entity!Query!Sql!ConditionAggregate.php/class/ConditionAggregate/8.1.x

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部