You are here

Skinrs hooks in Skinr 8.2

Same name and namespace in other branches
  1. 6.2 docs/docs.php \skinr_hooks
  2. 6 docs/docs.php \skinr_hooks
  3. 7.2 skinr.api.php \skinr_hooks

Hooks that can be implemented by other modules in order to implement the Skinr API.

File

./skinr.api.php, line 15
This file contains no working PHP code; it exists to provide additional documentation for doxygen as well as to document hooks in the standard Drupal manner.

Functions

Namesort descending Location Description
hook_skinr_api_VERSION ./skinr.api.php Define the API version of Skinr your code is compatible with.
hook_skinr_config ./skinr.api.php Configure Skinr for this module.
hook_skinr_elements ./skinr.api.php Return an array of element ids.
hook_skinr_group_info ./skinr.api.php Defines group(s) that will contain skins.
hook_skinr_group_info_alter ./skinr.api.php Perform alterations on Skinr groups.
hook_skinr_group_PLUGIN_info ./skinr.api.php Define one or more skin groups in an atomic Skinr plugin file.
hook_skinr_implements_alter ./skinr.api.php Alter the registry of modules implementing a skinr hook.
hook_skinr_preprocess_alter ./skinr.api.php Perform alterations on skin configuration objects before they are applied.
hook_skinr_skin_info ./skinr.api.php Define the skin(s) for this Skinr plugin.
hook_skinr_skin_info_alter ./skinr.api.php Perform alterations on Skinr skins.
hook_skinr_skin_PLUGIN_info ./skinr.api.php Define one or more skins in an atomic Skinr plugin file.
hook_skinr_theme_hooks ./skinr.api.php Provide a list of all available theme hooks for a given element.
hook_skinr_theme_hooks_alter ./skinr.api.php Perform alterations to theme hooks before widgets are rendered.