1.20.x entity_test.entity.inc public TestEntity::access($op, $account = NULL)

Implements EntityInterface::access().

Overrides Entity::access

File

modules/entity/tests/entity_test/entity_test.entity.inc, line 53
Test entity classes.

Class

TestEntity
Test class for the test_entity entity type.

Code

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