1 test_multibundle.entity.inc | public TestMultiBundle::uri() |
Implements EntityInterface::uri().
Overrides EntityInterface::uri
File
- core/
modules/ entity/ tests/ entity_caching_test/ test_multibundle.entity.inc, line 44 - Test entity classes.
Class
- TestMultiBundle
- Test class for the test_multibundle entity type.
Code
public function uri() {
return array(
'path' => 'test_multibundle/' . $this->id,
);
}