You are here

protected function DeliveryAddressPane::getCopyAddressText in Ubercart 8.4

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

Return value

string The text to display.

Overrides AddressPaneBase::getCopyAddressText

File

uc_cart/src/Plugin/Ubercart/CheckoutPane/DeliveryAddressPane.php, line 27

Class

DeliveryAddressPane
Gets the user's delivery information.

Namespace

Drupal\uc_cart\Plugin\Ubercart\CheckoutPane

Code

protected function getCopyAddressText() {
  return $this
    ->t('My delivery information is the same as my billing information.');
}