You are here

public function MemcacheStatsInterface::getExtension in Memcache API and Integration 8.2

Returns the PECL extension for the memcache server.

Return value

string

1 method overrides MemcacheStatsInterface::getExtension()
MemcacheStatsObject::getExtension in memcache_admin/src/Stats/MemcacheStatsObject.php
@inheritDoc

File

memcache_admin/src/Stats/MemcacheStatsInterface.php, line 45

Class

MemcacheStatsInterface
Defines the Memcache connection interface.

Namespace

Drupal\memcache_admin\Stats

Code

public function getExtension() : string;