ezcontent-8.x-dev/modules/ezcontent_node/modules/ezcontent_smart_article/ezcontent_smart_article.routing.yml
modules/ezcontent_node/modules/ezcontent_smart_article/ezcontent_smart_article.routing.yml
ezcontent_smart_article.config:
path: '/admin/config/ezcontent-smart-article/settings'
defaults:
_form: '\Drupal\ezcontent_smart_article\Form\ConfigForm'
_title: 'Smart Article Settings'
requirements:
_permission: 'Smart Article Settings'
ezcontent_smart_article.autocomplete.companies:
path: '/admin/ezcontent_smart_article/autocomplete/companies'
defaults:
_controller: '\Drupal\ezcontent_smart_article\Controller\CompaniesAutoCompleteController::handleAutocomplete'
_format: json
requirements:
_user_is_logged_in: 'TRUE'
ezcontent_smart_article.get_subscription:
path: '/ezcontent-smart-article/get-subscription'
defaults:
_controller: '\Drupal\ezcontent_smart_article\Controller\EzcontentSmartArticleServicesSubscriber::getSubscription'
requirements:
_user_is_logged_in: 'TRUE'
ezcontent_smart_article.invalid_subscription:
path: '/ezcontent-smart-article/invalid-subscription'
defaults:
_controller: '\Drupal\ezcontent_smart_article\Controller\EzcontentSmartArticleInvalidSubscription::showInvalidSubscriptionErrorPopup'
requirements:
_user_is_logged_in: 'TRUE'
