shortify-1.0.9/shortify.routing.yml
shortify.routing.yml
shortify_ajax_shortcodes_list:
path: '/ajax/shortify/shortcodes_list'
defaults:
_controller: '\Drupal\shortify\Controller\ShortifyController::getShortcodesList'
requirements:
_permission: 'access content'
shortify_ajax_get_icon_list:
path: '/ajax/shortify/ajax_get_icon_list'
defaults:
_controller: '\Drupal\shortify\Controller\ShortifyController::getAvailableIconList'
requirements:
_permission: 'access content'
shortify_ajax_delete_file:
path: '/ajax/shortify/ajax_delete_file'
defaults:
_controller: '\Drupal\shortify\Controller\ShortifyController::deleteFile'
methods: [POST]
requirements:
_permission: 'access content'
shortify_ajax_shortcodes_filtered_list:
path: '/ajax/shortify/shortcodes_filtered_list'
defaults:
_controller: '\Drupal\shortify\Controller\ShortifyController::getShortcodesFilteredByParent'
methods: [POST]
requirements:
_permission: 'access content'
shortify_ajax_send_file:
path: '/ajax/shortify/ajax_send_file'
defaults:
_controller: '\Drupal\shortify\Controller\ShortifyController::addFile'
methods: [POST]
requirements:
_permission: 'access content'
