You are here

protected function DeliveryAddressPane::getDescription in Ubercart 8.4

Returns additional text to display as a description.

Return value

string The fieldset description.

Overrides AddressPaneBase::getDescription

File

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

Class

DeliveryAddressPane
Gets the user's delivery information.

Namespace

Drupal\uc_cart\Plugin\Ubercart\CheckoutPane

Code

protected function getDescription() {
  return $this
    ->t('Enter your delivery address and information here.');
}