default_profile_modules

Versions
5 – 6
default_profile_modules()

Return an array of the modules to be enabled when this profile is installed.

Return value

An array of modules to enable.

Code

profiles/default/default.profile, line 9

<?php
function default_profile_modules() {
  return array('color', 'comment', 'help', 'menu', 'taxonomy', 'dblog');
}
?>
Login or register to post comments
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.