Search for _block

  1. Search 9.5.x for _block
  2. Search 8.9.x for _block
  3. Search 10.3.x for _block
  4. Search 11.x for _block
  5. Other projects
Title Object type File name Summary
template_preprocess_block function modules/block/block.module Processes variables for block.tpl.php.
template_preprocess_block_admin_display_form function modules/block/block.admin.inc Processes variables for block-admin-display-form.tpl.php.
template_preprocess_book_all_books_block function modules/book/book.module Processes variables for book-all-books-block.tpl.php.
template_preprocess_profile_block function modules/profile/profile.module Process variables for profile-block.tpl.php.
template_preprocess_search_block_form function modules/search/search.module Process variables for search-block-form.tpl.php.
theme_admin_block function modules/system/system.admin.inc Returns HTML for an administrative block for display.
theme_admin_block_content function modules/system/system.admin.inc Returns HTML for the content of an administrative block.
theme_aggregator_block_item function modules/aggregator/aggregator.module Returns HTML for an individual feed item for display in the block.
theme_comment_block function modules/comment/comment.module Returns HTML for a list of recent comments to be displayed in the comment block.
theme_dashboard_disabled_block function modules/dashboard/dashboard.module Returns HTML for disabled blocks, for use in dashboard customization mode.
theme_dashboard_disabled_blocks function modules/dashboard/dashboard.module Returns HTML for disabled blocks, for use in dashboard customization mode.
theme_node_recent_block function modules/node/node.module Returns HTML for a list of recent content.
TranslationTestCase::testLanguageSwitcherBlockIntegration function modules/translation/translation.test Tests that the language switcher block alterations work as intended.
update_fix_d7_block_deltas function includes/update.inc A helper function that modules can use to assist with the transformation
from numeric block deltas to string block deltas during the 6.x -> 7.x
upgrade.
UserActionsTest::testUserBlockUnBlockActions function modules/user/user.test Tests user block and unblock actions.
UserBlocksUnitTests class modules/user/user.test Test user blocks.
UserBlocksUnitTests::getInfo function modules/user/user.test
UserBlocksUnitTests::insertSession function modules/user/user.test Insert a user session into the {sessions} table. This function is used
since we cannot log in more than one user at the same time in tests.
UserBlocksUnitTests::testUserLoginBlock function modules/user/user.test Test the user login block.
UserBlocksUnitTests::testWhosOnlineBlock function modules/user/user.test Test the Who's Online block.
UserCancelTestCase::testUserBlock function modules/user/user.test Disable account and keep all content.
UserCancelTestCase::testUserBlockUnpublish function modules/user/user.test Disable account and unpublish all content.
user_block_configure function modules/user/user.module Implements hook_block_configure().
user_block_info function modules/user/user.module Implements hook_block_info().
user_block_save function modules/user/user.module Implements hook_block_save().
user_block_user_action function modules/user/user.module Blocks a specific user or the current user, if one is not specified.
user_block_view function modules/user/user.module Implements hook_block_view().
user_is_blocked function modules/user/user.module Checks for usernames blocked by user administration.
user_login_block function modules/user/user.module
user_unblock_user_action function modules/user/user.module Unblocks a specific user or the current user, if one is not specified.
user_user_operations_block function modules/user/user.module Callback function for admin mass blocking users.
user_user_operations_unblock function modules/user/user.module Callback function for admin mass unblocking users.
_block_compare function modules/block/block.admin.inc Sorts active blocks by region, then by weight; sorts inactive blocks by name.
_block_custom_theme function modules/block/block.module Theme callback for the block configuration pages.
_block_get_cache_id function modules/block/block.module Assemble the cache_id to use for a given block.
_block_get_renderable_array function modules/block/block.module Gets an array of blocks suitable for drupal_render().
_block_load_blocks function modules/block/block.module Loads blocks' information from the database.
_block_rehash function modules/block/block.module Updates the 'block' DB table with the blocks currently exported by modules.
_block_render_blocks function modules/block/block.module Render the content and subject for a set of blocks.
_block_themes_access function modules/block/block.module Menu item access callback - only admin or enabled themes can be accessed.

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