You are here

function user_badges_products_help in User Badges 6

Same name and namespace in other branches
  1. 6.2 user_badges_products.module \user_badges_products_help()

Implementation of hook_help().

File

./user_badges_products.module, line 22
@brief User Badges Product module file

Code

function user_badges_products_help($path, $arg) {
  switch ($path) {
    case 'admin/user/user_badges/products':
      return t("For each ecommerce product listed below, select the badge that will be assigned to users upon payment completion.");
  }
}