constant RestfulInterface::TOKEN_VALUE in RESTful 7
Token value for token generation functions.
3 uses of RestfulInterface::TOKEN_VALUE
- RestfulCsrfTokenResource::getCsrfToken in plugins/
restful/ csrf/ RestfulCsrfTokenResource.class.php  - Value callback; Return the CSRF token.
 - restful_angular_example_page in modules/
restful_angular_example/ restful_angular_example.module  - Page callback; Load the AngularJs form.
 - restful_csrf_session_token in ./
restful.module  - Page callback: returns a session token for the currently active user.
 
File
- plugins/
restful/ RestfulInterface.php, line 27  - Contains RestfulInterface.
 
Class
- RestfulInterface
 - @file Contains RestfulInterface.
 
Code
const TOKEN_VALUE = 'rest';