Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x

file.settings.yml

core/modules/file/config/install/file.settings.yml
3 string references to 'file.settings'
FileEventSubscriber::sanitizeFilename in core/modules/file/src/EventSubscriber/FileEventSubscriber.php
Sanitizes the filename of a file being uploaded.
FileHooks::formSystemFileSystemSettingsAlter in core/modules/file/src/Hook/FileHooks.php
Implements hook_form_FORM_ID_alter().
FileWidget::process in core/modules/file/src/Plugin/Field/FieldWidget/FileWidget.php
Form API callback: Processes a file_generic field element.

File

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

View source
  1. description:
  2. type: 'textfield'
  3. length: 128
  4. icon:
  5. directory: 'core/modules/file/icons'
  6. make_unused_managed_files_temporary: false
  7. filename_sanitization:
  8. transliterate: false
  9. replace_whitespace: false
  10. replace_non_alphanumeric: false
  11. deduplicate_separators: false
  12. lowercase: false
  13. replacement_character: '-'
RSS feed
Powered by Drupal