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