You are here

function hosting_package_hosting_site_site_list_filters in Hosting 7.3

Same name and namespace in other branches
  1. 6.2 package/hosting_package.module \hosting_package_hosting_site_site_list_filters()
  2. 7.4 package/hosting_package.module \hosting_package_hosting_site_site_list_filters()

Implements hook_hosting_site_site_list_filters().

File

package/hosting_package.module, line 372
Defines package node types

Code

function hosting_package_hosting_site_site_list_filters() {
  return array(
    'profile',
  );
}