Skip to content

Instantly share code, notes, and snippets.

@stillfinder
Created November 29, 2018 23:41
Show Gist options
  • Save stillfinder/ec203d3cec0d8cfa8249065891e98cd9 to your computer and use it in GitHub Desktop.
Save stillfinder/ec203d3cec0d8cfa8249065891e98cd9 to your computer and use it in GitHub Desktop.
custom_api.routing.yml
custom_api.search:
path: 'custom_api/search/{search}'
defaults:
_controller: '\Drupal\custom_api\Controller\SearchController::search'
_title: 'ControllerMethod'
requirements:
_permission: 'access content'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment