You are here

function favorites_service_help in MediaFront 6.2

Same name and namespace in other branches
  1. 6 services/favorites_service/favorites_service.module \favorites_service_help()

Implementation of hook_help().

File

services/favorites_service/favorites_service.module, line 12

Code

function favorites_service_help($section = 'admin/help#services_favorites') {
  switch ($section) {
    case 'admin/settings/modules#description':
      return t('Provides favorites methods to services applications. Requires services.module.');
  }
}