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.
File
-
core/
modules/ rest/ config/ install/ rest.settings.yml
View source
- # Before Drupal 8.2, EntityResource used permissions as well as the entity
- # access system for access checking. This was confusing, and it only did this
- # for historical reasons. New Drupal installations opt out from this by default
- # (hence this is set to false), existing installations opt in to it.
- # @see rest_update_8203()
- # @see https://www.drupal.org/node/2664780
- bc_entity_resource_permissions: false
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.