CacheCollector::getCid

protected CacheCollector::getCid()

Gets the cache ID.

Return value

string

File

core/lib/Drupal/Core/Cache/CacheCollector.php, line 126

Class

CacheCollector
Default implementation for CacheCollectorInterface.

Namespace

Drupal\Core\Cache

Code

protected function getCid() {
  return $this->cid;
}
doc_Drupal
2016-10-29 08:49:22
Comments
Leave a Comment

Please login to continue.