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