rabbit_hole.behavior_settings.default.yml in Rabbit Hole 2.x
Same filename and directory in other branches
config/install/rabbit_hole.behavior_settings.default.yml
2 string references to 'rabbit_hole.behavior_settings.default'
- BehaviorSettingsManager::loadBehaviorSettingsAsConfig in src/
BehaviorSettingsManager.php - Load behaviour settings for an entity or bundle, or load the defaults.
- RabbitHoleBehaviorSettingsTest::testBundleSettingsDefault in tests/
src/ Functional/ RabbitHoleBehaviorSettingsTest.php - Test that the default bundle settings exist and have the expected values.
File
config/install/rabbit_hole.behavior_settings.default.ymlView source
- id: default
- entity_type_id : null
- entity_id : null
- action: "display_page"
- # Allow
- allow_override: 1
- # N/A
- redirect_code: 0
- redirect: ''
- redirect_fallback_action: "access_denied"