function ReactionRuleConfig::getExpressionManager
Returns the Rules expression manager.
@todo Actually we should use dependency injection here, but is that even possible with config entities? How?
Return value
\Drupal\rules\Engine\ExpressionManager The Rules expression manager.
File
-
src/
Entity/ ReactionRuleConfig.php, line 187
Class
- ReactionRuleConfig
- Reaction rule configuration entity to persistently store configuration.
Namespace
Drupal\rules\EntityCode
protected function getExpressionManager() {
return \Drupal::service('plugin.manager.rules_expression');
}