Search for block
- Search 9.5.x for block
- Search 8.9.x for block
- Search 10.3.x for block
- Search 11.x for block
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
taxonomy_test_block_view | function | modules/ |
Implements hook_block_view(). |
template_preprocess_block | function | modules/ |
Processes variables for block.tpl.php. |
template_preprocess_block_admin_display_form | function | modules/ |
Processes variables for block-admin-display-form.tpl.php. |
template_preprocess_book_all_books_block | function | modules/ |
Processes variables for book-all-books-block.tpl.php. |
template_preprocess_profile_block | function | modules/ |
Process variables for profile-block.tpl.php. |
template_preprocess_search_block_form | function | modules/ |
Process variables for search-block-form.tpl.php. |
theme_admin_block | function | modules/ |
Returns HTML for an administrative block for display. |
theme_admin_block_content | function | modules/ |
Returns HTML for the content of an administrative block. |
theme_aggregator_block_item | function | modules/ |
Returns HTML for an individual feed item for display in the block. |
theme_comment_block | function | modules/ |
Returns HTML for a list of recent comments to be displayed in the comment block. |
theme_dashboard_disabled_block | function | modules/ |
Returns HTML for disabled blocks, for use in dashboard customization mode. |
theme_dashboard_disabled_blocks | function | modules/ |
Returns HTML for disabled blocks, for use in dashboard customization mode. |
theme_node_recent_block | function | modules/ |
Returns HTML for a list of recent content. |
TranslationTestCase::testLanguageSwitcherBlockIntegration | function | modules/ |
Tests that the language switcher block alterations work as intended. |
update_fix_d7_block_deltas | function | includes/ |
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/ |
Tests user block and unblock actions. |
UserBlocksUnitTests | class | modules/ |
Test user blocks. |
UserBlocksUnitTests::getInfo | function | modules/ |
|
UserBlocksUnitTests::insertSession | function | modules/ |
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/ |
Test the user login block. |
UserBlocksUnitTests::testWhosOnlineBlock | function | modules/ |
Test the Who's Online block. |
UserCancelTestCase::testUserBlock | function | modules/ |
Disable account and keep all content. |
UserCancelTestCase::testUserBlockUnpublish | function | modules/ |
Disable account and unpublish all content. |
user_block_configure | function | modules/ |
Implements hook_block_configure(). |
user_block_info | function | modules/ |
Implements hook_block_info(). |
user_block_save | function | modules/ |
Implements hook_block_save(). |
user_block_user_action | function | modules/ |
Blocks a specific user or the current user, if one is not specified. |
user_block_view | function | modules/ |
Implements hook_block_view(). |
user_is_blocked | function | modules/ |
Checks for usernames blocked by user administration. |
user_login_block | function | modules/ |
|
user_unblock_user_action | function | modules/ |
Unblocks a specific user or the current user, if one is not specified. |
user_user_operations_block | function | modules/ |
Callback function for admin mass blocking users. |
user_user_operations_unblock | function | modules/ |
Callback function for admin mass unblocking users. |
_block_compare | function | modules/ |
Sorts active blocks by region, then by weight; sorts inactive blocks by name. |
_block_custom_theme | function | modules/ |
Theme callback for the block configuration pages. |
_block_get_cache_id | function | modules/ |
Assemble the cache_id to use for a given block. |
_block_get_renderable_array | function | modules/ |
Gets an array of blocks suitable for drupal_render(). |
_block_load_blocks | function | modules/ |
Loads blocks' information from the database. |
_block_rehash | function | modules/ |
Updates the 'block' DB table with the blocks currently exported by modules. |
_block_render_blocks | function | modules/ |
Render the content and subject for a set of blocks. |
_block_themes_access | function | modules/ |
Menu item access callback - only admin or enabled themes can be accessed. |
Pagination
- Previous page
- Page 7
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.