install_find_profiles

Versions
6 – 7
install_find_profiles()

Find all .profile files.

▾ 2 functions call install_find_profiles()

install_select_profile in ./install.php
Allow admin to select which profile to install.
install_task_list in ./install.php
Add the installation task list to the current page.

Code

./install.php, line 411

<?php
function install_find_profiles() {
  return file_scan_directory('./profiles', '\.profile$', array('.', '..', 'CVS'), 0, TRUE, 'name', 0);
}
?>
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.