You are here

function views_handler_field_hosting_package_site_count::click_sort in Hosting 6.2

File

package/views/views_handler_field_hosting_package_site_count.inc, line 19

Class

views_handler_field_hosting_package_site_count
A handler to provide a count of sites using a given package.

Code

function click_sort($order) {
  $this->query
    ->add_orderby(NULL, NULL, $order, $this->field);
}