You are here

public function OrderCreateForm::customerSelect in Ubercart 8.4

Ajax callback: updates the customer selection fields.

File

uc_order/src/Form/OrderCreateForm.php, line 230

Class

OrderCreateForm
Creates a new order and redirect to its edit screen.

Namespace

Drupal\uc_order\Form

Code

public function customerSelect(array $form, FormStateInterface $form_state) {
  return $form['customer'];
}