Search for d
Title | Object type | File name | Summary |
---|---|---|---|
block_custom_block_delete_submit | function | modules/ |
Form submission handler for block_custom_block_delete(). |
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_load | function | modules/ |
Loads a block object from the database. |
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_test.module | file | modules/ |
Provide test blocks. |
block_test_block_view_block_test_test_underscore_alter | function | modules/ |
Implements hook_block_view_MODULE_DELTA_alter(). |
block_themes_enabled | function | modules/ |
Initializes blocks for enabled themes. |
block_update_7000 | function | modules/ |
Set system.weight to a low value for block module. |
block_update_7002 | function | modules/ |
Rename {blocks} table to {block}, {blocks_roles} to {block_role} and {boxes} to {block_custom}. |
block_update_7003 | function | modules/ |
Change the weight column to normal int. |
block_update_7004 | function | modules/ |
Add new blocks to new regions, migrate custom variables to blocks. |
block_update_7005 | function | modules/ |
Update the {block_custom}.format column. |
block_update_7006 | function | modules/ |
Recreates cache_block table. |
block_update_7007 | function | modules/ |
Change {block_custom}.format into varchar. |
block_update_7008 | function | modules/ |
Update database to match Drupal 7 schema. |
block_update_7009 | function | modules/ |
Increase {block}.title length to 255 characters. |
block_update_dependencies | function | modules/ |
Implements hook_update_dependencies(). |
block_user_role_delete | function | modules/ |
Implements hook_user_role_delete(). |
BLOCK_VISIBILITY_LISTED | constant | modules/ |
Shows this block on only the listed pages. |
BLOCK_VISIBILITY_NOTLISTED | constant | modules/ |
Shows this block on every page except the listed pages. |
blog.module | file | modules/ |
Enables multi-user blogs. |
BlogTestCase::doBasicTests | function | modules/ |
Run basic tests on the indicated user. |
BlogTestCase::testUnprivilegedUser | function | modules/ |
Confirm that the "You are not allowed to post a new blog entry." message shows up if a user submitted blog entries, has been denied that permission, and goes to the blog page. |
blog_feed_last | function | modules/ |
Menu callback; displays an RSS feed containing recent blog entries of all users. |
blog_feed_user | function | modules/ |
Menu callback; displays an RSS feed containing recent blog entries of a given user. |
blog_node_info | function | modules/ |
Implements hook_node_info(). |
blog_node_view | function | modules/ |
Implements hook_node_view(). |
blog_rdf_mapping | function | modules/ |
Implements hook_rdf_mapping(). |
book-node-export-html.tpl.php | file | modules/ |
Default theme implementation for a single node in a printer-friendly outline. |
book.admin.inc | file | modules/ |
Administration page callbacks for the Book module. |
book.module | file | modules/ |
Allows users to create and organize related content in an outline. |
BookTestCase::$admin_user | property | modules/ |
A user with permission to create and edit books and to administer blocks. |
BookTestCase::checkBookNode | function | modules/ |
Checks the outline of sub-pages; previous, up, and next. |
BookTestCase::createBookNode | function | modules/ |
Creates a book node. |
BookTestCase::testBookDelete | function | modules/ |
Tests the access for deleting top-level book nodes. |
BookTestCase::testNavigationBlockOnAccessModuleEnabled | function | modules/ |
Tests the book navigation block when an access module is enabled. |
book_admin_edit | function | modules/ |
Form constructor for administering a single book's hierarchy. |
book_admin_edit_submit | function | modules/ |
Form submission handler for book_admin_edit(). |
book_admin_edit_validate | function | modules/ |
Form validation handler for book_admin_edit(). |
book_admin_overview | function | modules/ |
Returns an administrative overview of all books. |
book_admin_paths | function | modules/ |
Implements hook_admin_paths(). |
book_admin_settings | function | modules/ |
Form constructor for the book settings form. |
book_admin_settings_validate | function | modules/ |
Form validation handler for book_admin_settings(). |
book_children | function | modules/ |
Formats the menu links for the child pages of the current page. |
book_form_node_delete_confirm_alter | function | modules/ |
Implements hook_form_FORM_ID_alter() for node_delete_confirm(). |
Pagination
- Previous page
- Page 6
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.