function install_find_profiles

Finds all .profile files.

1 call to install_find_profiles()
install_select_profile in includes/install.core.inc
Selects which profile to install.

File

includes/install.core.inc, line 1035

Code

function install_find_profiles() {
    return file_scan_directory('./profiles', '/\\.profile$/', array(
        'key' => 'name',
    ));
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.