function hook_field_group_info in Field Group 7.2
Same name and namespace in other branches
- 7 field_group.api.php \hook_field_group_info()
Implements hook_field_group_info(). Don't forget to include the ctools hook to notify that your modules has field group exports.
See also
hook_ctools_plugin_api.
File
- ./
field_group.api.php, line 344 - Hooks provided by the Field group module.
Code
function hook_field_group_info() {
}