You are here

9 string references to YAML keys in tour_ui.routing.yml in Tour UI 8

TourDeleteForm::getCancelUrl in src/Form/TourDeleteForm.php
TourForm::delete in src/Form/TourForm.php
TourForm::form in src/Form/TourForm.php
Gets the actual form array to be built.
TourForm::submitForm in src/Form/TourForm.php
This is the default entity object builder function. It is called before any other submit handler to build the new entity object to be used by the following submit handlers. At this point of the form workflow the entity is validated and the form state…
TourForm::tipAdd in src/Form/TourForm.php
Submit handler.
TourListBuilder::render in src/TourListBuilder.php
Builds the entity listing as renderable array for table.html.twig.
TourTipDeleteForm::getCancelUrl in src/Form/TourTipDeleteForm.php
Returns the route to go to if the user cancels the action.
TourTipDeleteForm::submitForm in src/Form/TourTipDeleteForm.php
Form submission handler.
TourTipForm::submitForm in src/Form/TourTipForm.php
Form submission handler.