1 entity.class.inc | public EntityInterface::label() |
Returns the label of the entity.
Return value
The label of the entity, or NULL if there is no label defined.:
File
- core/
modules/ entity/ entity.class.inc, line 64 - Provides an interface and a base class for entities.
Class
- EntityInterface
- Defines a common interface for all entity objects.
Code
public function label();