Install, update and uninstall functions for the Comment module.

File

core/modules/comment/comment.install

Functions

Namesort descending Description
comment_enable Implements hook_enable().
comment_install Implements hook_install().
comment_modules_enabled Implements hook_modules_enabled().
comment_schema Implements hook_schema().
comment_schema_alter Implements hook_schema_alter().
comment_uninstall Implements hook_uninstall().
comment_update_1000 Renames {comment}.language to {comment}.langcode.
comment_update_1001 Move comment content type settings into configuration files.
comment_update_1002 Move comment variables to configuration files.
comment_update_1003 Node type comment settings should be closed instead of hidden by default.
comment_update_1004 Add an Override column for automatic comment closing for individual nodes.
comment_update_1005 Move default comment view to comment module.
comment_update_1006 Creates the table to enable caching of Comment entities.
comment_update_1007 Give access to the new 'Administer comment settings' permission as needed.
comment_update_1008 Replace comment_subject_field setting with comment_title_options.
comment_update_dependencies Implements hook_update_dependencies().