
| Current Path : /var/www/html/strat/web/core/modules/system/tests/modules/entity_test/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : /var/www/html/strat/web/core/modules/system/tests/modules/entity_test/entity_test.routing.yml |
entity.entity_test.canonical:
path: '/entity_test/{entity_test}'
defaults:
_entity_view: 'entity_test.full'
_title: 'Test full view mode'
requirements:
_entity_access: 'entity_test.view'
entity.entity_test.render_options:
path: '/entity_test_converter/{foo}'
options:
parameters:
foo:
type: 'entity:entity_test'
defaults:
_entity_view: 'entity_test.full'
requirements:
_entity_access: 'foo.view'
entity.entity_test.render_no_view_mode:
path: '/entity_test_no_view_mode/{entity_test}'
defaults:
_entity_view: 'entity_test'
requirements:
_access: 'TRUE'
entity.entity_test.collection_referencing_entities:
path: '/entity_test/list/{entity_reference_field_name}/{referenced_entity_type}/{referenced_entity_id}'
defaults:
_controller: '\Drupal\entity_test\Controller\EntityTestController::listReferencingEntities'
_title: 'List entity_test entities referencing the given entity'
requirements:
_access: 'TRUE'
entity.entity_test.collection_labels_alphabetically:
path: '/entity_test/list_labels_alphabetically/{entity_type_id}'
defaults:
_controller: '\Drupal\entity_test\Controller\EntityTestController::listEntitiesAlphabetically'
_title: 'List labels of entities of the given entity type alphabetically'
requirements:
_access: 'TRUE'
entity.entity_test.collection_empty:
path: '/entity_test/list_empty/{entity_type_id}'
defaults:
_controller: '\Drupal\entity_test\Controller\EntityTestController::listEntitiesEmpty'
_title: 'Empty list of entities of the given entity type, empty because no entities match the query'
requirements:
_access: 'TRUE'
entity.entity_test.collection:
path: '/entity_test/list'
defaults:
_entity_list: entity_test
requirements:
_access: 'TRUE'
entity.entity_test_mulrev.revision:
path: '/entity_test_mulrev/{entity_test_mulrev}/revision/{entity_test_mulrev_revision}/view'
defaults:
_controller: '\Drupal\Core\Entity\Controller\EntityRevisionViewController'
options:
parameters:
entity_test_mulrev:
type: entity:entity_test_mulrev
entity_test_mulrev_revision:
type: entity_revision:entity_test_mulrev
requirements:
_access: 'TRUE'
entity.block.test_operation:
path: '/admin/structure/block/manage/{block}/test_operation'
defaults:
_entity_view: 'entity_test'
requirements:
_access: 'TRUE'
entity.user_role.test_operation:
path: '/admin/people/roles/manage/{user_role}/test_operation'
defaults:
_entity_view: 'entity_test'
requirements:
_access: 'TRUE'
entity.entity_test_view_builder.canonical:
path: '/entity_test_view_builder/{entity_test_view_builder}'
defaults:
_entity_view: 'entity_test_view_builder'
requirements:
_access: 'TRUE'
entity.entity_test_computed_field.canonical:
path: '/entity_test_computed_field/{entity_test_computed_field}'
defaults:
_entity_view: 'entity_test_computed_field.full'
_title: 'Test full view mode'
requirements:
_entity_access: 'entity_test_computed_field.view'
route_callbacks:
- '\Drupal\entity_test\Routing\EntityTestRoutes::routes'