You are here

public function ProductFeatureDeleteForm::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

uc_product/src/Form/ProductFeatureDeleteForm.php, line 46

Class

ProductFeatureDeleteForm
Defines the attribute option delete form.

Namespace

Drupal\uc_product\Form

Code

public function getDescription() {
  return $this->feature['description'];
}