You are here

15 calls to file_unmanaged_delete() in Zircon Profile 8.0

ConfigController::downloadExport in core/modules/config/src/Controller/ConfigController.php
Downloads a tarball of the site configuration.
CssCollectionOptimizer::deleteAll in core/lib/Drupal/Core/Asset/CssCollectionOptimizer.php
Deletes all optimized asset collections assets.
File::preDelete in core/modules/file/src/Entity/File.php
Acts on entities before they are deleted and before hooks are invoked.
file_unmanaged_delete_recursive in core/includes/file.inc
Deletes all files and directories in the specified filepath recursively.
file_unmanaged_move in core/includes/file.inc
Moves a file to a new location without database changes or hook invocation.
ImageStyle::flush in core/modules/image/src/Entity/ImageStyle.php
Flushes cached media for this style.
JsCollectionOptimizer::deleteAll in core/lib/Drupal/Core/Asset/JsCollectionOptimizer.php
Deletes all optimized asset collections assets.
LocaleTranslationUiTest::testJavaScriptTranslation in core/modules/locale/src/Tests/LocaleTranslationUiTest.php
locale_translate_delete_translation_files in core/modules/locale/locale.bulk.inc
Deletes interface translation files and translation history records.
locale_uninstall in core/modules/locale/locale.install
Implements hook_uninstall().
RetrieveFileTest::testFileRetrieving in core/modules/system/src/Tests/System/RetrieveFileTest.php
Invokes system_retrieve_file() in several scenarios.
UnmanagedDeleteTest::testDirectory in core/modules/system/src/Tests/File/UnmanagedDeleteTest.php
Try deleting a directory.
UnmanagedDeleteTest::testMissing in core/modules/system/src/Tests/File/UnmanagedDeleteTest.php
Try deleting a missing file.
UnmanagedDeleteTest::testNormal in core/modules/system/src/Tests/File/UnmanagedDeleteTest.php
Delete a normal file.
_locale_rebuild_js in core/modules/locale/locale.module
(Re-)Creates the JavaScript translation file for a language.