You are here

function hosting_client_hosting_site_site_list_filters in Hosting 6.2

Same name and namespace in other branches
  1. 7.4 client/hosting_client.module \hosting_client_hosting_site_site_list_filters()
  2. 7.3 client/hosting_client.module \hosting_client_hosting_site_site_list_filters()

Implements hook_hosting_site_site_list_filters().

File

client/hosting_client.module, line 541

Code

function hosting_client_hosting_site_site_list_filters() {
  return array(
    'client',
  );
}