1 test_disable_cache.entity.inc public static TestDisableCache::createAccess($bundle = NULL, $account = NULL)

Implements EntityInterface::createAccess().

Overrides Entity::createAccess

File

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

Class

TestDisableCache
Test class for the test_cacheable entity type.

Code

public static function createAccess($bundle = NULL, $account = NULL) {
  return NULL;
}