You are here

public function InstagramAccountDeleteForm::getDescription in Instagram Feeds 8

Returns additional text to display as a description.

Return value

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

Overrides ContentEntityConfirmFormBase::getDescription

File

src/Form/InstagramAccountDeleteForm.php, line 15

Class

InstagramAccountDeleteForm
Provides the Instagram Account deletion form.

Namespace

Drupal\instagram_feeds\Form

Code

public function getDescription() {
  return $this
    ->getQuestion() . ' ' . parent::getDescription();
}