You are here

service plugin.manager.entity_reference_selection in Drupal 10

Same name and namespace in other branches
  1. 8 core/core.services.yml \plugin.manager.entity_reference_selection
  2. 9 core/core.services.yml \plugin.manager.entity_reference_selection

Class

Drupal\Core\Entity\EntityReferenceSelection\SelectionPluginManager
13 string references to plugin.manager.entity_reference_selection
EntityAutocomplete::validateEntityAutocomplete in core/lib/Drupal/Core/Entity/Element/EntityAutocomplete.php
Form element validation handler for entity_autocomplete elements.
EntityReferenceItem::fieldSettingsForm in core/lib/Drupal/Core/Field/Plugin/Field/FieldType/EntityReferenceItem.php
Returns a form for the field-level settings.
EntityReferenceItem::fieldSettingsFormValidate in core/lib/Drupal/Core/Field/Plugin/Field/FieldType/EntityReferenceItem.php
Form element validation handler; Invokes selection plugin's validation.
EntityReferenceItem::generateSampleValue in core/lib/Drupal/Core/Field/Plugin/Field/FieldType/EntityReferenceItem.php
Generates placeholder field values.
EntityReferenceItem::getSettableOptions in core/lib/Drupal/Core/Field/Plugin/Field/FieldType/EntityReferenceItem.php
Returns an array of settable values with labels for display.

... See full list

File

core/core.services.yml
core/core.services.yml

View source
  1. class: Drupal\Core\Entity\EntityReferenceSelection\SelectionPluginManager
  2. parent: default_plugin_manager