Search for comment

  1. Search 9.5.x for comment
  2. Search 8.9.x for comment
  3. Search 10.3.x for comment
  4. Search 11.x for comment
  5. Other projects
Title Object type File name Summary
comment_theme function modules/comment/comment.module Implements hook_theme().
comment_tokens function modules/comment/comment.tokens.inc Implements hook_tokens().
comment_token_info function modules/comment/comment.tokens.inc Implements hook_token_info().
comment_uninstall function modules/comment/comment.install Implements hook_uninstall().
comment_unpublish_action function modules/comment/comment.module Unpublishes a comment.
comment_unpublish_by_keyword_action function modules/comment/comment.module Unpublishes a comment if it contains certain keywords.
comment_unpublish_by_keyword_action_form function modules/comment/comment.module Form builder; Prepare a form for blacklisted keywords.
comment_unpublish_by_keyword_action_submit function modules/comment/comment.module Process comment_unpublish_by_keyword_action_form form submissions.
comment_update_7000 function modules/comment/comment.install Rename comment display setting variables.
comment_update_7001 function modules/comment/comment.install Change comment status from published being 0 to being 1
comment_update_7002 function modules/comment/comment.install Rename {comments} table to {comment} and upgrade it.
comment_update_7003 function modules/comment/comment.install Split {comment}.timestamp into 'created' and 'changed', improve indexing on {comment}.
comment_update_7004 function modules/comment/comment.install Upgrade the {node_comment_statistics} table.
comment_update_7005 function modules/comment/comment.install Create the comment_body field.
comment_update_7006 function modules/comment/comment.install Migrate data from the comment field to field storage.
comment_update_7007 function modules/comment/comment.install Add an index to the created column.
comment_update_7008 function modules/comment/comment.install Update database to match Drupal 7 schema.
comment_update_7009 function modules/comment/comment.install Change the last_comment_timestamp column description.
comment_update_dependencies function modules/comment/comment.install Implements hook_update_dependencies().
comment_update_index function modules/comment/comment.module Implements hook_update_index().
comment_uri function modules/comment/comment.module Implements callback_entity_info_uri().
comment_user_cancel function modules/comment/comment.module Implements hook_user_cancel().
comment_user_delete function modules/comment/comment.module Implements hook_user_delete().
comment_view function modules/comment/comment.module Generate an array for rendering the given comment.
comment_view_multiple function modules/comment/comment.module Construct a drupal_render() style array from an array of loaded comments.
DatabaseConnection::filterComment function includes/database/database.inc Sanitize a query comment string.
DatabaseConnection::makeComment function includes/database/database.inc Flatten an array of query comments into a single comment string.
DatabaseSchema::prepareComment function includes/database/schema.inc Prepare a table or column comment for database query.
DatabaseSchema_mysql::COMMENT_MAX_COLUMN constant includes/database/mysql/schema.inc Maximum length of a column comment in MySQL.
DatabaseSchema_mysql::COMMENT_MAX_TABLE constant includes/database/mysql/schema.inc Maximum length of a table comment in MySQL.
DatabaseSchema_mysql::getComment function includes/database/mysql/schema.inc Retrieve a table or column comment.
DatabaseSchema_mysql::prepareComment function includes/database/mysql/schema.inc Prepare a table or column comment for database query.
DatabaseSchema_pgsql::getComment function includes/database/pgsql/schema.inc Retrieve a table or column comment.
DatabaseSelectTestCase::makeCommentsProvider function modules/simpletest/tests/database_test.test Provides expected and input values for testVulnerableComment().
DatabaseSelectTestCase::testSimpleComment function modules/simpletest/tests/database_test.test Test rudimentary SELECT statement with a COMMENT.
DatabaseSelectTestCase::testVulnerableComment function modules/simpletest/tests/database_test.test Test query COMMENT system against vulnerabilities.
drupal-6.comments.database.php file modules/simpletest/tests/upgrade/drupal-6.comments.database.php
drupal_pre_render_conditional_comments function includes/common.inc #pre_render callback to render #browsers into #prefix and #suffix.
EntityCrudHookTestCase::testCommentHooks function modules/simpletest/tests/entity_crud_hook_test.test Tests hook invocations for CRUD operations on comments.
entity_crud_hook_test_comment_delete function modules/simpletest/tests/entity_crud_hook_test.module Implements hook_comment_delete().
entity_crud_hook_test_comment_insert function modules/simpletest/tests/entity_crud_hook_test.module Implements hook_comment_insert().
entity_crud_hook_test_comment_load function modules/simpletest/tests/entity_crud_hook_test.module Implements hook_comment_load().
entity_crud_hook_test_comment_presave function modules/simpletest/tests/entity_crud_hook_test.module Implements hook_comment_presave().
entity_crud_hook_test_comment_update function modules/simpletest/tests/entity_crud_hook_test.module Implements hook_comment_update().
FileFieldWidgetTestCase::testPrivateFileComment function modules/file/tests/file.test Tests that download restrictions on private files work on comments.
forum_comment_delete function modules/forum/forum.module Implements hook_comment_delete().
forum_comment_publish function modules/forum/forum.module Implements hook_comment_publish().
forum_comment_unpublish function modules/forum/forum.module Implements hook_comment_unpublish().
forum_comment_update function modules/forum/forum.module Implements hook_comment_update().
garland_preprocess_comment function themes/garland/template.php Override or insert variables into the comment template.

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