Search for all

  1. Search 9.5.x for all
  2. Search 8.9.x for all
  3. Search 10.3.x for all
  4. Search 11.x for all
  5. Other projects
Title Object type File name Summary
block_theme function modules/block/block.module Implements hook_theme().
block_themes_enabled function modules/block/block.module Initializes blocks for enabled themes.
block_theme_initialize function modules/block/block.module Assigns an initial, default set of blocks for a theme.
block_update_7000 function modules/block/block.install Set system.weight to a low value for block module.
block_update_7002 function modules/block/block.install Rename {blocks} table to {block}, {blocks_roles} to {block_role} and
{boxes} to {block_custom}.
block_update_7003 function modules/block/block.install Change the weight column to normal int.
block_update_7004 function modules/block/block.install Add new blocks to new regions, migrate custom variables to blocks.
block_update_7005 function modules/block/block.install Update the {block_custom}.format column.
block_update_7006 function modules/block/block.install Recreates cache_block table.
block_update_7007 function modules/block/block.install Change {block_custom}.format into varchar.
block_update_7008 function modules/block/block.install Update database to match Drupal 7 schema.
block_update_7009 function modules/block/block.install Increase {block}.title length to 255 characters.
block_update_dependencies function modules/block/block.install Implements hook_update_dependencies().
block_user_presave function modules/block/block.module Implements hook_user_presave().
block_user_role_delete function modules/block/block.module Implements hook_user_role_delete().
BLOCK_VISIBILITY_LISTED constant modules/block/block.module Shows this block on only the listed pages.
BLOCK_VISIBILITY_NOTLISTED constant modules/block/block.module Shows this block on every page except the listed pages.
BLOCK_VISIBILITY_PHP constant modules/block/block.module Shows this block if the associated PHP code returns TRUE.
blog.info file modules/blog/blog.info name = Blog
description = Enables multi-user blogs.
package = Core
version = VERSION
core = 7.x
files[] = blog.test
blog.install file modules/blog/blog.install Install, update and uninstall functions for the blog module.
blog.module file modules/blog/blog.module Enables multi-user blogs.
blog.pages.inc file modules/blog/blog.pages.inc Page callback file for the blog module.
blog.test file modules/blog/blog.test Tests for blog.module.
BlogTestCase class modules/blog/blog.test @file
Tests for blog.module.
BlogTestCase::$any_user property modules/blog/blog.test
BlogTestCase::$big_user property modules/blog/blog.test
BlogTestCase::$own_user property modules/blog/blog.test
BlogTestCase::doBasicTests function modules/blog/blog.test Run basic tests on the indicated user.
BlogTestCase::getInfo function modules/blog/blog.test
BlogTestCase::setUp function modules/blog/blog.test Enable modules and create users with specific permissions.
BlogTestCase::testBlog function modules/blog/blog.test Login users, create blog nodes, and test blog functionality through the admin and user interfaces.
BlogTestCase::testBlogPageNoEntries function modules/blog/blog.test View the blog of a user with no blog entries as another user.
BlogTestCase::testUnprivilegedUser function modules/blog/blog.test 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.
BlogTestCase::verifyBlogLinks function modules/blog/blog.test Verify the blog links are displayed to the logged in user.
BlogTestCase::verifyBlogs function modules/blog/blog.test Verify the logged in user has the desired access to the various blog nodes.
blog_block_configure function modules/blog/blog.module Implements hook_block_configure().
blog_block_info function modules/blog/blog.module Implements hook_block_info().
blog_block_save function modules/blog/blog.module Implements hook_block_save().
blog_block_view function modules/blog/blog.module Implements hook_block_view().
blog_feed_last function modules/blog/blog.pages.inc Menu callback; displays an RSS feed containing recent blog entries of all users.
blog_feed_user function modules/blog/blog.pages.inc Menu callback; displays an RSS feed containing recent blog entries of a given user.
blog_form function modules/blog/blog.module Implements hook_form().
blog_help function modules/blog/blog.module Implements hook_help().
blog_install function modules/blog/blog.install Implements hook_install().
blog_menu function modules/blog/blog.module Implements hook_menu().
blog_menu_local_tasks_alter function modules/blog/blog.module Implements hook_menu_local_tasks_alter().
blog_node_info function modules/blog/blog.module Implements hook_node_info().
blog_node_view function modules/blog/blog.module Implements hook_node_view().
blog_page_last function modules/blog/blog.pages.inc Menu callback; displays a Drupal page containing recent blog entries of all users.
blog_page_user function modules/blog/blog.pages.inc Menu callback; displays a Drupal page containing recent blog entries of a given user.

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