You are here

service rest.link_manager.relation in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 core/modules/rest/rest.services.yml \rest.link_manager.relation

Class

Drupal\rest\LinkManager\RelationLinkManager
2 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
  1. class: Drupal\rest\LinkManager\RelationLinkManager
  2. arguments:
  3. - '@cache.default'
  4. - '@entity.manager'
  5. - '@module_handler'
  6. - '@config.factory'
  7. - '@request_stack'