You are here

content_lock_test.routing.yml in Content locking (anti-concurrent editing) 8

Same filename and directory in other branches
  1. 8.2 tests/modules/content_lock_test/content_lock_test.routing.yml
tests/modules/content_lock_test/content_lock_test.routing.yml

File

tests/modules/content_lock_test/content_lock_test.routing.yml
View source
  1. entity.entity_test_mul_changed.compact:
  2. path: '/entity_test_mul_changed/manage/{entity_test_mul_changed}/compact'
  3. defaults:
  4. _entity_form: 'entity_test_mul_changed.compact'
  5. _title: 'compact'
  6. requirements:
  7. _entity_access: 'entity_test_mul_changed.update'
  8. options:
  9. parameters:
  10. entity_test_mul_changed:
  11. type: 'entity:entity_test_mul_changed'