protected function PopupOnLoad::defaultLabel in Popup On Load 7
Overriden default entity label callback.
Overrides Entity::defaultLabel
See also
File
- ./
popup_onload.entity.inc, line 26 - Popupad entity model and controller classes.
Class
- PopupOnLoad
- The class used for popup_onload entities.
Code
protected function defaultLabel() {
return $this->name;
}