Hierarchy
- class \Drupal\rest\LinkManager\LinkManagerBase
- class \Drupal\rest\LinkManager\TypeLinkManager implements TypeLinkManagerInterface
 
 
File
- core/modules/rest/src/LinkManager/TypeLinkManager.php, line 12
 
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 | |
| TypeLinkManager::$bundleInfoService | protected | property | The bundle info service. | 
| TypeLinkManager::$cache | protected | property | Injected cache backend. | 
| TypeLinkManager::$moduleHandler | protected | property | Module handler service. | 
| TypeLinkManager::getTypeInternalIds | public | function | Get a bundle's Typed Data IDs based on a URI. Overrides TypeLinkManagerInterface::getTypeInternalIds | 
| TypeLinkManager::getTypes | protected | function | Get the array of type links. | 
| TypeLinkManager::getTypeUri | public | function | Gets the URI that corresponds to a bundle. Overrides TypeLinkManagerInterface::getTypeUri | 
| TypeLinkManager::writeCache | protected | function | Writes the cache of type links. | 
| TypeLinkManager::__construct | public | function | Constructor. | 
Please login to continue.