function ExpressionManagerInterface::createActionSet
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\EngineCode
public function createActionSet(ContextConfig $configuration = NULL);