You are here

public function SetOrderStatusAction::defaultConfiguration in Ubercart 8.4

Gets default configuration for this plugin.

Return value

array An associative array with the default configuration.

Overrides ConfigurableActionBase::defaultConfiguration

File

uc_order/src/Plugin/Action/SetOrderStatusAction.php, line 32

Class

SetOrderStatusAction
Sets the status of an order.

Namespace

Drupal\uc_order\Plugin\Action

Code

public function defaultConfiguration() {
  return [
    'status' => '',
    'notify' => FALSE,
  ];
}