ConfigurableLinkManagerInterface.php in Drupal 8
Namespace
Drupal\rest\LinkManagerFile
core/modules/rest/src/LinkManager/ConfigurableLinkManagerInterface.phpView source
<?php
namespace Drupal\rest\LinkManager;
use Drupal\hal\LinkManager\ConfigurableLinkManagerInterface as MovedConfigurableLinkManagerInterface;
/**
* @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 ConfigurableLinkManagerInterface extends MovedConfigurableLinkManagerInterface {
}
Interfaces
Name | Description |
---|---|
ConfigurableLinkManagerInterface Deprecated |