[ Index ]

PHP Cross Reference of Drupal 6 (gatewave)

title

Body

[close]

/sites/all/modules/blockcache_alter/patches/ -> block_no_node_grants.module (summary)

(no description)

File Size: 563 lines (23 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 13 functions

  block_help()
  block_theme()
  block_perm()
  block_menu()
  _block_themes_access()
  block_block()
  _block_rehash()
  block_box_get()
  block_box_form()
  block_box_save()
  block_user()
  block_list()
  _block_get_cache_id()

Functions
Functions that are not part of a class:

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
No description

block_box_form($edit = array()   X-Ref
Define the custom block form.


block_box_save($edit, $delta)   X-Ref
No description

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