You are here

8 string references to YAML keys in commerce_payment.routing.yml in Commerce Core 8.2

commerce_payment_entity_operation in modules/payment/commerce_payment.module
Implements hook_entity_operation().
OffsitePaymentGatewayBase::getNotifyUrl in modules/payment/src/Plugin/Commerce/PaymentGateway/OffsitePaymentGatewayBase.php
Gets the URL to the "notify" page.
PaymentAddForm::submitForm in modules/payment/src/Form/PaymentAddForm.php
Form submission handler.
PaymentListBuilder::getDefaultOperations in modules/payment/src/PaymentListBuilder.php
Gets this list's default operations.
PaymentMethodAddForm::submitForm in modules/payment/src/Form/PaymentMethodAddForm.php
Form submission handler.
PaymentOperationForm::submitForm in modules/payment/src/Form/PaymentOperationForm.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…
PaymentProcess::buildCancelUrl in modules/payment/src/Plugin/Commerce/CheckoutPane/PaymentProcess.php
Builds the URL to the "cancel" page.
PaymentProcess::buildReturnUrl in modules/payment/src/Plugin/Commerce/CheckoutPane/PaymentProcess.php
Builds the URL to the "return" page.