1 test_cacheable.entity.inc | public TestCacheable::access($op, $account = NULL) |
Implements EntityInterface::access().
Overrides Entity::access
File
- core/
modules/ entity/ tests/ entity_caching_test/ test_cacheable.entity.inc, line 53 - Test entity classes.
Class
- TestCacheable
- Test class for the test_cacheable entity type.
Code
public function access($op, $account = NULL) {
return NULL;
}