LinkManagerBase.php

Same filename in this branch
  1. 8.9.x core/modules/hal/src/LinkManager/LinkManagerBase.php
Same filename and directory in other branches
  1. 9 core/modules/hal/src/LinkManager/LinkManagerBase.php

Namespace

Drupal\rest\LinkManager

File

core/modules/rest/src/LinkManager/LinkManagerBase.php

View source
<?php

namespace Drupal\rest\LinkManager;

use Drupal\hal\LinkManager\LinkManagerBase as MovedLinkManagerBase;

/**
 * @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
 */
abstract class LinkManagerBase extends MovedLinkManagerBase {

}

Classes

Title Deprecated Summary
LinkManagerBase

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.