Functions

Primary tabs

Name Location Description Direct uses Stringssort ascending
block_block_save drupal/modules/block/block.module Implements hook_block_save().
block_block_view drupal/modules/block/block.module Implements hook_block_view(). 1
block_page_build drupal/modules/block/block.module Implements hook_page_build().
block_get_blocks_by_region drupal/modules/block/block.module Gets a renderable array of a region containing all enabled blocks. 1
_block_get_renderable_array drupal/modules/block/block.module Gets an array of blocks suitable for drupal_render(). 3
_block_rehash drupal/modules/block/block.module Updates the 'block' DB table with the blocks currently exported by modules. 5
block_custom_block_get drupal/modules/block/block.module Returns information from database about a user-created (custom) block. 2
block_custom_block_form drupal/modules/block/block.module Form constructor for the custom block form. 1
block_custom_block_save drupal/modules/block/block.module Saves a user-created block in the database. 1
block_form_user_profile_form_alter drupal/modules/block/block.module Implements hook_form_FORM_ID_alter() for user_profile_form().
block_user_presave drupal/modules/block/block.module Implements hook_user_presave().
block_themes_enabled drupal/modules/block/block.module Initializes blocks for enabled themes.
block_theme_initialize drupal/modules/block/block.module Assigns an initial, default set of blocks for a theme. 2
block_load drupal/modules/block/block.module Loads a block object from the database. 3
_block_load_blocks drupal/modules/block/block.module Loads blocks' information from the database. 1
block_block_list_alter drupal/modules/block/block.module Implements hook_block_list_alter().
_block_render_blocks drupal/modules/block/block.module Render the content and subject for a set of blocks. 3
_block_get_cache_id drupal/modules/block/block.module Assemble the cache_id to use for a given block. 1
block_flush_caches drupal/modules/block/block.module Implements hook_flush_caches(). 1
template_preprocess_block drupal/modules/block/block.module Processes variables for block.tpl.php. 1
block_user_role_delete drupal/modules/block/block.module Implements hook_user_role_delete().
block_menu_delete drupal/modules/block/block.module Implements hook_menu_delete().
block_form_system_performance_settings_alter drupal/modules/block/block.module Implements hook_form_FORM_ID_alter().
block_admin_paths drupal/modules/block/block.module Implements hook_admin_paths().
block_modules_uninstalled drupal/modules/block/block.module Implements hook_modules_uninstalled().
hook_block_info drupal/modules/block/block.api.php Define all blocks provided by the module.
hook_block_info_alter drupal/modules/block/block.api.php Change block definition before saving to the database.
hook_block_configure drupal/modules/block/block.api.php Define a configuration form for a block.
hook_block_save drupal/modules/block/block.api.php Save the configuration options from hook_block_configure().
hook_block_view drupal/modules/block/block.api.php Return a rendered or renderable view of a block.
hook_block_view_alter drupal/modules/block/block.api.php Perform alterations to the content of a block.
hook_block_list_alter drupal/modules/block/block.api.php Act on blocks prior to rendering.
block_admin_display_prepare_blocks drupal/modules/block/block.admin.inc Prepares a list of blocks for display on the blocks administration page. 2
block_admin_display_form_submit drupal/modules/block/block.admin.inc Form submission handler for block_admin_display_form().
block_admin_configure_validate drupal/modules/block/block.admin.inc Form validation handler for block_admin_configure().
block_admin_configure_submit drupal/modules/block/block.admin.inc Form submission handler for block_admin_configure().
block_add_block_form_validate drupal/modules/block/block.admin.inc Form validation handler for block_add_block_form().
block_add_block_form_submit drupal/modules/block/block.admin.inc Form submission handler for block_add_block_form().
block_custom_block_delete_submit drupal/modules/block/block.admin.inc Form submission handler for block_custom_block_delete().
template_preprocess_block_admin_display_form drupal/modules/block/block.admin.inc Processes variables for block-admin-display-form.tpl.php. 1
hook_image_effect_info drupal/modules/image/image.api.php Define information about image effects provided by a module.
hook_image_effect_info_alter drupal/modules/image/image.api.php Alter the information provided in hook_image_effect_info().
hook_image_style_save drupal/modules/image/image.api.php Respond to image style updating.
hook_image_style_delete drupal/modules/image/image.api.php Respond to image style deletion.
hook_image_style_flush drupal/modules/image/image.api.php Respond to image style flushing.
hook_image_styles_alter drupal/modules/image/image.api.php Modify any image styles provided by other modules or the user.
hook_image_default_styles drupal/modules/image/image.api.php Provide module-based image styles for reuse throughout Drupal.
image_field_info drupal/modules/image/image.field.inc Implements hook_field_info().
image_field_settings_form drupal/modules/image/image.field.inc Implements hook_field_settings_form().
image_field_instance_settings_form drupal/modules/image/image.field.inc Implements hook_field_instance_settings_form().

Pages

Other projects