1 entity_example.inc public EntityExampleBasic::entityType()

Implements EntityInterface::entityType().

Overrides EntityInterface::entityType

File

modules/examples/entity_example/entity_example.inc, line 42

Class

EntityExampleBasic
EntityExampleBasic extends Entity.

Code

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