You are here

public function RulesActionBase::defaultConfiguration in Rules 8.3

@todo this documentation is not actually inherited from any interface. Do we need this empty implementation?

1 call to RulesActionBase::defaultConfiguration()
RulesActionBase::setConfiguration in src/Core/RulesActionBase.php
@todo this documentation is not actually inherited from any interface.

File

src/Core/RulesActionBase.php, line 86

Class

RulesActionBase
Base class for rules actions.

Namespace

Drupal\rules\Core

Code

public function defaultConfiguration() {
  return [];
}