function CacheCollectorHelper::normalizeLockName
Overrides CacheCollector::normalizeLockName
File
-
core/
tests/ Drupal/ Tests/ Core/ Cache/ CacheCollectorHelper.php, line 72
Class
- CacheCollectorHelper
- Helper class to test the cache collector.
Namespace
Drupal\Tests\Core\CacheCode
public function normalizeLockName($cid) {
return parent::normalizeLockName($cid);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.