| [ Index ] |
PHP Cross Reference of Drupal 6 (gatewave) |
[Source view] [Print] [Project Stats]
(no description)
| File Size: | 578 lines (23 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
| block_help($path, $arg) X-Ref |
| Implementation of hook_help(). |
| block_theme() X-Ref |
| Implementation of hook_theme() |
| block_perm() X-Ref |
| Implementation of hook_perm(). |
| block_menu() X-Ref |
| Implementation of hook_menu(). |
| _block_themes_access($theme) X-Ref |
| Menu item access callback - only admin or enabled themes can be accessed |
| block_block($op = 'list', $delta = 0, $edit = array() X-Ref |
| Implementation of hook_block(). Generates the administrator-defined blocks for display. |
| _block_rehash() X-Ref |
| Update the 'blocks' DB table with the blocks currently exported by modules. return: |
| block_box_get($bid) X-Ref |
| Returns information from database about a user-created (custom) block. param: $bid return: |
| block_box_form($edit = array() X-Ref |
| Define the custom block form. |
| block_box_save($edit, $delta) X-Ref |
| Saves a user-created block in the database. param: $edit param: $delta return: |
| block_user($type, $edit, &$account, $category = NULL) X-Ref |
| Implementation of hook_user(). Allow users to decide which custom blocks to display when they visit the site. |
| block_list($region) X-Ref |
| Return all blocks in the specified region for the current user. param: $region return: |
| _block_get_cache_id($block) X-Ref |
| Assemble the cache_id to use for a given block. The cache_id string reflects the viewing context for the current block instance, obtained by concatenating the relevant context information (user, page, ...) according to the block's cache settings (BLOCK_CACHE_* constants). Two block instances can use the same cached content when they share the same cache_id. Theme and language contexts are automatically differenciated. param: $block return: |
| Generated: Thu Mar 24 11:18:33 2011 | Cross-referenced by PHPXref 0.7 |