1 EntityReferenceSelectionHandler.inc | public EntityReferenceSelectionHandlerInterface::countReferencableEntities($match = NULL, $match_operator = 'CONTAINS') |
Count entities that are referenceable by a given field.
File
- core/
modules/ entityreference/ plugins/ selection/ EntityReferenceSelectionHandler.inc, line 33 - 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 countReferencableEntities($match = NULL, $match_operator = 'CONTAINS');