public function EntityReference_SelectionHandler::getLabel in Entity reference 7
Return the label of a given entity.
3 methods override EntityReference_SelectionHandler::getLabel()
- EntityReference_SelectionHandler_Broken::getLabel in plugins/
selection/ abstract.inc - Return the label of a given entity.
- EntityReference_SelectionHandler_Generic::getLabel in plugins/
selection/ EntityReference_SelectionHandler_Generic.class.php - Implements EntityReferenceHandler::getLabel().
- EntityReference_SelectionHandler_Views::getLabel in plugins/
selection/ EntityReference_SelectionHandler_Views.class.php - Implements EntityReferenceHandler::getLabel().
File
- plugins/
selection/ abstract.inc, line 65 - Abstraction of the selection logic of an entity reference field.
Class
- EntityReference_SelectionHandler
- @file Abstraction of the selection logic of an entity reference field.
Code
public function getLabel($entity);