eZ\Bundle\EzPublishDebugBundle\Collector\PersistenceCacheCollector::getCallsLoggingEnabled PHP Method

getCallsLoggingEnabled() public method

Typically not enabled in prod.
public getCallsLoggingEnabled ( ) : boolean
return boolean
    public function getCallsLoggingEnabled()
    {
        return $this->data['calls_logging_enabled'];
    }