You are here

18 string references to YAML keys in commerce_order.routing.yml in Commerce Core 8.2

AddressBookController::buildOperations in modules/order/src/Controller/AddressBookController.php
Builds the operation links for the given profile.
AddressBookController::overviewPage in modules/order/src/Controller/AddressBookController.php
Builds the overview page.
AddressBookController::setDefault in modules/order/src/Controller/AddressBookController.php
Sets the given profile as default.
AddressBookTest::testCreateAccess in modules/order/tests/src/FunctionalJavascript/AddressBookTest.php
Tests the add form access checking.
AddressBookTest::testDefaultOverview in modules/order/tests/src/FunctionalJavascript/AddressBookTest.php
Tests the address book overview page with the default profile type.
AddressBookTest::testExtendedOverview in modules/order/tests/src/FunctionalJavascript/AddressBookTest.php
Tests the address book overview page with several profile types.
AddressBookTest::testFallback in modules/order/tests/src/FunctionalJavascript/AddressBookTest.php
Tests the fallback to the default profile UI.
AddressBookTest::testOverviewAccess in modules/order/tests/src/FunctionalJavascript/AddressBookTest.php
Tests the overview access checking.
CheckoutOrderTest::testCustomCheckoutCompletionMessage in modules/checkout/tests/src/Functional/CheckoutOrderTest.php
Tests a customized checkout complete message.
commerce_number_pattern_menu_links_discovered_alter in modules/number_pattern/commerce_number_pattern.module
Implements hook_menu_links_discovered_alter().
commerce_order_entity_type_alter in modules/order/commerce_order.module
Implements hook_entity_type_alter().
commerce_order_post_update_15 in modules/order/commerce_order.post_update.php
Import `commerce_order.settings` configuration.
OrderSettingsForm::buildForm in modules/order/src/Form/OrderSettingsForm.php
Form constructor.
OrderSettingsForm::getEditableConfigNames in modules/order/src/Form/OrderSettingsForm.php
Gets the configuration names that will be editable.
OrderSettingsForm::submitForm in modules/order/src/Form/OrderSettingsForm.php
Form submission handler.
ProfileAddressBookDeleteForm::getCancelUrl in modules/order/src/Form/ProfileAddressBookDeleteForm.php
Returns the route to go to if the user cancels the action.
ProfileAddressBookForm::actions in modules/order/src/Form/ProfileAddressBookForm.php
Returns an array of supported actions for the current entity form.
ProfileAddressBookForm::save in modules/order/src/Form/ProfileAddressBookForm.php
Form submission handler for the 'save' action.