1 field_test.class.inc | public TestFieldEntity::access($op, $account = NULL) |
Implements EntityInterface::access().
Overrides Entity::access
File
- core/
modules/ field/ tests/ field_test/ field_test.class.inc, line 47
Class
- TestFieldEntity
- Test class for the test_entity entity type.
Code
public function access($op, $account = NULL) {
return TRUE;
}