You are here

public static function MostPopularService::fetchEnabled in Drupal Most Popular 7

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

Fetches all of the enabled services.

File

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

Class

MostPopularService
@file Defines a wrapper for the mostpopular_services table.

Code

public static function fetchEnabled() {
  self::fetchAvailable();
  return self::$enabledList;
}