Hierarchy
- class \Drupal\rest\LinkManager\LinkManagerBase
- class \Drupal\rest\LinkManager\RelationLinkManager implements RelationLinkManagerInterface
File
- core/modules/rest/src/LinkManager/RelationLinkManager.php, line 13
Namespace
Drupal\rest\LinkManager
Members
| Name | Modifiers | Type | Description |
|---|---|---|---|
| LinkManagerBase::$configFactory | protected | property | Config factory service. |
| LinkManagerBase::$linkDomain | protected | property | Link domain used for type links URIs. |
| LinkManagerBase::$requestStack | protected | property | The request stack. |
| LinkManagerBase::getLinkDomain | protected | function | Gets the link domain. |
| LinkManagerBase::setLinkDomain | public | function | |
| RelationLinkManager::$cache | protected | property | |
| RelationLinkManager::$entityManager | protected | property | Entity manager. |
| RelationLinkManager::$moduleHandler | protected | property | Module handler service. |
| RelationLinkManager::getRelationInternalIds | public | function | Translates a REST URI into internal IDs. Overrides RelationLinkManagerInterface::getRelationInternalIds |
| RelationLinkManager::getRelations | protected | function | Get the array of relation links. |
| RelationLinkManager::getRelationUri | public | function | Gets the URI that corresponds to a field. Overrides RelationLinkManagerInterface::getRelationUri |
| RelationLinkManager::writeCache | protected | function | Writes the cache of relation links. |
| RelationLinkManager::__construct | public | function | Constructor. |
Please login to continue.