1 install.core.inc _install_profile_modules_finished($success, $results, $operations)

'Finished' callback for module installation batch.

File

core/includes/install.core.inc, line 1747
API functions for installing Backdrop.

Code

function _install_profile_modules_finished($success, $results, $operations) {
  // Flush all caches to complete the module installation process. Subsequent
  // installation tasks will now have full access to the profile's modules.
  backdrop_flush_all_caches();
}