function RouterRebuildConfirmForm::getDescription
Overrides ConfirmFormBase::getDescription
File
-
src/
Form/ RouterRebuildConfirmForm.php, line 66
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.');
}