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