public function RestfulDataProviderCToolsPluginsInterface::getTotalCount in RESTful 7
Get the total count of entities that match certain request.
Return value
int The total number of results without including pagination.
1 method overrides RestfulDataProviderCToolsPluginsInterface::getTotalCount()
- RestfulDataProviderCToolsPlugins::getTotalCount in plugins/
restful/ RestfulDataProviderCToolsPlugins.php - Get the total count of entities that match certain request.
File
- plugins/
restful/ RestfulDataProviderCToolsPluginsInterface.php, line 17 - Contains \RestfulDataProviderCToolsPluginsInterface
Class
Code
public function getTotalCount();