You are here

constant RestfulInterface::ACCESS_ALLOW in RESTful 7

Return this value from public field access callbacks to allow access.

1 use of RestfulInterface::ACCESS_ALLOW
RestfulEntityAndPropertyAccessTestCase::publicFieldAccessFalse in tests/RestfulEntityAndPropertyAccessTestCase.test
An access callback that returns TRUE if title is "access". Otherwise FALSE.

File

plugins/restful/RestfulInterface.php, line 32
Contains RestfulInterface.

Class

RestfulInterface
@file Contains RestfulInterface.

Code

const ACCESS_ALLOW = 'allow';