You are here

16 string references to YAML keys in uc_ups.routing.yml in Ubercart 8.4

uc_ups_access_request in shipping/uc_ups/uc_ups.module
Prepares XML access request string.
uc_ups_cron in shipping/uc_ups/uc_ups.module
Implements hook_cron().
uc_ups_form_node_form_alter in shipping/uc_ups/uc_ups.module
Implements hook_form_BASE_FORM_ID_alter() for node_form().
uc_ups_node_load in shipping/uc_ups/uc_ups.module
Implements hook_node_load().
uc_ups_product_alter_validate in shipping/uc_ups/uc_ups.module
Validation handler for UPS product fields.
uc_ups_quote in shipping/uc_ups/uc_ups.module
Callback for retrieving a UPS shipping quote.
uc_ups_shipment_request in shipping/uc_ups/src/Plugin/Ubercart/FulfillmentMethod/uc_ups.ship.inc
Constructs an XML shipment request.
uc_ups_shipping_quote in shipping/uc_ups/uc_ups.module
Constructs an XML quote request.
uc_ups_uc_store_status in shipping/uc_ups/uc_ups.module
Implements hook_uc_store_status().
uc_ups_void_shipment in shipping/uc_ups/uc_ups.module
Instructs UPS to cancel (in whole or in part) a shipment.
UPSRateBase::packageProducts in shipping/uc_ups/src/Plugin/Ubercart/ShippingQuote/UPSRateBase.php
Organizes products into packages for shipment.
UPSRateBase::rateMarkup in shipping/uc_ups/src/Plugin/Ubercart/ShippingQuote/UPSRateBase.php
Modifies the rate received from UPS before displaying to the customer.
UPSRateBase::weightMarkup in shipping/uc_ups/src/Plugin/Ubercart/ShippingQuote/UPSRateBase.php
Modifies the weight of shipment before sending to UPS for a quote.
UPSSettingsForm::buildForm in shipping/uc_ups/src/Form/UPSSettingsForm.php
Form constructor.
UPSSettingsForm::getEditableConfigNames in shipping/uc_ups/src/Form/UPSSettingsForm.php
Gets the configuration names that will be editable.
UPSSettingsForm::submitForm in shipping/uc_ups/src/Form/UPSSettingsForm.php
Form submission handler.