color_get_palette |
drupal/modules/color/color.module |
Retrieves the color palette for a particular theme. |
3 |
|
color_help |
drupal/modules/color/color.module |
Implements hook_help(). |
|
|
color_palette_color_value |
drupal/modules/color/color.module |
Determines the value for a palette color field. |
|
1 |
color_requirements |
drupal/modules/color/color.install |
Implements hook_requirements(). |
|
|
color_scheme_form |
drupal/modules/color/color.module |
Form constructor for the color configuration form for a particular theme. |
1 |
1 |
color_scheme_form_submit |
drupal/modules/color/color.module |
Form submission handler for color_scheme_form(). |
|
1 |
color_scheme_form_validate |
drupal/modules/color/color.module |
Form validation handler for color_scheme_form(). |
|
1 |
color_theme |
drupal/modules/color/color.module |
Implements hook_theme(). |
|
|
color_update_7001 |
drupal/modules/color/color.install |
Warn site administrator if unsafe CSS color codes are found in the database. |
|
|
color_valid_hexadecimal_string |
drupal/modules/color/color.module |
Determines if a hexadecimal CSS color string is valid. |
2 |
|
comment_access |
drupal/modules/comment/comment.module |
Determines whether the current user has access to a particular comment. |
1 |
1 |
comment_action_info |
drupal/modules/comment/comment.module |
Implements hook_action_info(). |
|
|
comment_admin |
drupal/modules/comment/comment.admin.inc |
Menu callback; present an administrative comment listing. |
|
1 |
comment_admin_overview |
drupal/modules/comment/comment.admin.inc |
Form builder for the comment overview administration form. |
|
1 |
comment_admin_overview_submit |
drupal/modules/comment/comment.admin.inc |
Process comment_admin_overview form submissions. |
|
|
comment_admin_overview_validate |
drupal/modules/comment/comment.admin.inc |
Validate comment_admin_overview form submissions. |
|
|
comment_approve |
drupal/modules/comment/comment.pages.inc |
Menu callback; publish specified comment. |
|
1 |
comment_block_configure |
drupal/modules/comment/comment.module |
Implements hook_block_configure(). |
|
|
comment_block_info |
drupal/modules/comment/comment.module |
Implements hook_block_info(). |
|
|
comment_block_save |
drupal/modules/comment/comment.module |
Implements hook_block_save(). |
|
|
comment_block_view |
drupal/modules/comment/comment.module |
Implements hook_block_view(). |
|
|
comment_build_content |
drupal/modules/comment/comment.module |
Builds a structured array representing the comment's content. |
1 |
|
comment_confirm_delete |
drupal/modules/comment/comment.admin.inc |
Form builder; Builds the confirmation form for deleting a single comment. |
|
1 |
comment_confirm_delete_page |
drupal/modules/comment/comment.admin.inc |
Page callback for comment deletions. |
|
1 |
comment_confirm_delete_submit |
drupal/modules/comment/comment.admin.inc |
Process comment_confirm_delete form submissions. |
|
|
comment_count_unpublished |
drupal/modules/comment/comment.module |
Returns a menu title which includes the number of unapproved comments. |
|
1 |
comment_delete |
drupal/modules/comment/comment.module |
Delete a comment and all its replies. |
2 |
3 |
comment_delete_multiple |
drupal/modules/comment/comment.module |
Delete comments and all their replies. |
6 |
|
comment_edit_page |
drupal/modules/comment/comment.module |
Page callback for comment editing. |
|
1 |
comment_enable |
drupal/modules/comment/comment.install |
Implements hook_enable(). |
|
|
comment_entity_info |
drupal/modules/comment/comment.module |
Implements hook_entity_info(). |
|
|
comment_field_extra_fields |
drupal/modules/comment/comment.module |
Implements hook_field_extra_fields(). |
|
|
comment_file_download_access |
drupal/modules/comment/comment.module |
Implements hook_file_download_access(). |
|
|
comment_form |
drupal/modules/comment/comment.module |
Generate the basic commenting form, for appending to a node or display on a separate page. |
|
1 |
comment_forms |
drupal/modules/comment/comment.module |
Implements hook_forms(). |
|
|
comment_form_build_preview |
drupal/modules/comment/comment.module |
Build a preview from submitted form values. |
|
1 |
comment_form_node_form_alter |
drupal/modules/comment/comment.module |
Implements hook_form_BASE_FORM_ID_alter(). |
|
|
comment_form_node_type_form_alter |
drupal/modules/comment/comment.module |
Implements hook_form_FORM_ID_alter(). |
|
|
comment_form_submit |
drupal/modules/comment/comment.module |
Process comment form submissions; prepare the comment, store it, and set a redirection target. |
|
|
comment_form_submit_build_comment |
drupal/modules/comment/comment.module |
Updates the form state's comment entity by processing this submission's values. |
2 |
|
comment_form_validate |
drupal/modules/comment/comment.module |
Validate comment form submissions. |
|
|
comment_get_display_ordinal |
drupal/modules/comment/comment.module |
Get the display ordinal for a comment, starting from 0. |
1 |
|
comment_get_display_page |
drupal/modules/comment/comment.module |
Return the page number for a comment. |
2 |
|
comment_get_recent |
drupal/modules/comment/comment.module |
Find the most recent comments that are available to the current user. |
1 |
|
comment_get_thread |
drupal/modules/comment/comment.module |
Retrieve comments for a thread. |
2 |
|
comment_help |
drupal/modules/comment/comment.module |
Implements hook_help(). |
|
|
comment_links |
drupal/modules/comment/comment.module |
Helper function, build links for an individual comment. |
1 |
|
comment_load |
drupal/modules/comment/comment.module |
Load the entire comment by cid. |
21 |
|
comment_load_multiple |
drupal/modules/comment/comment.module |
Load comments from the database. |
8 |
|
comment_menu |
drupal/modules/comment/comment.module |
Implements hook_menu(). |
|
|