You are here

public function PhpBackendFactory::__construct in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 core/lib/Drupal/Core/Cache/PhpBackendFactory.php \Drupal\Core\Cache\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 25
Contains \Drupal\Core\Cache\PhpBackendFactory.

Class

PhpBackendFactory

Namespace

Drupal\Core\Cache

Code

public function __construct(CacheTagsChecksumInterface $checksum_provider) {
  $this->checksumProvider = $checksum_provider;
}