view core/modules/rest/src/LinkManager/RelationLinkManager.php @ 2:92f882872392

Trusted hosts, + remove migration modules
author Chris Cannam
date Tue, 05 Dec 2017 09:26:43 +0000
parents 4c8ae668cc8c
children
line wrap: on
line source
<?php

namespace Drupal\rest\LinkManager;

use Drupal\hal\LinkManager\RelationLinkManager as MovedLinkRelationManager;

/**
 * @deprecated in Drupal 8.3.x and will be removed before Drupal 9.0.0. This has
 *   been moved to the hal module. This exists solely for BC.
 *
 * @see https://www.drupal.org/node/2830467
 */
class RelationLinkManager extends MovedLinkRelationManager implements RelationLinkManagerInterface {}