You are here

Functions in MultiBlock 7

Primary tabs

Namesort descending Location Description Direct uses Strings
hook_modules_uninstalled ./multiblock.module Implements hook_modules_uninstalled().
multiblock_add ./multiblock.module Add a multiblock instance. 1
multiblock_add_form ./multiblock.module "Add Instance" form. 1
multiblock_add_form_submit ./multiblock.module Add block instance to database from "Add Block Instance" form.
multiblock_add_form_validate ./multiblock.module Validate "Add Block Instance" form.
multiblock_blockinfo_from_form ./multiblock.module Get the module and delta from the "Add Block Instance" block form element. 2
multiblock_block_configure ./multiblock.module Implements hook_block_configure().
multiblock_block_info ./multiblock.module Implements hook_block_info().
multiblock_block_save ./multiblock.module Implements hook_block_save().
multiblock_block_sort ./multiblock.module Custom sort based on info element of array. 1
multiblock_block_view ./multiblock.module Implements hook_block_view().
multiblock_call_block ./multiblock.module Dispatch a hook_block call to its respective module. Paramater $delta is the new multiblock delta that we're using and $op is the op we are dispatching. 3
multiblock_delete ./multiblock.module Delete a multiblock instance. 1
multiblock_delete_form ./multiblock.module 1
multiblock_delete_form_submit ./multiblock.module
multiblock_general ./multiblock.module Page callback for the "Manage Block Instances page". 1
multiblock_get_block ./multiblock.module Fetch a given block from the multiblock database table. 5
multiblock_get_block_title ./multiblock.module Get title of a block by its module and delta. 1
multiblock_menu ./multiblock.module Implements hook_menu().
multiblock_preprocess_block ./multiblock.module Implements hook_preprocess_block().
multiblock_schema ./multiblock.install @file Install, update and uninstall functions for the multiblock module.
multiblock_theme ./multiblock.module Implementation of hook_theme().
theme_multiblock_general ./multiblock.module Theme function for the "Manage Block Instances" page.

Other projects