You are here

public function RestfulDataProviderVariable::getTotalCount in RESTful 7

Returns the total count of all variables.

File

plugins/restful/RestfulDataProviderVariable.php, line 91
Contains \RestfulDataProviderDbQuery

Class

RestfulDataProviderVariable
@file Contains \RestfulDataProviderDbQuery

Code

public function getTotalCount() {
  return count($GLOBALS['conf']);
}