function RouterRebuildConfirmForm::getDescription
Same name in other branches
- 8.x-1.x src/Form/RouterRebuildConfirmForm.php \Drupal\devel\Form\RouterRebuildConfirmForm::getDescription()
- 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\FormCode
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.');
}