public function ConditionInterface::count

public ConditionInterface::count()

Implements \Countable::count().

Returns the size of this conditional. The size of the conditional is the size of its conditional array minus one, because one element is the conjunction.

File

core/lib/Drupal/Core/Entity/Query/ConditionInterface.php, line 25

Class

ConditionInterface
Defines the entity query condition interface.

Namespace

Drupal\Core\Entity\Query

Code

public function count();

© 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!ConditionInterface.php/function/ConditionInterface::count/8.1.x