service rest.link_manager.relation in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/rest/rest.services.yml \rest.link_manager.relation
Class
Drupal\rest\LinkManager\RelationLinkManager2 string references to rest.link_manager.relation
- RestLinkManagerTest::testRestLinkManagers in core/
modules/ rest/ src/ Tests/ RestLinkManagerTest.php - Tests that type hooks work as expected.
- RestLinkManagerTest::testRestLinkManagersNoInstallHook in core/
modules/ rest/ src/ Tests/ RestLinkManagerTest.php - Tests that type hooks work as expected even without install hook.
File
- core/
modules/ rest/ rest.services.yml - core/modules/rest/rest.services.yml
View source
- class: Drupal\rest\LinkManager\RelationLinkManager
- arguments:
- - '@cache.default'
- - '@entity.manager'
- - '@module_handler'
- - '@config.factory'
- - '@request_stack'