You are here

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\memcache

Code

public function getAll() {
  return $this->settings;
}