You are here

search_api_attachments.routing.yml in Search API attachments 8

Same filename and directory in other branches
  1. 9.0.x search_api_attachments.routing.yml

File

search_api_attachments.routing.yml
View source
  1. search_api_attachments.admin_form:
  2. path: '/admin/config/search/search_api_attachments'
  3. defaults:
  4. _form: '\Drupal\search_api_attachments\Form\TextExtractorFormSettings'
  5. _title: 'Search API Attachments'
  6. requirements:
  7. _permission: 'administer search_api_attachments'