function sharebar_buttons_def in ShareBar 7
Same name and namespace in other branches
- 8 sharebar.module \sharebar_buttons_def()
- 6 sharebar.module \sharebar_buttons_def()
- 7.2 sharebar.module \sharebar_buttons_def()
Function to defines default values.
7 calls to sharebar_buttons_def()
- sharebar_addbutton in ./
sharebar.admin.inc - Form builder: create buttons.
- sharebar_addbutton_submit in ./
sharebar.admin.inc - Submit handler for hook_addbutton().
- sharebar_button_confirm_delete in ./
sharebar.admin.inc - Form builder: delete buttons.
- sharebar_button_confirm_delete_submit in ./
sharebar.admin.inc - Submit handler for hook_button_confirm_delete().
- sharebar_machine_name_load in ./
sharebar.admin.inc - Callback to load existing machine name.
File
- ./
sharebar.module, line 299 - Various module information.
Code
function sharebar_buttons_def() {
module_load_include('inc', 'sharebar', 'sharebar.var');
$def = _sharebar_buttons_def();
return $def;
}