You are here

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

entity_access()

1 method overrides ServicesResourceControllerInterface::access()
ServicesEntityResourceController::access in plugins/services_entity_resource.inc
Implements 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);