function _install_profile_modules_finished

Implements callback_batch_finished().

'Finished' callback for module installation batch.

1 string reference to '_install_profile_modules_finished'
install_profile_modules in includes/install.core.inc
Installs required modules via a batch process.

File

includes/install.core.inc, line 1630

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.
    drupal_flush_all_caches();
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.