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
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.
common.inc file includes/common.inc Common functions that many Drupal modules will need to reference.
common.test file modules/simpletest/tests/common.test Tests for common.inc functionality.
CommonSizeTestCase class modules/simpletest/tests/common.test Tests file size parsing and formatting functions.
CommonSizeTestCase::$exact_test_cases property modules/simpletest/tests/common.test
CommonSizeTestCase::$rounded_test_cases property modules/simpletest/tests/common.test
CommonSizeTestCase::getInfo function modules/simpletest/tests/common.test
CommonSizeTestCase::setUp function modules/simpletest/tests/common.test Sets up unit test environment.
CommonSizeTestCase::testCommonFormatSize function modules/simpletest/tests/common.test Check that format_size() returns the expected string.
CommonSizeTestCase::testCommonParseSize function modules/simpletest/tests/common.test Check that parse_size() returns the proper byte sizes.
CommonSizeTestCase::testCommonParseSizeFormatSize function modules/simpletest/tests/common.test Cross-test parse_size() and format_size().
CommonURLUnitTest class modules/simpletest/tests/common.test Tests for URL generation functions.
CommonURLUnitTest::getInfo function modules/simpletest/tests/common.test
CommonURLUnitTest::hasClass function modules/simpletest/tests/common.test
CommonURLUnitTest::testDrupalGetQueryParameters function modules/simpletest/tests/common.test Test drupal_get_query_parameters().
CommonURLUnitTest::testDrupalHttpBuildQuery function modules/simpletest/tests/common.test Test drupal_http_build_query().
CommonURLUnitTest::testDrupalParseUrl function modules/simpletest/tests/common.test Test drupal_parse_url().
CommonURLUnitTest::testExternalUrls function modules/simpletest/tests/common.test Test external URL handling.
CommonURLUnitTest::testLActiveClass function modules/simpletest/tests/common.test
CommonURLUnitTest::testLCustomClass function modules/simpletest/tests/common.test Tests for custom class in l() function.
CommonURLUnitTest::testLXSS function modules/simpletest/tests/common.test Confirm that invalid text given as $path is filtered.
CommonURLUnitTest::testUrl function modules/simpletest/tests/common.test Test url() with/without query, with/without fragment, absolute on/off and
assert all that works when clean URLs are on and off.
CommonURLWebTest class modules/simpletest/tests/common.test Web tests for URL generation functions.
CommonURLWebTest::getInfo function modules/simpletest/tests/common.test
CommonURLWebTest::setUp function modules/simpletest/tests/common.test Sets up a Drupal site for running functional and integration tests.
CommonURLWebTest::testInternalPathMimicsExternal function modules/simpletest/tests/common.test Tests the url() function on internal paths which mimic external URLs.
CommonXssUnitTest class modules/simpletest/tests/common.test Tests for check_plain(), filter_xss(), format_string(), and check_url().
CommonXssUnitTest::getInfo function modules/simpletest/tests/common.test
CommonXssUnitTest::testBadProtocolStripping function modules/simpletest/tests/common.test Check that harmful protocols are stripped.
CommonXssUnitTest::testEscaping function modules/simpletest/tests/common.test Check that special characters are escaped.

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