10 string references to YAML keys in uc_tax.routing.yml in Ubercart 8.4
- TaxController::saveClone in uc_tax/
src/ Controller/ TaxController.php - Clones a tax rate.
- TaxRateController::saveClone in uc_tax/
src/ Controller/ TaxRateController.php - Clones a tax rate.
- TaxRateDeleteForm::getCancelUrl in uc_tax/
src/ Form/ TaxRateDeleteForm.php - Returns the route to go to if the user cancels the action.
- TaxRateForm::actions in uc_tax/
src/ Form/ TaxRateForm.php - Returns an array of supported actions for the current entity form.
- TaxRateFormBase::getCancelUrl in uc_tax/
src/ Form/ TaxRateFormBase.php - Returns a Url to redirect to if the current operation is cancelled.
- TaxRateFormBase::save in uc_tax/
src/ Form/ TaxRateFormBase.php - Form submission handler for the 'save' action.
- TaxRateListBuilder::buildOperations in uc_tax/
src/ Controller/ TaxRateListBuilder.php - Builds a renderable list of operation links for the entity.
- TaxRateListBuilder::buildOperations in uc_tax/
src/ TaxRateListBuilder.php - Builds a renderable list of operation links for the entity.
- TaxRateListBuilder::submitAddMethod in uc_tax/
src/ TaxRateListBuilder.php - Form submission handler for adding a new method.
- TaxRateMethodsForm::buildForm in uc_tax/
src/ Form/ TaxRateMethodsForm.php - Form constructor.