You are here

public function BlocktabsDeleteForm::getDescription in Block Tabs 8

Returns additional text to display as a description.

Return value

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

Overrides EntityConfirmFormBase::getDescription

File

src/Form/BlocktabsDeleteForm.php, line 22

Class

BlocktabsDeleteForm
Creates a form to delete blocktabs.

Namespace

Drupal\blocktabs\Form

Code

public function getDescription() {
  return $this
    ->t('If this block tabs is in use on the site, this block tabs will be permanently deleted.');
}