You are here

path_file.routing.yml in Path File 8

File

path_file.routing.yml
View source
  1. entity.path_file_entity.canonical:
  2. path: '/path-file/{path_file_entity}'
  3. defaults:
  4. # Calls the view controller, defined in the annotation of the contact entity
  5. _controller: '\Drupal\path_file\Controller\PathFileController::file'
  6. _title: ''
  7. requirements:
  8. # Calls the access controller of the entity, $operation 'view'
  9. _entity_access: 'path_file_entity.view'