You are here

public function RestWSResourceControllerInterface::resource in RESTful Web Services 7.2

Same name and namespace in other branches
  1. 7 restws.entity.inc \RestWSResourceControllerInterface::resource()

Returns the name of the resource.

2 methods override RestWSResourceControllerInterface::resource()
MyModuleBookResourceController::resource in ./restws.api.php
RestWSEntityResourceController::resource in ./restws.entity.inc
Returns the name of the resource.

File

./restws.entity.inc, line 87
RESTful web services module integration for entities.

Class

RestWSResourceControllerInterface
Specifies CRUD and access methods for resources.

Code

public function resource();