1 test_multibundle.entity.inc | public TestMultiBundle::bundle() |
Implements EntityInterface::bundle().
Overrides Entity::bundle
File
- core/
modules/ entity/ tests/ entity_caching_test/ test_multibundle.entity.inc, line 37 - Test entity classes.
Class
- TestMultiBundle
- Test class for the test_multibundle entity type.
Code
public function bundle() {
return $this->type;
}