You are here

public function OpCacheDataModel::getScriptStatusCount in Production check & Production monitor 7

Same name and namespace in other branches
  1. 6 includes/prod_check.opcache.inc \OpCacheDataModel::getScriptStatusCount()

File

includes/prod_check.opcache.inc, line 155

Class

OpCacheDataModel

Code

public function getScriptStatusCount() {
  return count($this->_status["scripts"]);
}