10 calls to drupal_chmod() in Zircon Profile 8
- DirectoryTest::testFileCheckDirectoryHandling in core/
modules/ system/ src/ Tests/ File/ DirectoryTest.php - Test directory handling functions.
- FileStorage::write in core/
lib/ Drupal/ Core/ Config/ FileStorage.php - Writes configuration data to the storage.
- file_prepare_directory in core/
includes/ file.inc - Checks that the directory exists and is writable.
- file_save_htaccess in core/
includes/ file.inc - Creates a .htaccess file in the given directory.
- file_save_upload in core/
modules/ file/ file.module - Saves file uploads to a new location.
- file_unmanaged_copy in core/
includes/ file.inc - Copies a file to a new location without invoking the file API.
- Image::chmod in core/
lib/ Drupal/ Core/ Image/ Image.php - Provides a wrapper for drupal_chmod() to allow unit testing.
- system_check_directory in core/
modules/ system/ system.module - Checks the existence of the directory specified in $form_element.
- _color_render_images in core/
modules/ color/ color.module - Renders images that match a given palette.
- _color_save_stylesheet in core/
modules/ color/ color.module - Saves the rewritten stylesheet to disk.