1 entity_example.inc public EntityExampleBasic::bundle()

Implements EntityInterface::bundle().

Overrides Entity::bundle

File

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

Class

EntityExampleBasic
EntityExampleBasic extends Entity.

Code

public function bundle() {
  return $this->bundle_type;
}