Fusion Apply's hooks in Fusion Accelerator 7
Same name and namespace in other branches
- 7.2 fusion_apply/fusion_apply.api.php \fusion_apply_hooks
Hooks that can be implemented by other modules in order to implement the Fusion Apply API.
File
- fusion_apply/
fusion_apply.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
Name | Location | Description |
---|---|---|
hook_fusion_apply_api_VERSION |
fusion_apply/ |
Define the API version of Fusion Apply your code is compatible with. |
hook_fusion_apply_config |
fusion_apply/ |
Configure skins for this module. |
hook_fusion_apply_group_info |
fusion_apply/ |
Defines group(s) that will contain skins. |
hook_fusion_apply_group_info_alter |
fusion_apply/ |
Perform alterations on groups. |
hook_fusion_apply_group_PLUGIN_info |
fusion_apply/ |
Define one or more skin groups in an atomic plugin file. |
hook_fusion_apply_skin_info |
fusion_apply/ |
Define the skin(s) for this plugin. |
hook_fusion_apply_skin_info_alter |
fusion_apply/ |
Perform alterations on skins. |
hook_fusion_apply_skin_PLUGIN_info |
fusion_apply/ |
Define one or more skins in an atomic Fusion plugin file. |