You are here

Functions in Regions 6

Primary tabs

Namesort descending Location Description Direct uses Strings
hook_define_regions ./regions.api.php Hook allowing modules to define regions.
hook_regions_blocks_alter ./regions.api.php Hook allowing other modules to alter any newly defined regions blocks array before the each block object is rendered by theme_block().
hook_regions_region_alter ./regions.api.php Hook allowing other modules to alter the region array before the each element is concatenated into a single HTML string.
regions_footer ./regions.module Implementation of hook_footer().
regions_help ./regions.module Implementation of hook_help().
regions_init ./regions.module Implementation of hook_init().
regions_perm ./regions.module Implementation of hook_perm().
regions_preprocess_page ./regions.module Implementation of hook_preprocess_page().
regions_preprocess_pre_page ./regions.module Preprocessor that runs *before* template_preprocess_page(). 1
regions_system_info_alter ./regions.module Implementation of hook_system_info_alter().
regions_theme_registry_alter ./regions.module Implementation of hook_theme_registry_alter().
_regions_blocks ./regions.module Helper function to get a list of blocks per region, as provided by core block and context modules. 1
_regions_list ./regions.module Helper function lists newly defined regions against regions already declared by a theme. 4

Other projects