class RelationLinkManager in Drupal 8
Same name in this branch
- 8 core/modules/hal/src/LinkManager/RelationLinkManager.php \Drupal\hal\LinkManager\RelationLinkManager
- 8 core/modules/rest/src/LinkManager/RelationLinkManager.php \Drupal\rest\LinkManager\RelationLinkManager
Hierarchy
- class \Drupal\hal\LinkManager\LinkManagerBase
- class \Drupal\hal\LinkManager\RelationLinkManager implements RelationLinkManagerInterface uses DeprecatedServicePropertyTrait
- class \Drupal\rest\LinkManager\RelationLinkManager implements RelationLinkManagerInterface
- class \Drupal\hal\LinkManager\RelationLinkManager implements RelationLinkManagerInterface uses DeprecatedServicePropertyTrait
Expanded class hierarchy of RelationLinkManager
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 RelationLinkManager
- RestServiceProvider.php in core/
modules/ rest/ src/ RestServiceProvider.php
File
- core/
modules/ rest/ src/ LinkManager/ RelationLinkManager.php, line 13
Namespace
Drupal\rest\LinkManagerView source
class RelationLinkManager extends MovedLinkRelationManager implements RelationLinkManagerInterface {
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
DeprecatedServicePropertyTrait:: |
public | function | Allows to access deprecated/removed properties. | |
LinkManagerBase:: |
protected | property | Config factory service. | |
LinkManagerBase:: |
protected | property | Link domain used for type links URIs. | |
LinkManagerBase:: |
protected | property | The request stack. | |
LinkManagerBase:: |
protected | function | Gets the link domain. | |
LinkManagerBase:: |
public | function | ||
RelationLinkManager:: |
protected | property | ||
RelationLinkManager:: |
protected | property | ||
RelationLinkManager:: |
protected | property | The entity field manager. | |
RelationLinkManager:: |
protected | property | The entity bundle info. | |
RelationLinkManager:: |
protected | property | The entity type manager. | |
RelationLinkManager:: |
protected | property | Module handler service. | |
RelationLinkManager:: |
public | function |
Translates a REST URI into internal IDs. Overrides RelationLinkManagerInterface:: |
|
RelationLinkManager:: |
protected | function | Get the array of relation links. | |
RelationLinkManager:: |
public | function |
Gets the URI that corresponds to a field. Overrides RelationLinkManagerInterface:: |
|
RelationLinkManager:: |
protected | function | Writes the cache of relation links. | |
RelationLinkManager:: |
public | function | Constructor. |