system.file.yml

drupal/core/modules/system/config/system.file.yml
10 string references to 'system.file'
DirectoryTest::testFileDirectoryTemp in drupal/core/modules/system/lib/Drupal/system/Tests/File/DirectoryTest.php
Ensure that the file_directory_temp() function always returns a value.
FileSystemForm::buildForm in drupal/core/modules/system/lib/Drupal/system/Form/FileSystemForm.php
Implements \Drupal\Core\Form\FormInterface::buildForm().
file_directory_temp in drupal/core/includes/file.inc
Gets and sets the path of the configured temporary directory.
SaveUploadTest::testHandleDangerousFile in drupal/core/modules/file/lib/Drupal/file/Tests/SaveUploadTest.php
Test dangerous file handling.
StreamWrapperTest::testUriFunctions in drupal/core/modules/system/lib/Drupal/system/Tests/File/StreamWrapperTest.php
Test the URI and target functions.

... See full list

File

drupal/core/modules/system/config/system.file.yml
View source
  1. allow_insecure_uploads: '0'
  2. # chmod variables should be a string in PHP Octal Notation.
  3. chmod:
  4. directory: '0775'
  5. file: '0664'
  6. default_scheme: 'public'
  7. path:
  8. private: ''
  9. temporary: ''