You are here

rest.settings.yml in Drupal 8

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

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