service hal.link_manager.relation in Drupal 8
Same name and namespace in other branches
- 9 core/modules/hal/hal.services.yml \hal.link_manager.relation
Class
Drupal\hal\LinkManager\RelationLinkManager3 string references to hal.link_manager.relation
- HalLinkManagerTest::testGetRelationInternalIds in core/modules/ hal/ tests/ src/ Kernel/ HalLinkManagerTest.php 
- @covers ::getRelationInternalIds
- HalLinkManagerTest::testGetRelationUri in core/modules/ hal/ tests/ src/ Kernel/ HalLinkManagerTest.php 
- @covers ::getRelationUri @dataProvider providerTestGetRelationUri @expectedDeprecation The deprecated alter hook hook_rest_relation_uri_alter() is implemented in these functions: hal_test_rest_relation_uri_alter. This hook is deprecated in Drupal…
- 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
- class: Drupal\hal\LinkManager\RelationLinkManager
- arguments:
-   - '@cache.default'
-   - '@entity_type.manager'
-   - '@module_handler'
-   - '@config.factory'
-   - '@request_stack'
-   - '@entity_type.bundle.info'
-   - '@entity_field.manager'
