default_profile_details

Versions
5 – 6
default_profile_details()

Return a description of the profile for the initial installation screen.

Return value

An array with keys 'name' and 'description' describing this profile, and optional 'language' to override the language selection for language-specific profiles.

Code

profiles/default/default.profile, line 21

<?php
function default_profile_details() {
  return array(
    'name' => 'Drupal',
    'description' => 'Select this profile to enable some basic Drupal functionality and the default theme.'
  );
}
?>
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.