public function RelationLinkManager::__construct

Constructor.

Parameters

\Drupal\Core\Cache\CacheBackendInterface $cache: The cache of relation URIs and their associated Typed Data IDs.

File

drupal/core/modules/rest/lib/Drupal/rest/LinkManager/RelationLinkManager.php, line 25
Contains \Drupal\rest\LinkManager\RelationLinkManager.

Class

RelationLinkManager

Namespace

Drupal\rest\LinkManager

Code

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