function MemoryBackendFactory::__construct

Same name and namespace in other branches
  1. 10 core/lib/Drupal/Core/Cache/MemoryBackendFactory.php \Drupal\Core\Cache\MemoryBackendFactory::__construct()

Constructs a MemoryBackendFactory object.

Parameters

\Drupal\Component\Datetime\TimeInterface $time: The time service.

File

core/lib/Drupal/Core/Cache/MemoryBackendFactory.php, line 22

Class

MemoryBackendFactory

Namespace

Drupal\Core\Cache

Code

public function __construct(TimeInterface $time) {
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.