function RemoveBlockForm::getConfirmText

Overrides ConfirmFormBase::getConfirmText

File

core/modules/layout_builder/src/Form/RemoveBlockForm.php, line 46

Class

RemoveBlockForm
Provides a form to confirm the removal of a block.

Namespace

Drupal\layout_builder\Form

Code

public function getConfirmText() {
  return $this->t('Remove');
}

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