function ExpressionManagerInterface::createOr
Creates a new 'or' condition container.
Return value
\Drupal\rules\Engine\ConditionExpressionContainerInterface The created 'or' condition container.
1 method overrides ExpressionManagerInterface::createOr()
- ExpressionManager::createOr in src/
Engine/ ExpressionManager.php - Creates a new 'or' condition container.
File
-
src/
Engine/ ExpressionManagerInterface.php, line 83
Class
- ExpressionManagerInterface
- Defines an interface for the expression plugin manager.
Namespace
Drupal\rules\EngineCode
public function createOr();