You are here

public function OrderCreateForm::customerSearch in Ubercart 8.4

Ajax callback: updates the customer search results.

File

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

Class

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

Namespace

Drupal\uc_order\Form

Code

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