function _install_profile_modules_finished

_install_profile_modules_finished($success, $results, $operations)

Implements callback_batch_finished().

'Finished' callback for module installation batch.

File

includes/install.core.inc, line 1619
API functions for installing Drupal.

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

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/includes!install.core.inc/function/_install_profile_modules_finished/7.x