function ThemeUpdater::postInstallTasks
Overrides Updater::postInstallTasks
File
-
modules/
system/ system.updater.inc, line 144
Class
- ThemeUpdater
- Class for updating themes using FileTransfer classes via authorize.php.
Code
public function postInstallTasks() {
return array(
l(t('Enable newly added themes'), 'admin/appearance'),
l(t('Administration pages'), 'admin'),
);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.