Answers for "drupal 8 uninstall hook"

0

drupal 8 uninstall hook

function hook_uninstall() {

  // Remove the styles directory and generated images.
  file_unmanaged_delete_recursive(file_default_scheme() . '://styles');
}
Posted by: Guest on January-05-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language