You are here

function _hosting_package_types in Hosting 5

Same name and namespace in other branches
  1. 6.2 package/hosting_package.module \_hosting_package_types()
  2. 7.4 package/hosting_package.module \_hosting_package_types()
  3. 7.3 package/hosting_package.module \_hosting_package_types()
1 call to _hosting_package_types()
hosting_package_menu in package/hosting_package.module

File

package/hosting_package.module, line 10

Code

function _hosting_package_types() {
  return array(
    'profile' => t('Installation Profiles'),
    'module' => t('Modules'),
    'theme' => t('Themes'),
  );
}