You are here

service hal.link_manager.type in Drupal 8

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

Class

Drupal\hal\LinkManager\TypeLinkManager
2 string references to hal.link_manager.type
HalLinkManagerTest::testGetTypeUri in core/modules/hal/tests/src/Kernel/HalLinkManagerTest.php
@covers ::getTypeUri @dataProvider providerTestGetTypeUri @expectedDeprecation The deprecated alter hook hook_rest_type_uri_alter() is implemented in these functions: hal_test_rest_type_uri_alter. This hook is deprecated in Drupal 8.3.x and will be…
RestServiceProvider::register in core/modules/rest/src/RestServiceProvider.php
Registers services to the container.

File

core/modules/hal/hal.services.yml
core/modules/hal/hal.services.yml

View source
  1. class: Drupal\hal\LinkManager\TypeLinkManager
  2. arguments:
  3. - '@cache.default'
  4. - '@module_handler'
  5. - '@config.factory'
  6. - '@request_stack'
  7. - '@entity_type.bundle.info'
  8. - '@entity_type.manager'