Skip to content
TypeLinkManagerInterface.php 404 B
Newer Older
<?php

namespace Drupal\rest\LinkManager;

use Drupal\hal\LinkManager\TypeLinkManagerInterface as MovedTypeLinkManagerInterface;
/**
 * @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
 */
interface TypeLinkManagerInterface extends MovedTypeLinkManagerInterface {}