You are here

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

Class

PromotionEnableForm
Defines the promotion enable form.

Namespace

Drupal\commerce_promotion\Form

Code

public function getDescription() {
  return '';
}