You are here

public function EntityReference_SelectionHandler_Broken::getLabel in Entity reference 7

Return the label of a given entity.

Overrides EntityReference_SelectionHandler::getLabel

File

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

Class

EntityReference_SelectionHandler_Broken
A null implementation of EntityReference_SelectionHandler.

Code

public function getLabel($entity) {
  return '';
}