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
ColorTestCase::testColor function modules/color/color.test Tests the Color module functionality.
ColorTestCase::testValidColor function modules/color/color.test Tests whether the provided color is valid.
ColorTestCase::_testColor function modules/color/color.test Tests the Color module functionality using the given theme.
ColorUnitTestCase class modules/color/color.test Unit tests for the color.module
ColorUnitTestCase::$test_values property modules/color/color.test
ColorUnitTestCase::getInfo function modules/color/color.test
ColorUnitTestCase::setUp function modules/color/color.test Set up the test environment.
ColorUnitTestCase::testColorPack function modules/color/color.test
ColorUnitTestCase::testColorUnpack function modules/color/color.test
color_form_system_themes_alter function modules/color/color.module Implements hook_form_FORM_ID_alter().
color_form_system_theme_settings_alter function modules/color/color.module Implements hook_form_FORM_ID_alter().
color_get_info function modules/color/color.module Retrieves the Color module information for a particular theme.
color_get_palette function modules/color/color.module Retrieves the color palette for a particular theme.
color_help function modules/color/color.module Implements hook_help().
color_palette_color_value function modules/color/color.module Determines the value for a palette color field.
color_requirements function modules/color/color.install Implements hook_requirements().
color_scheme_form function modules/color/color.module Form constructor for the color configuration form for a particular theme.
color_scheme_form_submit function modules/color/color.module Form submission handler for color_scheme_form().
color_scheme_form_validate function modules/color/color.module Form validation handler for color_scheme_form().
color_theme function modules/color/color.module Implements hook_theme().
color_update_7001 function modules/color/color.install Warn site administrator if unsafe CSS color codes are found in the database.
color_valid_hexadecimal_string function modules/color/color.module Determines if a hexadecimal CSS color string is valid.
comment-rtl.css file modules/comment/comment-rtl.css .indented {
margin-left: 0;
margin-right: 25px;
}
comment-wrapper.tpl.php file modules/comment/comment-wrapper.tpl.php Default theme implementation to provide an HTML container for comments.
comment-wrapper.tpl.php file themes/bartik/templates/comment-wrapper.tpl.php Bartik's theme implementation to provide an HTML container for comments.
comment.admin.inc file modules/comment/comment.admin.inc Admin page callbacks for the comment module.
comment.api.php file modules/comment/comment.api.php Hooks provided by the Comment module.
comment.css file modules/comment/comment.css #comments {
margin-top: 15px;
}
.indented {
margin-left: 25px; /* LTR */
}
.comment-unpublished {
background-color: #fff4f4;
}
.comment-preview {
background-color: #ffffea;
}
comment.info file modules/comment/comment.info name = Comment
description = Allows users to comment on and discuss published content.
package = Core
version = VERSION
core = 7.x
dependencies[] = text
files[] = comment.module
files[] = comment.test
configure =…
comment.install file modules/comment/comment.install Install, update and uninstall functions for the comment module.
comment.module file modules/comment/comment.module Enables users to comment on published content.
comment.pages.inc file modules/comment/comment.pages.inc User page callbacks for the comment module.
comment.test file modules/comment/comment.test Tests for comment.module.
comment.tokens.inc file modules/comment/comment.tokens.inc Builds placeholder replacement tokens for comment-related data.
comment.tpl.php file modules/comment/comment.tpl.php Default theme implementation for comments.
comment.tpl.php file themes/garland/comment.tpl.php
comment.tpl.php file themes/bartik/templates/comment.tpl.php Bartik's theme implementation for comments.
CommentActionsTestCase class modules/comment/comment.test Test actions provided by the comment module.
CommentActionsTestCase::assertHookMessage function modules/comment/comment.test Pass if the message $text was set by one of the comment hooks in
comment_hook_test.module, i.e., if the $text is an element of
$_SESSION['comment_hook_test'].
CommentActionsTestCase::assertWatchdogMessage function modules/comment/comment.test Verify that a watchdog message has been entered.
CommentActionsTestCase::clearWatchdog function modules/comment/comment.test Helper function: clear the watchdog.
CommentActionsTestCase::getInfo function modules/comment/comment.test
CommentActionsTestCase::testCommentPublishUnpublishActions function modules/comment/comment.test Test comment publish and unpublish actions.
CommentActionsTestCase::testCommentPublishUnpublishHooks function modules/comment/comment.test Test comment publish and unpublish hooks.
CommentActionsTestCase::testCommentUnpublishByKeyword function modules/comment/comment.test Tests the unpublish comment by keyword action.
CommentAnonymous class modules/comment/comment.test
CommentAnonymous::getInfo function modules/comment/comment.test
CommentAnonymous::setUp function modules/comment/comment.test Sets up a Drupal site for running functional and integration tests.
CommentAnonymous::testAnonymous function modules/comment/comment.test Test anonymous comment functionality.
CommentApprovalTest class modules/comment/comment.test

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