You are here

Functions in Checklist API 8

Primary tabs

Namesort descending Location Description Direct uses Strings
callback_checklistapi_checklist_items ./checklistapi.api.php Define the checklist items for a given checklist. 1
checklistapiexample_checklistapi_checklist_info checklistapiexample/checklistapiexample.module Implements hook_checklistapi_checklist_info().
checklistapiexample_checklistapi_checklist_info_alter checklistapiexample/checklistapiexample.module Implements hook_checklistapi_checklist_info_alter().
checklistapiexample_checklistapi_checklist_items checklistapiexample/checklistapiexample.module Implements callback_checklistapi_checklist_items() for example_checklist. 1
checklistapiexample_uninstall checklistapiexample/checklistapiexample.install Implements hook_uninstall().
checklistapiexample_update_8101 checklistapiexample/checklistapiexample.install Move saved progress from old config storage to new state storage.
checklistapi_add_checklist_items ./checklistapi.module Adds the checklist items to a given definition. 1
checklistapi_checklist_access ./checklistapi.module Access callback: Checks the current user's access to a given checklist. 4
checklistapi_checklist_load ./checklistapi.module Loads a checklist object. 7
checklistapi_compact_mode_is_on ./checklistapi.module Determines whether the current user is in compact mode. 1
checklistapi_get_checklist_info ./checklistapi.module Gets checklist definitions. 7 1
checklistapi_help ./checklistapi.module Implements hook_help().
checklistapi_module_preinstall ./checklistapi.module Implements hook_module_preinstall().
checklistapi_sort_array ./checklistapi.module Recursively sorts array elements by #weight. 2
checklistapi_strtolowercamel ./checklistapi.module Converts a string to lowerCamel case, suitably for a class property name. 2
checklistapi_theme ./checklistapi.module Implements hook_theme().
checklistapi_update_8001 ./checklistapi.install Update saved progress configuration to new schema.
hook_checklistapi_checklist_info ./checklistapi.api.php Define all checklists provided by the module.
hook_checklistapi_checklist_info_alter ./checklistapi.api.php Alter checklist definitions.

Other projects