public function Quotes::replaceOrderQuotes in Ubercart 8.4
Ajax callback to update the quotes on the order edit form.
File
- shipping/
uc_quote/ src/ Plugin/ Ubercart/ OrderPane/ Quotes.php, line 161
Class
- Quotes
- Get a shipping quote for the order from a quoting module.
Namespace
Drupal\uc_quote\Plugin\Ubercart\OrderPaneCode
public function replaceOrderQuotes($form, FormStateInterface $form_state) {
return $form['quotes']['quotes'];
}