public function RulesActionBase::getConfiguration in Rules 8.3
@todo this documentation is not actually inherited from any interface.
File
- src/
Core/ RulesActionBase.php, line 64
Class
- RulesActionBase
- Base class for rules actions.
Namespace
Drupal\rules\CoreCode
public function getConfiguration() {
return [
'id' => $this
->getPluginId(),
] + $this->configuration;
}