You are here

public function ExpressionManagerInterface::createOr in Rules 8.3

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\Engine

Code

public function createOr();