Clean Files Entity
141 sites
Security covered
Drupal 10β11
This module automatically cleans up entity files that are no longer in use, with cleanup performed by cron.
πΊπ¦
This module is maintained by Ukrainian developers.Please consider supporting Ukraine in a fight for their freedom and safety of Europe.
Module for automatically cleaning entity files that are no longer in use.
Files are cleaned by cron. To configure, you need to add lines to the file settings.php.
$config['clean_files_entity'] = [
'folders' => [
'public://node_images/',
],
'max' => 100
];
Depends on
Dependencies of the latest stable release
No dependencies recorded for this project.
Required by
Tracked projects that depend on this one
No tracked projects depend on this one yet.