function ExpressionManagerInterface::createAnd
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\EngineCode
public function createAnd();