You are here

function hook_opigno_tool_alter in Opigno 7

Implements hook_opigno_tool_alter().

Parameters

array $tools: An array of all available tools. These can be updated here.

1 function implements hook_opigno_tool_alter()

Note: this list is generated by pattern matching, so it may include some functions that are not actually implementations of this hook.

opigno_simple_ui_opigno_tool_alter in modules/simple_ui/opigno_simple_ui.module
Implements hook_opigno_tool_alter().
1 invocation of hook_opigno_tool_alter()
opigno_get_tools in ./opigno.module
Fetches the list of tools for the platform.

File

./opigno.api.php, line 69
Defines the Opigno LMS specific API and hooks

Code

function hook_opigno_tool_alter(&$tools) {
  $tools['tool_machine_name']['name'] = t("Updated Quiz name");
}