15 calls to Address::create() in Ubercart 8.4
- AddressForm::selectAddress in shipping/
uc_fulfillment/ src/ Form/ AddressForm.php - Chooses an address to fill out a form.
- AddressPaneBase::process in uc_cart/
src/ Plugin/ Ubercart/ CheckoutPane/ AddressPaneBase.php - Processes a checkout pane.
- AddressTest::testAddressFormat in uc_store/
tests/ src/ Functional/ AddressTest.php - Tests formatting of addresses.
- AddressTestTrait::createAddress in uc_store/
tests/ src/ Traits/ AddressTestTrait.php - Creates an address object based on default settings.
- Check::cartDetails in payment/
uc_payment_pack/ src/ Plugin/ Ubercart/ PaymentMethod/ Check.php - Returns the form or render array to be displayed at checkout.
- Check::cartReview in payment/
uc_payment_pack/ src/ Plugin/ Ubercart/ PaymentMethod/ Check.php - Returns the payment method review details.
- Order::getAddress in uc_order/
src/ Entity/ Order.php - Returns an address attached to the order.
- OrderTest::ucCreateOrder in uc_order/
tests/ src/ Functional/ OrderTest.php - Helper function for creating an order programmatically.
- Shipment::load in shipping/
uc_fulfillment/ src/ Shipment.php - Loads a shipment and its packages.
- ShipmentController::getAddress in shipping/
uc_fulfillment/ src/ Controller/ ShipmentController.php - Returns an address from an object.
- ShipmentEditForm::submitForm in shipping/
uc_fulfillment/ src/ Form/ ShipmentEditForm.php - Form submission handler.
- UcAddress::processAddress in uc_store/
src/ Element/ UcAddress.php - Callback for the address field #process property.
- UcAddress::valueCallback in uc_store/
src/ Element/ UcAddress.php - Determines how user input is mapped to an element's #value property.
- uc_quote_get_default_shipping_address in shipping/
uc_quote/ uc_quote.module - Gets a product's default shipping address.
- uc_store_address in uc_store/
uc_store.module - Returns the user-defined store address.