Search for on

  1. Search 9.5.x for on
  2. Search 8.9.x for on
  3. Search 10.3.x for on
  4. Search 11.x for on
  5. Other projects
Title Object type File name Summary
comment_confirm_delete_submit function modules/comment/comment.admin.inc Process comment_confirm_delete form submissions.
comment_multiple_delete_confirm function modules/comment/comment.admin.inc List the selected comments and verify that the admin wants to delete them.
comment_multiple_delete_confirm_submit function modules/comment/comment.admin.inc Process comment_multiple_delete_confirm form submissions.
comment_node_page_additions function modules/comment/comment.module Build the comment-related elements for node detail pages.
comment_permission function modules/comment/comment.module Implements hook_permission().
comment_publish_action function modules/comment/comment.module Publishes a comment.
comment_save_action function modules/comment/comment.module Saves a comment.
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.
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.
CommonXssUnitTest::testFormatStringAndT function modules/simpletest/tests/common.test Test t() and format_string() replacement functionality.
CommonXssUnitTest::testInvalidMultiByte function modules/simpletest/tests/common.test Check that invalid multi-byte sequences are rejected.
common_test.css file modules/simpletest/tests/common_test.css /* This file is for testing CSS file inclusion, no contents are necessary. */
common_test.info file modules/simpletest/tests/common_test.info name = "Common Test"
description = "Support module for Common tests."
package = Testing
version = VERSION
core = 7.x
stylesheets[all][] = common_test.css
stylesheets[print][] = common_test.print.css
hidden = TRUE
common_test.module file modules/simpletest/tests/common_test.module Helper module for the Common tests.
common_test.print.css file modules/simpletest/tests/common_test.print.css /* This file is for testing CSS file inclusion, no contents are necessary. */
common_test_cron function modules/simpletest/tests/common_test.module Implements hook_cron().
common_test_cron_helper.info file modules/simpletest/tests/common_test_cron_helper.info name = "Common Test Cron Helper"
description = "Helper module for CronRunTestCase::testCronExceptions()."
package = Testing
version = VERSION
core = 7.x
hidden = TRUE
common_test_cron_helper.module file modules/simpletest/tests/common_test_cron_helper.module Helper module for the testCronExceptions in addition to common_test module.
common_test_cron_helper_cron function modules/simpletest/tests/common_test_cron_helper.module Implements hook_cron().

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