public function MemcacheStatsEvent::getReport in Memcache API and Integration 8.2
Returns the stats report.
Return value
array
File
- memcache_admin/
src/ Event/ MemcacheStatsEvent.php, line 186
Class
- MemcacheStatsEvent
- Memcache Stats Event
Namespace
Drupal\memcache_admin\EventCode
public function getReport() {
return $this->report;
}