You are here

public function OrderStateCondition::orderStateOptions in Ubercart 8.4

Options callback.

Return value

array An array of order states.

File

uc_order/src/Plugin/Condition/OrderStateCondition.php, line 43

Class

OrderStateCondition
Provides 'Check order's workflow state' condition.

Namespace

Drupal\uc_order\Plugin\Condition

Code

public function orderStateOptions() {
  return uc_order_state_options_list();
}