public function ServicesResourceControllerInterface::access in Services Entity API 7.2
Determines access for a given operation and resource.
Parameters
string $op: Either 'create', 'view' (= read), 'update' or 'delete'.
$args: The arguments passed to the operation.
See also
1 method overrides ServicesResourceControllerInterface::access()
File
- plugins/
services_entity_interface.inc, line 36 - Services Entity module integration for entities.
Class
- ServicesResourceControllerInterface
- Specifies CRUD and access methods for resources.
Code
public function access($op, $args);