block.module
Version 1.399 (checked in on 2009/11/19 at 05:54:42 by webchick)
Controls the visual building blocks a page is constructed with.
Constants
| Name | Description |
|---|---|
| BLOCK_REGION_NONE | Denotes that a block is not enabled in any region and should not be shown. |
Functions
| Name | Description |
|---|---|
| block_block_configure | Implement hook_block_configure(). |
| block_block_info | Implement hook_block_info(). |
| block_block_info_alter | Implement hook_block_info_alter(). |
| block_block_save | Implement hook_block_save(). |
| block_block_view | Implement hook_block_view(). |
| block_custom_block_form | Define the custom block form. |
| block_custom_block_get | Returns information from database about a user-created (custom) block. |
| block_custom_block_save | Saves a user-created block in the database. |
| block_filter_format_delete | Implement hook_filter_format_delete(). |
| block_flush_caches | Implement hook_flush_caches(). |
| block_form_system_performance_settings_alter | Implement hook_form_FORM_ID_alter(). |
| block_form_system_themes_form_alter | Implement hook_form_FORM_ID_alter(). |
| block_form_user_profile_form_alter | Implement hook_form_FORM_ID_alter(). |
| block_get_blocks_by_region | Get a renderable array of a region containing all enabled blocks. |
| block_help | Implement hook_help(). |
| block_list | Return all blocks in the specified region for the current user. |
| block_load | Load a block object from the database. |
| block_menu | Implement hook_menu(). |
| block_menu_delete | Implement hook_menu_delete(). |
| block_page_build | Implement hook_page_build(). |
| block_permission | Implement hook_permission(). |
| block_system_themes_form_submit | Initialize blocks for enabled themes. |
| block_theme | Implement hook_theme(). |
| block_theme_initialize | Assign an initial, default set of blocks for a theme. |
| block_user_role_delete | Implement hook_user_role_delete(). |
| template_preprocess_block | Process variables for block.tpl.php |
| _block_custom_theme | Theme callback for the block configuration pages. |
| _block_get_cache_id | Assemble the cache_id to use for a given block. |
| _block_get_renderable_array | Get an array of blocks suitable for drupal_render(). |
| _block_load_blocks | Load blocks information from the database. |
| _block_rehash | Update the 'block' DB table with the blocks currently exported by modules. |
| _block_render_blocks | Render the content and subject for a set of blocks. |
| _block_themes_access | Menu item access callback - only admin or enabled themes can be accessed. |
