public function FulfillmentMethodListBuilder::submitAddMethod in Ubercart 8.4
Form submission handler for adding a new method.
File
- shipping/
uc_fulfillment/ src/ FulfillmentMethodListBuilder.php, line 169
Class
- FulfillmentMethodListBuilder
- Defines a class to build a listing of fulfillment method entities.
Namespace
Drupal\uc_fulfillmentCode
public function submitAddMethod(array &$form, FormStateInterface $form_state) {
$form_state
->setRedirect('entity.uc_fulfillment_method.add_form', [
'plugin_id' => $form_state
->getValue('plugin'),
]);
}