You are here

public function PackageDeleteForm::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/PackageDeleteForm.php, line 47

Class

PackageDeleteForm
Decides to unpackage products.

Namespace

Drupal\uc_fulfillment\Form

Code

public function getDescription() {
  return $this
    ->t('The products it contains will be available for repackaging.');
}