rest.settings.yml

core/modules/rest/config/install/rest.settings.yml
7 string references to 'rest.settings'
EntityResourcePermissionsUpdateTest::testBcEntityResourcePermissionSettingAdded in core/modules/rest/tests/src/Functional/Update/EntityResourcePermissionsUpdateTest.php
Tests rest_update_8203().
hal_update_8301 in core/modules/hal/hal.install
Move 'link_domain' from 'rest.settings' to 'hal.settings'.
MigrateLinkDomainSettingFromRestToHalUpdateTest::testLinkDomainMigratedFromRestSettingsToHalSettings in core/modules/hal/tests/src/Functional/Update/MigrateLinkDomainSettingFromRestToHalUpdateTest.php
Tests hal_update_8301().
RequestHandler::prepareResponse in core/modules/rest/src/RequestHandler.php
Prepares the REST resource response.
RestConfigSubscriber::onSave in core/modules/rest/src/EventSubscriber/RestConfigSubscriber.php
Informs the router builder a rebuild is needed when necessary.

... See full list

File

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

View source
  1. # Before Drupal 8.2, EntityResource used permissions as well as the entity
  2. # access system for access checking. This was confusing, and it only did this
  3. # for historical reasons. New Drupal installations opt out from this by default
  4. # (hence this is set to false), existing installations opt in to it.
  5. # @see rest_update_8203()
  6. # @see https://www.drupal.org/node/2664780
  7. bc_entity_resource_permissions: false

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.