1 test_disable_cache.entity.inc public TestDisableCache::uri()

Implements EntityInterface::uri().

Overrides EntityInterface::uri

File

core/modules/entity/tests/entity_caching_test/test_disable_cache.entity.inc, line 37
Test entity classes.

Class

TestDisableCache
Test class for the test_cacheable entity type.

Code

public function uri() {
  return array(
    'path' => 'test_disable_cache/' . $this->id,
  );
}