function PhpBackendFactory::__construct
Constructs a PhpBackendFactory object.
Parameters
\Drupal\Core\Cache\CacheTagsChecksumInterface $checksum_provider: The cache tags checksum provider.
File
-
core/
lib/ Drupal/ Core/ Cache/ PhpBackendFactory.php, line 20
Class
Namespace
Drupal\Core\CacheCode
public function __construct(CacheTagsChecksumInterface $checksum_provider) {
$this->checksumProvider = $checksum_provider;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.