You are here

pardot.routing.yml in Pardot Integration 2.x

Same filename and directory in other branches
  1. 8 pardot.routing.yml

File

pardot.routing.yml
View source
  1. pardot.config:
  2. path: '/admin/config/services/pardot'
  3. defaults:
  4. _title: 'Configure Pardot'
  5. _form: '\Drupal\pardot\Form\PardotSettingsForm'
  6. requirements:
  7. _permission: 'administer pardot settings'
  8. pardot.autocomplete:
  9. path: '/admin/pardot/autocomplete/{entity_id}'
  10. defaults:
  11. _controller: '\Drupal\pardot\Controller\AutoCompleteController::handleAutocomplete'
  12. _title: 'handleAutocomplete'
  13. requirements:
  14. _permission: 'access content'
  15. pardot.pardot_form_mapping_form:
  16. path: '/pardot/form/pardot_form_mapping'
  17. defaults:
  18. _form: '\Drupal\pardot\Form\PardotFormMappingForm'
  19. _title: 'PardotFormMappingForm'
  20. requirements:
  21. _access: 'TRUE'