public function MemcacheSettings::getAll in Memcache API and Integration 8.2
Returns all Memcache settings.
Return value
array All settings.
File
- src/
MemcacheSettings.php, line 55
Class
- MemcacheSettings
- Class for holding Memcache related config.
Namespace
Drupal\memcacheCode
public function getAll() {
return $this->settings;
}