You are here

public function RestfulDataProviderDbQueryInterface::getTotalCount in RESTful 7

Helper method to get the total count of entities that match certain request.

Return value

int The total number of results without including pagination.

1 method overrides RestfulDataProviderDbQueryInterface::getTotalCount()
RestfulDataProviderDbQuery::getTotalCount in plugins/restful/RestfulDataProviderDbQuery.php
Helper method to get the total count of entities that match certain request.

File

plugins/restful/RestfulDataProviderDbQueryInterface.php, line 35
Contains \RestfulDataProviderDbQueryInterface

Class

RestfulDataProviderDbQueryInterface
@file Contains \RestfulDataProviderDbQueryInterface

Code

public function getTotalCount();