Search for all
Title | Object type | File name | Summary |
---|---|---|---|
BlockTestCase::$admin_user | property | modules/ |
|
BlockTestCase::$regions | property | modules/ |
|
BlockTestCase::getInfo | function | modules/ |
|
BlockTestCase::moveBlockToRegion | function | modules/ |
|
BlockTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
BlockTestCase::testBlock | function | modules/ |
Test configuring and moving a module-define block to specific regions. |
BlockTestCase::testBlockRehash | function | modules/ |
Test _block_rehash(). |
BlockTestCase::testBlockVisibility | function | modules/ |
Test block visibility. |
BlockTestCase::testBlockVisibilityListedEmpty | function | modules/ |
Test block visibility when using "pages" restriction but leaving "pages" textarea empty |
BlockTestCase::testBlockVisibilityPerUser | function | modules/ |
Test user customization of block visibility. |
BlockTestCase::testCustomBlock | function | modules/ |
Test creating custom block, moving it to a specific region and then deleting it. |
BlockTestCase::testCustomBlockFormat | function | modules/ |
Test creating custom block using Full HTML. |
BlockViewModuleDeltaAlterWebTest | class | modules/ |
Tests for hook_block_view_MODULE_DELTA_alter(). |
BlockViewModuleDeltaAlterWebTest::getInfo | function | modules/ |
|
BlockViewModuleDeltaAlterWebTest::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
BlockViewModuleDeltaAlterWebTest::testBlockViewModuleDeltaAlter | function | modules/ |
Tests that the alter hook is called, even if the delta contains a hyphen. |
block_add_block_form | function | modules/ |
Form constructor for the add block form. |
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. |
Pagination
- Previous page
- Page 13
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.