entity_reference.services.yml

drupal/core/modules/entity_reference/entity_reference.services.yml

File

drupal/core/modules/entity_reference/entity_reference.services.yml
View source
  1. services:
  2. plugin.manager.entity_reference.selection:
  3. class: Drupal\entity_reference\Plugin\Type\SelectionPluginManager
  4. arguments: ['@container.namespaces']
  5. entity_reference.autocomplete:
  6. class: Drupal\entity_reference\EntityReferenceAutocomplete
  7. arguments: ['@plugin.manager.entity']

Services