You are here

function _opigno_tincan_api_tincanphp_is_installed in Opigno TinCan API 7

Check if the library TinCanPHP is installed

12 calls to _opigno_tincan_api_tincanphp_is_installed()
opigno_tincan_api_h5p_statements_page in modules/opigno_tincan_api_h5p_statements/opigno_tincan_api_h5p_statements.module
Menu callback for JavaScript event relay.
opigno_tincan_api_openbadges_statements_opigno_openbadge_assertion_created in modules/opigno_tincan_api_openbadges_statements/opigno_tincan_api_openbadges_statements.module
Implements hook_opigno_openbadge_assertion_created().
_opigno_tincan_api_context_set_grouping in includes/opigno_tincan_api.statements_func.inc
_opigno_tincan_api_context_set_language in includes/opigno_tincan_api.statements_func.inc
_opigno_tincan_api_context_set_parents in includes/opigno_tincan_api.statements_func.inc

... See full list

File

./opigno_tincan_api.module, line 121

Code

function _opigno_tincan_api_tincanphp_is_installed() {
  return class_exists('TinCan\\Statement');
}