1 EntityReferenceSelectionHandler.inc public EntityReferenceSelectionHandlerInterface::validateReferencableEntities(array $ids)

Validate that entities can be referenced by this field.

Return value

An array of entity ids that are valid.:

File

core/modules/entityreference/plugins/selection/EntityReferenceSelectionHandler.inc, line 41
Abstraction of the selection logic of an entity reference field.

Class

EntityReferenceSelectionHandlerInterface
@file Abstraction of the selection logic of an entity reference field.

Code

public function validateReferencableEntities(array $ids);