function SelectionPluginManagerInterface::getSelectionHandler
Gets the selection handler for a given entity_reference field.
Parameters
\Drupal\Core\Field\FieldDefinitionInterface $field_definition: The field definition for the operation.
\Drupal\Core\Entity\EntityInterface $entity: (optional) The entity for the operation. Defaults to NULL.
Return value
\Drupal\Core\Entity\EntityReferenceSelection\SelectionInterface The selection plugin.
1 method overrides SelectionPluginManagerInterface::getSelectionHandler()
- SelectionPluginManager::getSelectionHandler in core/
lib/ Drupal/ Core/ Entity/ EntityReferenceSelection/ SelectionPluginManager.php - Gets the selection handler for a given entity_reference field.
File
-
core/
lib/ Drupal/ Core/ Entity/ EntityReferenceSelection/ SelectionPluginManagerInterface.php, line 49
Class
- SelectionPluginManagerInterface
- Defines an interface for the entity reference selection plugin manager.
Namespace
Drupal\Core\Entity\EntityReferenceSelectionCode
public function getSelectionHandler(FieldDefinitionInterface $field_definition, ?EntityInterface $entity = NULL);