Search for lock

  1. Search 9.5.x for lock
  2. Search 8.9.x for lock
  3. Search 10.3.x for lock
  4. Search 11.x for lock
  5. Other projects
Title Object type File name Summary
block_custom_block_save function modules/block/block.module Saves a user-created block in the database.
BLOCK_CUSTOM_DISABLED constant modules/block/block.module Hides this block by default but lets individual users show it.
BLOCK_CUSTOM_ENABLED constant modules/block/block.module Shows this block by default, but lets individual users hide it.
BLOCK_CUSTOM_FIXED constant modules/block/block.module Users cannot control whether or not they see this block.
block_drupal_alter_foo_alter function modules/simpletest/tests/common_test.module Implements hook_TYPE_alter() on behalf of block module.
block_flush_caches function modules/block/block.module Implements hook_flush_caches().
block_form_form_test_alter_form_alter function modules/simpletest/tests/form_test.module Implements hook_form_FORM_ID_alter() on behalf of block.module.
block_form_system_performance_settings_alter function modules/block/block.module Implements hook_form_FORM_ID_alter().
block_form_user_profile_form_alter function modules/block/block.module Implements hook_form_FORM_ID_alter() for user_profile_form().
block_get_blocks_by_region function modules/block/block.module Gets a renderable array of a region containing all enabled blocks.
block_help function modules/block/block.module Implements hook_help().
block_install function modules/block/block.install Implements hook_install().
block_list function modules/block/block.module Returns all blocks in the specified region for the current user.
block_load function modules/block/block.module Loads a block object from the database.
block_menu function modules/block/block.module Implements hook_menu().
block_menu_delete function modules/block/block.module Implements hook_menu_delete().
block_modules_uninstalled function modules/block/block.module Implements hook_modules_uninstalled().
block_page_build function modules/block/block.module Implements hook_page_build().
block_permission function modules/block/block.module Implements hook_permission().
BLOCK_REGION_NONE constant modules/block/block.module Denotes that a block is not enabled in any region and should not be shown.
block_schema function modules/block/block.install Implements hook_schema().
block_test.info file modules/block/tests/block_test.info name = Block test
description = Provides test blocks.
package = Testing
version = VERSION
core = 7.x
hidden = TRUE
block_test.module file modules/block/tests/block_test.module Provide test blocks.
block_test_block_info function modules/block/tests/block_test.module Implements hook_block_info().
block_test_block_info_alter function modules/block/tests/block_test.module Implements hook_block_info_alter().
block_test_block_view function modules/block/tests/block_test.module Implements hook_block_view().
block_test_block_view_block_test_test_hyphen_alter function modules/block/tests/block_test.module Implements hook_block_view_MODULE_DELTA_alter().
block_test_block_view_block_test_test_underscore_alter function modules/block/tests/block_test.module Implements hook_block_view_MODULE_DELTA_alter().
block_test_system_theme_info function modules/block/tests/block_test.module Implements hook_system_theme_info().
block_test_theme.info file modules/block/tests/themes/block_test_theme/block_test_theme.info name = Block test theme
description = Theme for testing the block system
core = 7.x
hidden = TRUE

regions[sidebar_first] = Left sidebar
regions_hidden[] = sidebar_first
regions[sidebar_second] = Right sidebar
regions_hidden[] =…
block_theme function modules/block/block.module Implements hook_theme().
block_themes_enabled function modules/block/block.module Initializes blocks for enabled themes.
block_theme_initialize function modules/block/block.module Assigns an initial, default set of blocks for a theme.
block_update_7000 function modules/block/block.install Set system.weight to a low value for block module.
block_update_7002 function modules/block/block.install Rename {blocks} table to {block}, {blocks_roles} to {block_role} and
{boxes} to {block_custom}.
block_update_7003 function modules/block/block.install Change the weight column to normal int.
block_update_7004 function modules/block/block.install Add new blocks to new regions, migrate custom variables to blocks.
block_update_7005 function modules/block/block.install Update the {block_custom}.format column.
block_update_7006 function modules/block/block.install Recreates cache_block table.
block_update_7007 function modules/block/block.install Change {block_custom}.format into varchar.
block_update_7008 function modules/block/block.install Update database to match Drupal 7 schema.
block_update_7009 function modules/block/block.install Increase {block}.title length to 255 characters.
block_update_dependencies function modules/block/block.install Implements hook_update_dependencies().
block_user_presave function modules/block/block.module Implements hook_user_presave().
block_user_role_delete function modules/block/block.module Implements hook_user_role_delete().
BLOCK_VISIBILITY_LISTED constant modules/block/block.module Shows this block on only the listed pages.
BLOCK_VISIBILITY_NOTLISTED constant modules/block/block.module Shows this block on every page except the listed pages.
BLOCK_VISIBILITY_PHP constant modules/block/block.module Shows this block if the associated PHP code returns TRUE.
blog_block_configure function modules/blog/blog.module Implements hook_block_configure().
blog_block_info function modules/blog/blog.module Implements hook_block_info().

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.