You are here

public function ExpressionManagerInterface::createAnd in Rules 8.3

Creates a new 'and' condition container.

Return value

\Drupal\rules\Engine\ConditionExpressionContainerInterface The created 'and' condition container.

1 method overrides ExpressionManagerInterface::createAnd()
ExpressionManager::createAnd in src/Engine/ExpressionManager.php
Creates a new 'and' condition container.

File

src/Engine/ExpressionManagerInterface.php, line 75

Class

ExpressionManagerInterface
Defines an interface for the expression plugin manager.

Namespace

Drupal\rules\Engine

Code

public function createAnd();