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
Code
public function getTotalCount();