class LinkManager in Drupal 8
Same name in this branch
- 8 core/modules/hal/src/LinkManager/LinkManager.php \Drupal\hal\LinkManager\LinkManager
- 8 core/modules/rest/src/LinkManager/LinkManager.php \Drupal\rest\LinkManager\LinkManager
Hierarchy
- class \Drupal\hal\LinkManager\LinkManager implements LinkManagerInterface
- class \Drupal\rest\LinkManager\LinkManager implements LinkManagerInterface
Expanded class hierarchy of LinkManager
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 also
https://www.drupal.org/node/2830467
1 file declares its use of LinkManager
- RestServiceProvider.php in core/
modules/ rest/ src/ RestServiceProvider.php
File
- core/
modules/ rest/ src/ LinkManager/ LinkManager.php, line 13
Namespace
Drupal\rest\LinkManagerView source
class LinkManager extends MovedLinkManager implements LinkManagerInterface {
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
LinkManager:: |
protected | property | The relation link manager. | |
LinkManager:: |
protected | property | The type link manager. | |
LinkManager:: |
public | function |
Translates a REST URI into internal IDs. Overrides RelationLinkManagerInterface:: |
|
LinkManager:: |
public | function |
Gets the URI that corresponds to a field. Overrides RelationLinkManagerInterface:: |
|
LinkManager:: |
public | function |
Get a bundle's Typed Data IDs based on a URI. Overrides TypeLinkManagerInterface:: |
|
LinkManager:: |
public | function |
Gets the URI that corresponds to a bundle. Overrides TypeLinkManagerInterface:: |
|
LinkManager:: |
public | function |
Sets the link domain used in constructing link URIs. Overrides ConfigurableLinkManagerInterface:: |
|
LinkManager:: |
public | function | Constructor. |