entity_reference.routing.yml

drupal/core/modules/entity_reference/entity_reference.routing.yml
1 string reference to YAML keys in entity_reference.routing.yml
EntityReferenceController::create in drupal/core/modules/entity_reference/lib/Drupal/entity_reference/EntityReferenceController.php
Instantiates a new instance of this controller.

File

drupal/core/modules/entity_reference/entity_reference.routing.yml
View source
  1. entity_reference.autocomplete:
  2. pattern: '/entity_reference/autocomplete/{type}/{field_name}/{entity_type}/{bundle_name}/{entity_id}'
  3. defaults:
  4. _controller: '\Drupal\entity_reference\EntityReferenceController::handleAutocomplete'
  5. entity_id: 'NULL'
  6. requirements:
  7. _access: 'TRUE'