You are here

function hosting_platform_hosting_site_site_list_filters in Hosting 7.4

Same name and namespace in other branches
  1. 6.2 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 1002
Platform node type definition.

Code

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