public function ServicesResourceControllerInterface::index in Services Entity API 7.2
Parameters
string $entity_type: The type of the resource that should be deleted.
array $filters: field comparison operators to filter the results.
int $page: The page of resources to be returned
int $limit: The number of items on that pages to be returned.
1 method overrides ServicesResourceControllerInterface::index()
File
- plugins/
services_entity_interface.inc, line 104 - Services Entity module integration for entities.
Class
- ServicesResourceControllerInterface
- Specifies CRUD and access methods for resources.
Code
public function index($entity_type, $fields, $parameters, $page, $pagesize, $sort, $direction);