Functions

Primary tabs

Name Location Description Direct uses Stringssort ascending
_filter_url_parse_full_links drupal/core/modules/filter/filter.module Makes links out of absolute URLs.
_filter_url_parse_email_links drupal/core/modules/filter/filter.module Makes links out of e-mail addresses.
_filter_url_parse_partial_links drupal/core/modules/filter/filter.module Makes links out of domain names starting with "www."
_filter_url_trim drupal/core/modules/filter/filter.module Shortens long URLs to http://www.example.com/long/url... 4
_filter_htmlcorrector drupal/core/modules/filter/filter.module Scans the input and makes sure that HTML tags are properly closed. 7
_filter_html_image_secure_process drupal/core/modules/filter/filter.module Process callback for local image filter. 1
theme_filter_html_image_secure_image drupal/core/modules/filter/filter.module Formats an image DOM element that has an invalid source.
filter_library_info drupal/core/modules/filter/filter.module Implements hook_library_info().
hook_filter_info_alter drupal/core/modules/filter/filter.api.php Perform alterations on filter definitions.
hook_filter_format_disable drupal/core/modules/filter/filter.api.php Perform actions when a text format has been disabled.
comment_uninstall drupal/core/modules/comment/comment.install Implements hook_uninstall().
comment_enable drupal/core/modules/comment/comment.install Implements hook_enable().
comment_modules_enabled drupal/core/modules/comment/comment.install Implements hook_modules_enabled().
comment_schema drupal/core/modules/comment/comment.install Implements hook_schema().
comment_update_8000 drupal/core/modules/comment/comment.install Renames {comment}.language to {comment}.langcode.
comment_update_8001 drupal/core/modules/comment/comment.install Create a UUID column for comments.
comment_update_8002 drupal/core/modules/comment/comment.install Make *id fields unsigned.
comment_update_8003 drupal/core/modules/comment/comment.install Generate a UUID for all comments.
comment_update_8004 drupal/core/modules/comment/comment.install Convert variables to state.
hook_comment_presave drupal/core/modules/comment/comment.api.php Act on a comment being inserted or updated.
hook_comment_insert drupal/core/modules/comment/comment.api.php Respond to creation of a new comment.
hook_comment_update drupal/core/modules/comment/comment.api.php Respond to updates to a comment.
hook_comment_create drupal/core/modules/comment/comment.api.php Act on a newly created comment.
hook_comment_load drupal/core/modules/comment/comment.api.php Act on comments being loaded from the database.
hook_comment_view drupal/core/modules/comment/comment.api.php Act on a comment that is being assembled before rendering.
hook_comment_view_alter drupal/core/modules/comment/comment.api.php Alter the results of comment_view().
hook_comment_publish drupal/core/modules/comment/comment.api.php Respond to a comment being published by a moderator.
hook_comment_unpublish drupal/core/modules/comment/comment.api.php Respond to a comment being unpublished by a moderator.
hook_comment_predelete drupal/core/modules/comment/comment.api.php Act before comment deletion.
hook_comment_delete drupal/core/modules/comment/comment.api.php Respond to comment deletion.
comment_token_info drupal/core/modules/comment/comment.tokens.inc Implements hook_token_info().
comment_tokens drupal/core/modules/comment/comment.tokens.inc Implements hook_tokens().
comment_views_data drupal/core/modules/comment/comment.views.inc Implements hook_views_data().
comment_views_data_alter drupal/core/modules/comment/comment.views.inc Implements hook_views_data_alter().
comment_views_plugins_row_alter drupal/core/modules/comment/comment.views.inc Implements hook_views_plugins_row_alter().
comment_help drupal/core/modules/comment/comment.module Implements hook_help().
comment_entity_bundle_info drupal/core/modules/comment/comment.module Implements hook_entity_bundle_info().
comment_node_type_load drupal/core/modules/comment/comment.module Loads the comment bundle name corresponding a given content type.
comment_uri drupal/core/modules/comment/comment.module Entity URI callback.
comment_field_extra_fields drupal/core/modules/comment/comment.module Implements hook_field_extra_fields().
comment_theme drupal/core/modules/comment/comment.module Implements hook_theme().
comment_menu drupal/core/modules/comment/comment.module Implements hook_menu().
comment_menu_alter drupal/core/modules/comment/comment.module Implements hook_menu_alter().
comment_node_type_insert drupal/core/modules/comment/comment.module Implements hook_node_type_insert().
comment_node_type_update drupal/core/modules/comment/comment.module Implements hook_node_type_update().
comment_node_type_delete drupal/core/modules/comment/comment.module Implements hook_node_type_delete().
_comment_body_field_create drupal/core/modules/comment/comment.module Creates a comment_body field instance for a given node type. 2
comment_permission drupal/core/modules/comment/comment.module Implements hook_permission().
comment_get_recent drupal/core/modules/comment/comment.module Finds the most recent comments that are available to the current user. 1
comment_new_page_count drupal/core/modules/comment/comment.module Calculates the page number for the first new comment. 4

Pages

Other projects