public function MemcacheStatsEvent::getServers in Memcache API and Integration 8.2
Retrieve all servers from the servers array.
Return value
array
File
- memcache_admin/
src/ Event/ MemcacheStatsEvent.php, line 170
Class
- MemcacheStatsEvent
- Memcache Stats Event
Namespace
Drupal\memcache_admin\EventCode
public function getServers() {
return $this->servers;
}