1 test_disable_cache.entity.inc | public TestDisableCache::entityType() |
Implements EntityInterface::entityType().
Overrides EntityInterface::entityType
File
- core/
modules/ entity/ tests/ entity_caching_test/ test_disable_cache.entity.inc, line 23 - Test entity classes.
Class
- TestDisableCache
- Test class for the test_cacheable entity type.
Code
public function entityType() {
return 'test_disable_cache';
}