function RouterRebuildConfirmForm::getDescription

Same name in other branches
  1. 4.x src/Form/RouterRebuildConfirmForm.php \Drupal\devel\Form\RouterRebuildConfirmForm::getDescription()

Overrides ConfirmFormBase::getDescription

File

src/Form/RouterRebuildConfirmForm.php, line 57

Class

RouterRebuildConfirmForm
Provides confirmation form for rebuilding the routes.

Namespace

Drupal\devel\Form

Code

public function getDescription() {
    return $this->t('Rebuilds the routes information gathering all routing data from .routing.yml files and from classes which subscribe to the route build events. This action cannot be undone.');
}