You are here

service rest.link_manager.type in Zircon Profile 8

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

Class

Drupal\rest\LinkManager\TypeLinkManager
2 string references to rest.link_manager.type
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\TypeLinkManager
  2. arguments:
  3. - '@cache.default'
  4. - '@module_handler'
  5. - '@config.factory'
  6. - '@request_stack'