You are here

public function MyModuleBookResourceController::access in RESTful Web Services 7.2

Same name and namespace in other branches
  1. 7 restws.api.php \MyModuleBookResourceController::access()

Overrides RestWSResourceControllerInterface::access

See also

RestWSResourceControllerInterface::access()

File

./restws.api.php, line 250
This file contains no working PHP code; it exists to provide additional documentation for doxygen as well as to document hooks in the standard Drupal manner.

Class

MyModuleBookResourceController
Example controller class for the mymodule_book resource.

Code

public function access($op, $id) {
  return mymodule_book_access($op, $id);
}