1 views_test_entity.entity.inc public BulkTestEntity::access($op, $account = NULL)

Implements EntityInterface::access().

Overrides Entity::access

File

core/modules/views/tests/views_test_entity/views_test_entity.entity.inc, line 53
Test entity classes.

Class

BulkTestEntity
Test class for the test_entity entity type.

Code

public function access($op, $account = NULL) {
  return NULL;
}