You are here

public function RestWSQueryResourceControllerInterface::count in RESTful Web Services 7.2

Returns the number of resources available with the given filters.

Parameters

array $filters: A list of properties to query for, or an empty array if all resources should be returned.

Return value

int The number of resources available.

1 method overrides RestWSQueryResourceControllerInterface::count()
RestWSEntityResourceController::count in ./restws.entity.inc
Implements RestWSQueryResourceControllerInterface::count().

File

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

Class

RestWSQueryResourceControllerInterface
Specifies query methods for resources.

Code

public function count($filters = array());