public function TypeLinkManager::__construct

Constructor.

Parameters

\Drupal\Core\Cache\CacheBackendInterface $cache: The injected cache backend for caching type URIs.

File

drupal/core/modules/rest/lib/Drupal/rest/LinkManager/TypeLinkManager.php, line 27
Contains \Drupal\rest\LinkManager\TypeLinkManager.

Class

TypeLinkManager

Namespace

Drupal\rest\LinkManager

Code

public function __construct(CacheBackendInterface $cache) {
  $this->cache = $cache;
}