You are here

namespace Drupal\payment\Controller in Payment 8.2

Classsort descending Location Description
AddPaymentMethodConfiguration src/Controller/AddPaymentMethodConfiguration.php Handles the "add payment method configuration" route.
AddPaymentStatus src/Controller/AddPaymentStatus.php Handles the "add payment status" route.
CompletePayment src/Controller/CompletePayment.php Handles the "complete payment" route.
ConfigurePaymentType src/Controller/ConfigurePaymentType.php Handles the "configure payment type" route.
DisablePaymentMethodConfiguration src/Controller/DisablePaymentMethodConfiguration.php Handles the "disable payment method configuration" route.
DuplicatePaymentMethodConfiguration src/Controller/DuplicatePaymentMethodConfiguration.php Handles the "duplicate payment method configuration" route.
EditPayment src/Controller/EditPayment.php Handles the "edit payment" route.
EditPaymentMethodConfiguration src/Controller/EditPaymentMethodConfiguration.php Handles the "edit payment method configuration" route.
EditPaymentStatus src/Controller/EditPaymentStatus.php Handles the "edit payment status" route.
EnablePaymentMethodConfiguration src/Controller/EnablePaymentMethodConfiguration.php Handles the "enable payment method configuration" route.
ListPaymentMethods src/Controller/ListPaymentMethods.php Handles the "list all payment methods" route.
ListPaymentStatuses src/Controller/ListPaymentStatuses.php Handles the "list payment methods" route.
ListPaymentTypes src/Controller/ListPaymentTypes.php Handles the "list payment types" route.
SelectPaymentMethodConfiguration src/Controller/SelectPaymentMethodConfiguration.php Handles the "select a payment method configuration to add" route.
ViewPayment src/Controller/ViewPayment.php Handles the "view payment" route.
ViewPaymentsByOwner src/Controller/ViewPaymentsByOwner.php Handles the "view payments by owner" route.