Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
novicell/custom_forms / modules / payment / custom_forms_payment.routing.yml
Size: Mime:
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'