You are here

responsive_favicons.routing.yml in Responsive Favicons 8

File

responsive_favicons.routing.yml
View source
  1. responsive_favicons.admin:
  2. path: '/admin/config/user-interface/responsive_favicons'
  3. defaults:
  4. _form: '\Drupal\responsive_favicons\Form\ResponsiveFaviconsAdmin'
  5. _title: 'Responsive favicons'
  6. requirements:
  7. _permission: administer responsive favicons
  8. route_callbacks:
  9. - '\Drupal\responsive_favicons\Routing\DefaultFavicons::routes'