You are here

public function SetOrderStatus::getOptionsList in Ubercart 8.4

Order status options callback.

File

uc_order/src/Plugin/RulesAction/SetOrderStatus.php, line 32

Class

SetOrderStatus
Provides a 'Set order status' action.

Namespace

Drupal\uc_order\Plugin\RulesAction

Code

public function getOptionsList() {
  return OrderStatus::getOptionsList();
}