You are here

function hosting_platform_hosting_site_site_list_filters in Hosting 6.2

Same name and namespace in other branches
  1. 7.4 platform/hosting_platform.module \hosting_platform_hosting_site_site_list_filters()
  2. 7.3 platform/hosting_platform.module \hosting_platform_hosting_site_site_list_filters()

Implements hook_hosting_site_site_list_filters().

File

platform/hosting_platform.module, line 576
Platform node type definition.

Code

function hosting_platform_hosting_site_site_list_filters() {
  return array(
    'platform',
  );
}