ckeditor_mentions-8.x-2.x-dev/ckeditor_mentions.routing.yml
ckeditor_mentions.routing.yml
ckeditor_mentions.ajax_callback:
path: '/ckeditor-mentions/ajax/{editor_id}/{plugin_id}/{match}'
defaults:
_controller: 'Drupal\ckeditor_mentions\Controller\CKMentionsController::getMatch'
_title: 'Retrieve realname match'
match: ''
plugin_id: '[^a-z0-9_]+'
editor_id: ''
methods: [GET]
requirements:
_permission: 'use inline mentions'
