public function MemcacheStatsEvent::updateServers in Memcache API and Integration 8.2
Add a new server to the servers array.
Parameters
string $server:
File
- memcache_admin/
src/ Event/ MemcacheStatsEvent.php, line 161
Class
- MemcacheStatsEvent
- Memcache Stats Event
Namespace
Drupal\memcache_admin\EventCode
public function updateServers($server) {
$this->servers[] = $server;
}