function LayoutBuilderDisableForm::getDescription

Overrides ConfirmFormBase::getDescription

File

core/modules/layout_builder/src/Form/LayoutBuilderDisableForm.php, line 75

Class

LayoutBuilderDisableForm
Disables Layout Builder for a given default.

Namespace

Drupal\layout_builder\Form

Code

public function getDescription() {
  return $this->t('All customizations will be removed. This action cannot be undone.');
}

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