Search for all
Title | Object type | File name | Summary |
---|---|---|---|
ColorTestCase::testColor | function | modules/ |
Tests the Color module functionality. |
ColorTestCase::testValidColor | function | modules/ |
Tests whether the provided color is valid. |
ColorTestCase::_testColor | function | modules/ |
Tests the Color module functionality using the given theme. |
ColorUnitTestCase | class | modules/ |
Unit tests for the color.module |
ColorUnitTestCase::$test_values | property | modules/ |
|
ColorUnitTestCase::getInfo | function | modules/ |
|
ColorUnitTestCase::setUp | function | modules/ |
Set up the test environment. |
ColorUnitTestCase::testColorPack | function | modules/ |
|
ColorUnitTestCase::testColorUnpack | function | modules/ |
|
color_form_system_themes_alter | function | modules/ |
Implements hook_form_FORM_ID_alter(). |
color_form_system_theme_settings_alter | function | modules/ |
Implements hook_form_FORM_ID_alter(). |
color_get_info | function | modules/ |
Retrieves the Color module information for a particular theme. |
color_get_palette | function | modules/ |
Retrieves the color palette for a particular theme. |
color_help | function | modules/ |
Implements hook_help(). |
color_palette_color_value | function | modules/ |
Determines the value for a palette color field. |
color_requirements | function | modules/ |
Implements hook_requirements(). |
color_scheme_form | function | modules/ |
Form constructor for the color configuration form for a particular theme. |
color_scheme_form_submit | function | modules/ |
Form submission handler for color_scheme_form(). |
color_scheme_form_validate | function | modules/ |
Form validation handler for color_scheme_form(). |
color_theme | function | modules/ |
Implements hook_theme(). |
color_update_7001 | function | modules/ |
Warn site administrator if unsafe CSS color codes are found in the database. |
color_valid_hexadecimal_string | function | modules/ |
Determines if a hexadecimal CSS color string is valid. |
comment-rtl.css | file | modules/ |
.indented { margin-left: 0; margin-right: 25px; } |
comment-wrapper.tpl.php | file | modules/ |
Default theme implementation to provide an HTML container for comments. |
comment-wrapper.tpl.php | file | themes/ |
Bartik's theme implementation to provide an HTML container for comments. |
comment.admin.inc | file | modules/ |
Admin page callbacks for the comment module. |
comment.api.php | file | modules/ |
Hooks provided by the Comment module. |
comment.css | file | modules/ |
#comments { margin-top: 15px; } .indented { margin-left: 25px; /* LTR */ } .comment-unpublished { background-color: #fff4f4; } .comment-preview { background-color: #ffffea; } |
comment.info | file | modules/ |
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/ |
Install, update and uninstall functions for the comment module. |
comment.module | file | modules/ |
Enables users to comment on published content. |
comment.pages.inc | file | modules/ |
User page callbacks for the comment module. |
comment.test | file | modules/ |
Tests for comment.module. |
comment.tokens.inc | file | modules/ |
Builds placeholder replacement tokens for comment-related data. |
comment.tpl.php | file | modules/ |
Default theme implementation for comments. |
comment.tpl.php | file | themes/ |
|
comment.tpl.php | file | themes/ |
Bartik's theme implementation for comments. |
CommentActionsTestCase | class | modules/ |
Test actions provided by the comment module. |
CommentActionsTestCase::assertHookMessage | function | modules/ |
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/ |
Verify that a watchdog message has been entered. |
CommentActionsTestCase::clearWatchdog | function | modules/ |
Helper function: clear the watchdog. |
CommentActionsTestCase::getInfo | function | modules/ |
|
CommentActionsTestCase::testCommentPublishUnpublishActions | function | modules/ |
Test comment publish and unpublish actions. |
CommentActionsTestCase::testCommentPublishUnpublishHooks | function | modules/ |
Test comment publish and unpublish hooks. |
CommentActionsTestCase::testCommentUnpublishByKeyword | function | modules/ |
Tests the unpublish comment by keyword action. |
CommentAnonymous | class | modules/ |
|
CommentAnonymous::getInfo | function | modules/ |
|
CommentAnonymous::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
CommentAnonymous::testAnonymous | function | modules/ |
Test anonymous comment functionality. |
CommentApprovalTest | class | modules/ |
Pagination
- Previous page
- Page 20
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.