1 entity_example.inc | public EntityExampleBasic::label() |
Implements EntityInterface::label().
Overrides EntityInterface::label
File
- modules/
examples/ entity_example/ entity_example.inc, line 56
Class
- EntityExampleBasic
- EntityExampleBasic extends Entity.
Code
public function label() {
return $this->item_description;
}