You are here

public function ExpressionManagerInterface::createActionSet in Rules 8.3

Creates a new action set.

Parameters

\Drupal\rules\Context\ContextConfig $configuration: (optional) The context configuration used to create the plugin instance.

Return value

\Drupal\rules\Plugin\RulesExpression\ActionSetExpression The created action set.

1 method overrides ExpressionManagerInterface::createActionSet()
ExpressionManager::createActionSet in src/Engine/ExpressionManager.php
Creates a new action set.

File

src/Engine/ExpressionManagerInterface.php, line 41

Class

ExpressionManagerInterface
Defines an interface for the expression plugin manager.

Namespace

Drupal\rules\Engine

Code

public function createActionSet(ContextConfig $configuration = NULL);