You are here

public static function MostPopularService::fetchDisabled in Drupal Most Popular 6

Same name and namespace in other branches
  1. 7 classes/services.php \MostPopularService::fetchDisabled()

Fetches all of the disabled services.

File

classes/services.php, line 242
Defines a wrapper for the mostpopular_services table.

Class

MostPopularService
@file Defines a wrapper for the mostpopular_services table.

Code

public static function fetchDisabled() {
  self::fetchAvailable();
  return self::$disabledList;
}