hal.settings.yml
Same filename in other branches
7 string references to 'hal.settings'
- CreateHalSettingsForLinkDomainUpdateTest::testHalSettingsCreated in core/
modules/ hal/ tests/ src/ Functional/ Update/ CreateHalSettingsForLinkDomainUpdateTest.php - Tests hal_update_8301().
- FileEntityNormalizer::__construct in core/
modules/ hal/ src/ Normalizer/ FileEntityNormalizer.php - Constructs a FileEntityNormalizer object.
- 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…
- 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…
- hal_update_8301 in core/
modules/ hal/ hal.install - Move 'link_domain' from 'rest.settings' to 'hal.settings'.
File
-
core/
modules/ hal/ config/ install/ hal.settings.yml
View source
- # Set the domain for HAL type and relation links.
- # If left blank, the site's domain will be used.
- link_domain: ~
- # Before Drupal 8.5, the File entity 'uri' field value was overridden to return
- # the absolute file URL instead of the actual (stream wrapper) URI. The default
- # for new sites is now to return the actual URI as well as a root-relative file
- # URL. Enable this setting to use the previous behavior. For existing sites,
- # the previous behavior is kept by default.
- # @see hal_update_8501()
- # @see https://www.drupal.org/node/2925783
- bc_file_uri_as_url_normalizer: false
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.