editor.routing.yml

drupal/core/modules/editor/editor.routing.yml
1 string reference to YAML keys in editor.routing.yml
editor_menu in drupal/core/modules/editor/editor.module
Implements hook_menu().

File

drupal/core/modules/editor/editor.routing.yml
View source
  1. editor_field_untransformed_text:
  2. pattern: '/editor/{entity_type}/{entity}/{field_name}/{langcode}/{view_mode}'
  3. defaults:
  4. _controller: '\Drupal\editor\EditorController::getUntransformedText'
  5. requirements:
  6. _permission: 'access in-place editing'
  7. _access_edit_entity_field: 'TRUE'