You are here

public function EntityReference_SelectionHandler_Broken::getReferencableEntities in Entity reference 7

Return a list of referencable entities.

Return value

A nested array of entities, the first level is keyed by the entity bundle, which contains an array of entity labels (safe HTML), keyed by the entity ID.

Overrides EntityReference_SelectionHandler::getReferencableEntities

File

plugins/selection/abstract.inc, line 93
Abstraction of the selection logic of an entity reference field.

Class

EntityReference_SelectionHandler_Broken
A null implementation of EntityReference_SelectionHandler.

Code

public function getReferencableEntities($match = NULL, $match_operator = 'CONTAINS', $limit = 0) {
  return array();
}