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