webform_civicrm-8.x-5.0-beta3/webform_civicrm.routing.yml
webform_civicrm.routing.yml
entity.webform.civicrm:
path: '/admin/structure/webform/manage/{webform}/civicrm'
defaults:
_form: '\Drupal\webform_civicrm\Form\WebformCiviCRMSettingsForm'
_title_callback: '\Drupal\webform\Controller\WebformEntityController::title'
options:
parameters:
webform:
type: 'entity:webform'
requirements:
_entity_access: 'webform.update'
_permission: 'access CiviCRM'
webform_civicrm.ajax:
path: webform-civicrm/js/{key}/{input}/{isBilling}
defaults:
_controller: 'Drupal\webform_civicrm\Controller\AjaxController::handle'
input: ''
isBilling: ''
requirements:
_access: 'TRUE'
_format: 'json'
