materio_user.routing.yml 615 B

1234567891011121314151617181920212223
  1. materio_user.register_form:
  2. path: '/materio_user/register_form'
  3. defaults:
  4. _controller: '\Drupal\materio_user\Controller\AjaxRegisterForm::getForm'
  5. _format: json
  6. requirements:
  7. _access: 'TRUE'
  8. materio_user.login_form:
  9. path: '/materio_user/login_form'
  10. defaults:
  11. _controller: '\Drupal\materio_user\Controller\AjaxLoginForm::getForm'
  12. _format: json
  13. requirements:
  14. _access: 'TRUE'
  15. materio_user.login_block:
  16. path: '/materio_user/login_block'
  17. defaults:
  18. _controller: '\Drupal\materio_user\Controller\AjaxLoginBlock::getBlock'
  19. _format: json
  20. requirements:
  21. _access: 'TRUE'