You are here

public function PromotionDisableForm::getDescription in Commerce Core 8.2

Returns additional text to display as a description.

Return value

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

Overrides ContentEntityConfirmFormBase::getDescription

File

modules/promotion/src/Form/PromotionDisableForm.php, line 40

Class

PromotionDisableForm
Defines the promotion disable form.

Namespace

Drupal\commerce_promotion\Form

Code

public function getDescription() {
  return '';
}