You are here

function wsconfig_connector_crud in Web Service Data 7

Load the CRUD operations for a given connector

Parameters

string $id: Name of the connector, typically the module name

string $op [optional]: Specific CRUD operation to return

Return value

array|boolean Returns an array of defined CRUD operations, FALSE otherwise.

File

modules/wsconfig/wsconfig.module, line 82
Main module for wsconfig

Code

function wsconfig_connector_crud($id, $op = NULL) {

  // @todo
}