You are here

public function ShipmentDeleteForm::getDescription in Ubercart 8.4

Returns additional text to display as a description.

Return value

\Drupal\Core\StringTranslation\TranslatableMarkup The form description.

Overrides ConfirmFormBase::getDescription

File

shipping/uc_fulfillment/src/Form/ShipmentDeleteForm.php, line 75

Class

ShipmentDeleteForm
Decides to release packages to be put on another shipment.

Namespace

Drupal\uc_fulfillment\Form

Code

public function getDescription() {
  return $this
    ->t('The shipment will be canceled and the packages it contains will be available for reshipment.');
}