You are here

abstract protected function AddressPaneBase::getCopyAddressText in Ubercart 8.4

Returns text to display for the 'copy address' field.

Return value

string The text to display.

1 call to AddressPaneBase::getCopyAddressText()
AddressPaneBase::view in uc_cart/src/Plugin/Ubercart/CheckoutPane/AddressPaneBase.php
Returns the contents of a checkout pane.
2 methods override AddressPaneBase::getCopyAddressText()
BillingAddressPane::getCopyAddressText in uc_cart/src/Plugin/Ubercart/CheckoutPane/BillingAddressPane.php
Returns text to display for the 'copy address' field.
DeliveryAddressPane::getCopyAddressText in uc_cart/src/Plugin/Ubercart/CheckoutPane/DeliveryAddressPane.php
Returns text to display for the 'copy address' field.

File

uc_cart/src/Plugin/Ubercart/CheckoutPane/AddressPaneBase.php, line 39

Class

AddressPaneBase
Provides a generic address pane that can be extended as required.

Namespace

Drupal\uc_cart\Plugin\Ubercart\CheckoutPane

Code

protected abstract function getCopyAddressText();