Repository URL to install this package:
|
Version:
2.0.0 ▾
|
entity.custom_forms_payment_method.collection:
path: '/admin/custom_forms/settings/payment_methods'
defaults:
_entity_list: 'custom_forms_payment_method'
_title: 'Payment Methods'
requirements:
_permission: 'administer custom forms payment methods'
entity.custom_forms_payment_method.add_form:
path: '/admin/custom_forms/settings/payment_methods/add'
defaults:
_entity_form: 'custom_forms_payment_method.add'
_title: 'Add payment method'
requirements:
_permission: 'administer custom forms payment methods'
entity.custom_forms_payment_method.edit_form:
path: '/admin/custom_forms/settings/payment_methods/{custom_forms_payment_method}'
defaults:
_entity_form: 'custom_forms_payment_method.edit'
_title: 'Edit payment method'
requirements:
_permission: 'administer custom forms payment methods'
entity.custom_forms_payment_method.delete_form:
path: '/admin/custom_forms/settings/payment_methods/{custom_forms_payment_method}/delete'
defaults:
_entity_form: 'custom_forms_payment_method.delete'
_title: 'Delete payment method'
requirements:
_permission: 'administer custom forms payment methods'