You are here

protected function BillingAddressPane::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/BillingAddressPane.php, line 26

Class

BillingAddressPane
Gets the user's billing address.

Namespace

Drupal\uc_cart\Plugin\Ubercart\CheckoutPane

Code

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