You are here

public function ContactFormEnableForm::getDescription in Contact Storage 8

Returns additional text to display as a description.

Return value

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

Overrides EntityConfirmFormBase::getDescription

File

src/Form/ContactFormEnableForm.php, line 38

Class

ContactFormEnableForm
Provides the contact form enable form.

Namespace

Drupal\contact_storage\Form

Code

public function getDescription() {
  return $this
    ->t('Enabling the contact form will make it visible. This action can be undone from the contact forms administration page.');
}