Skip to content
RelationLinkManager.php 373 B
Newer Older
<?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.
 */
class RelationLinkManager extends MovedLinkRelationManager implements RelationLinkManagerInterface {}