Search for all
Title | Object type | File name | Summary |
---|---|---|---|
block_add_block_form_submit | function | modules/ |
Form submission handler for block_add_block_form(). |
block_add_block_form_validate | function | modules/ |
Form validation handler for block_add_block_form(). |
block_admin_configure | function | modules/ |
Form constructor for the block configuration form. |
block_admin_configure_submit | function | modules/ |
Form submission handler for block_admin_configure(). |
block_admin_configure_validate | function | modules/ |
Form validation handler for block_admin_configure(). |
block_admin_demo | function | modules/ |
Menu callback for admin/structure/block/demo. |
block_admin_display | function | modules/ |
Menu callback for admin/structure/block. |
block_admin_display_form | function | modules/ |
Form constructor for the main block administration form. |
block_admin_display_form_submit | function | modules/ |
Form submission handler for block_admin_display_form(). |
block_admin_display_prepare_blocks | function | modules/ |
Prepares a list of blocks for display on the blocks administration page. |
block_admin_paths | function | modules/ |
Implements hook_admin_paths(). |
block_block_configure | function | modules/ |
Implements hook_block_configure(). |
block_block_info | function | modules/ |
Implements hook_block_info(). |
block_block_list_alter | function | modules/ |
Implements hook_block_list_alter(). |
block_block_save | function | modules/ |
Implements hook_block_save(). |
block_block_view | function | modules/ |
Implements hook_block_view(). |
block_custom_block_delete | function | modules/ |
Form constructor for the custom block deletion form. |
block_custom_block_delete_submit | function | modules/ |
Form submission handler for block_custom_block_delete(). |
block_custom_block_form | function | modules/ |
Form constructor for the custom block form. |
block_custom_block_get | function | modules/ |
Returns information from database about a user-created (custom) block. |
block_custom_block_save | function | modules/ |
Saves a user-created block in the database. |
BLOCK_CUSTOM_DISABLED | constant | modules/ |
Hides this block by default but lets individual users show it. |
BLOCK_CUSTOM_ENABLED | constant | modules/ |
Shows this block by default, but lets individual users hide it. |
BLOCK_CUSTOM_FIXED | constant | modules/ |
Users cannot control whether or not they see this block. |
block_drupal_alter_foo_alter | function | modules/ |
Implements hook_TYPE_alter() on behalf of block module. |
block_flush_caches | function | modules/ |
Implements hook_flush_caches(). |
block_form_form_test_alter_form_alter | function | modules/ |
Implements hook_form_FORM_ID_alter() on behalf of block.module. |
block_form_system_performance_settings_alter | function | modules/ |
Implements hook_form_FORM_ID_alter(). |
block_form_user_profile_form_alter | function | modules/ |
Implements hook_form_FORM_ID_alter() for user_profile_form(). |
block_get_blocks_by_region | function | modules/ |
Gets a renderable array of a region containing all enabled blocks. |
block_help | function | modules/ |
Implements hook_help(). |
block_install | function | modules/ |
Implements hook_install(). |
block_list | function | modules/ |
Returns all blocks in the specified region for the current user. |
block_load | function | modules/ |
Loads a block object from the database. |
block_menu | function | modules/ |
Implements hook_menu(). |
block_menu_delete | function | modules/ |
Implements hook_menu_delete(). |
block_modules_uninstalled | function | modules/ |
Implements hook_modules_uninstalled(). |
block_page_build | function | modules/ |
Implements hook_page_build(). |
block_permission | function | modules/ |
Implements hook_permission(). |
BLOCK_REGION_NONE | constant | modules/ |
Denotes that a block is not enabled in any region and should not be shown. |
block_schema | function | modules/ |
Implements hook_schema(). |
block_test.info | file | modules/ |
name = Block test description = Provides test blocks. package = Testing version = VERSION core = 7.x hidden = TRUE |
block_test.module | file | modules/ |
Provide test blocks. |
block_test_block_info | function | modules/ |
Implements hook_block_info(). |
block_test_block_info_alter | function | modules/ |
Implements hook_block_info_alter(). |
block_test_block_view | function | modules/ |
Implements hook_block_view(). |
block_test_block_view_block_test_test_hyphen_alter | function | modules/ |
Implements hook_block_view_MODULE_DELTA_alter(). |
block_test_block_view_block_test_test_underscore_alter | function | modules/ |
Implements hook_block_view_MODULE_DELTA_alter(). |
block_test_system_theme_info | function | modules/ |
Implements hook_system_theme_info(). |
block_test_theme.info | file | modules/ |
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[] =… |
Pagination
- Previous page
- Page 14
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.