You are here

7 calls to MostPopularService::fetchAvailable() in Drupal Most Popular 6

MostPopularService::fetch in classes/services.php
Fetches the service with the given service ID.
MostPopularService::fetchByModule in classes/services.php
Fetches the service with the given module and delta.
MostPopularService::fetchDisabled in classes/services.php
Fetches all of the disabled services.
MostPopularService::fetchEnabled in classes/services.php
Fetches all of the enabled services.
MostPopularService::fetchSorted in classes/services.php
Fetches all of the configured services. The enabled services will appear first, sorted by weight, followed by the disabled services sorted by module.
MostPopularService::getDefault in classes/services.php
Returns the default service
MostPopularService::numServices in classes/services.php
Returns the number of configured services, both enabled and disabled.