1.20.x entity_test.entity.inc public TestEntity::entityType()
1.20.x field_test.class.inc public TestEntity::entityType()

Implements EntityInterface::entityType().

Overrides EntityInterface::entityType

File

modules/entity/tests/entity_test/entity_test.entity.inc, line 23
Test entity classes.

Class

TestEntity
Test class for the test_entity entity type.

Code

public function entityType() {
  return 'entity_test';
}