social_file_private.services.yml in Open Social 8.7
Same filename and directory in other branches
- 8.9 modules/custom/social_file_private/social_file_private.services.yml
- 8 modules/custom/social_file_private/social_file_private.services.yml
- 8.2 modules/custom/social_file_private/social_file_private.services.yml
- 8.3 modules/custom/social_file_private/social_file_private.services.yml
- 8.4 modules/custom/social_file_private/social_file_private.services.yml
- 8.5 modules/custom/social_file_private/social_file_private.services.yml
- 8.6 modules/custom/social_file_private/social_file_private.services.yml
- 8.8 modules/custom/social_file_private/social_file_private.services.yml
- 10.3.x modules/custom/social_file_private/social_file_private.services.yml
- 10.0.x modules/custom/social_file_private/social_file_private.services.yml
- 10.1.x modules/custom/social_file_private/social_file_private.services.yml
- 10.2.x modules/custom/social_file_private/social_file_private.services.yml
modules/custom/social_file_private/social_file_private.services.yml
File
modules/custom/social_file_private/social_file_private.services.ymlView source
- services:
- social_file_private_fields.overrider:
- class: \Drupal\social_file_private\SocialFilePrivateFieldsConfigOverride
- tags:
- - {name: config.factory.override, priority: 5}
- social_file_private_text_editor.overrider:
- class: \Drupal\social_file_private\SocialFilePrivateTextEditorConfigOverride
- arguments: ['@config.factory']
- tags:
- - {name: config.factory.override, priority: 5}