1 entity_test.entity.inc | public TestEntity::label() |
1 field_test.class.inc | TestEntity::label() |
Implements EntityInterface::label().
Overrides EntityInterface::label
File
- core/
modules/ entity/ tests/ entity_test/ entity_test.entity.inc, line 30 - Test entity classes.
Class
- TestEntity
- Test class for the entity_test entity type.
Code
public function label() {
return 'label';
}