function PhpBackend::get
Same name in other branches
- 9 core/lib/Drupal/Core/Cache/PhpBackend.php \Drupal\Core\Cache\PhpBackend::get()
- 10 core/lib/Drupal/Core/Cache/PhpBackend.php \Drupal\Core\Cache\PhpBackend::get()
- 11.x core/lib/Drupal/Core/Cache/PhpBackend.php \Drupal\Core\Cache\PhpBackend::get()
Overrides CacheBackendInterface::get
1 call to PhpBackend::get()
- PhpBackend::getMultiple in core/
lib/ Drupal/ Core/ Cache/ PhpBackend.php - Returns data from the persistent cache when given an array of cache IDs.
File
-
core/
lib/ Drupal/ Core/ Cache/ PhpBackend.php, line 57
Class
- PhpBackend
- Defines a PHP cache implementation.
Namespace
Drupal\Core\CacheCode
public function get($cid, $allow_invalid = FALSE) {
return $this->getByHash($this->normalizeCid($cid), $allow_invalid);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.