RelationLinkManagerInterface.php
Same filename in this branch
Same filename in other branches
Namespace
Drupal\rest\LinkManagerFile
-
core/
modules/ rest/ src/ LinkManager/ RelationLinkManagerInterface.php
View source
<?php
namespace Drupal\rest\LinkManager;
use Drupal\hal\LinkManager\RelationLinkManagerInterface as MovedRelationLinkManagerInterface;
/**
* @deprecated in drupal:8.3.0 and is removed from 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 RelationLinkManagerInterface extends MovedRelationLinkManagerInterface {
}
Interfaces
Title | Deprecated | Summary |
---|---|---|
RelationLinkManagerInterface | in drupal:8.3.0 and is removed from drupal:9.0.0. This has been moved to the hal module. This exists solely for BC. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.