function FilterEnableForm::getDescription

Overrides EntityConfirmFormBase::getDescription

File

core/modules/filter/src/Form/FilterEnableForm.php, line 41

Class

FilterEnableForm
Provides the filter format enable form.

Namespace

Drupal\filter\Form

Code

public function getDescription() : TranslatableMarkup {
  return $this->t('This will make the %format format available.', [
    '%format' => $this->entity
      ->label(),
  ]);
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.