public static function MostPopularService::fetchDisabled in Drupal Most Popular 7
Same name and namespace in other branches
- 6 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;
}