You are here

public function RestfulDataProviderEFQInterface::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 RestfulDataProviderEFQInterface::getTotalCount()
RestfulDataProviderEFQ::getTotalCount in plugins/restful/RestfulDataProviderEFQ.php
Get the total count of entities that match certain request.

File

plugins/restful/RestfulDataProviderEFQInterface.php, line 34
Contains \RestfulDataProviderEFQInterface

Class

RestfulDataProviderEFQInterface
@file Contains \RestfulDataProviderEFQInterface

Code

public function getTotalCount();