public function Criteria::getWhereExpression

Get the expression attached to this criteria.

Return value

Expression|null

File

drupal/core/vendor/doctrine/common/lib/Doctrine/Common/Collections/Criteria.php, line 164

Class

Criteria
Criteria for filtering Selectable collections.

Namespace

Doctrine\Common\Collections

Code

public function getWhereExpression() {
  return $this->expression;
}