hal.settings.yml

Same filename and directory in other branches
  1. 9 core/modules/hal/config/install/hal.settings.yml
core/modules/hal/config/install/hal.settings.yml
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'.

... See full list

File

core/modules/hal/config/install/hal.settings.yml

View source
  1. # Set the domain for HAL type and relation links.
  2. # If left blank, the site's domain will be used.
  3. link_domain: ~
  4. # Before Drupal 8.5, the File entity 'uri' field value was overridden to return
  5. # the absolute file URL instead of the actual (stream wrapper) URI. The default
  6. # for new sites is now to return the actual URI as well as a root-relative file
  7. # URL. Enable this setting to use the previous behavior. For existing sites,
  8. # the previous behavior is kept by default.
  9. # @see hal_update_8501()
  10. # @see https://www.drupal.org/node/2925783
  11. 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.