public function MemcacheStatsEvent::updateReport in Memcache API and Integration 8.2
Update the full report from the event.
Parameters
$report:
File
- memcache_admin/
src/ Event/ MemcacheStatsEvent.php, line 178
Class
- MemcacheStatsEvent
- Memcache Stats Event
Namespace
Drupal\memcache_admin\EventCode
public function updateReport($report) {
$this->report = $report;
}