Search for comment
- Search 9.5.x for comment
- Search 8.9.x for comment
- Search 10.3.x for comment
- Search 11.x for comment
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
comment_theme | function | modules/ |
Implements hook_theme(). |
comment_tokens | function | modules/ |
Implements hook_tokens(). |
comment_token_info | function | modules/ |
Implements hook_token_info(). |
comment_uninstall | function | modules/ |
Implements hook_uninstall(). |
comment_unpublish_action | function | modules/ |
Unpublishes a comment. |
comment_unpublish_by_keyword_action | function | modules/ |
Unpublishes a comment if it contains certain keywords. |
comment_unpublish_by_keyword_action_form | function | modules/ |
Form builder; Prepare a form for blacklisted keywords. |
comment_unpublish_by_keyword_action_submit | function | modules/ |
Process comment_unpublish_by_keyword_action_form form submissions. |
comment_update_7000 | function | modules/ |
Rename comment display setting variables. |
comment_update_7001 | function | modules/ |
Change comment status from published being 0 to being 1 |
comment_update_7002 | function | modules/ |
Rename {comments} table to {comment} and upgrade it. |
comment_update_7003 | function | modules/ |
Split {comment}.timestamp into 'created' and 'changed', improve indexing on {comment}. |
comment_update_7004 | function | modules/ |
Upgrade the {node_comment_statistics} table. |
comment_update_7005 | function | modules/ |
Create the comment_body field. |
comment_update_7006 | function | modules/ |
Migrate data from the comment field to field storage. |
comment_update_7007 | function | modules/ |
Add an index to the created column. |
comment_update_7008 | function | modules/ |
Update database to match Drupal 7 schema. |
comment_update_7009 | function | modules/ |
Change the last_comment_timestamp column description. |
comment_update_dependencies | function | modules/ |
Implements hook_update_dependencies(). |
comment_update_index | function | modules/ |
Implements hook_update_index(). |
comment_uri | function | modules/ |
Implements callback_entity_info_uri(). |
comment_user_cancel | function | modules/ |
Implements hook_user_cancel(). |
comment_user_delete | function | modules/ |
Implements hook_user_delete(). |
comment_view | function | modules/ |
Generate an array for rendering the given comment. |
comment_view_multiple | function | modules/ |
Construct a drupal_render() style array from an array of loaded comments. |
DatabaseConnection::filterComment | function | includes/ |
Sanitize a query comment string. |
DatabaseConnection::makeComment | function | includes/ |
Flatten an array of query comments into a single comment string. |
DatabaseSchema::prepareComment | function | includes/ |
Prepare a table or column comment for database query. |
DatabaseSchema_mysql::COMMENT_MAX_COLUMN | constant | includes/ |
Maximum length of a column comment in MySQL. |
DatabaseSchema_mysql::COMMENT_MAX_TABLE | constant | includes/ |
Maximum length of a table comment in MySQL. |
DatabaseSchema_mysql::getComment | function | includes/ |
Retrieve a table or column comment. |
DatabaseSchema_mysql::prepareComment | function | includes/ |
Prepare a table or column comment for database query. |
DatabaseSchema_pgsql::getComment | function | includes/ |
Retrieve a table or column comment. |
DatabaseSelectTestCase::makeCommentsProvider | function | modules/ |
Provides expected and input values for testVulnerableComment(). |
DatabaseSelectTestCase::testSimpleComment | function | modules/ |
Test rudimentary SELECT statement with a COMMENT. |
DatabaseSelectTestCase::testVulnerableComment | function | modules/ |
Test query COMMENT system against vulnerabilities. |
drupal-6.comments.database.php | file | modules/ |
|
drupal_pre_render_conditional_comments | function | includes/ |
#pre_render callback to render #browsers into #prefix and #suffix. |
EntityCrudHookTestCase::testCommentHooks | function | modules/ |
Tests hook invocations for CRUD operations on comments. |
entity_crud_hook_test_comment_delete | function | modules/ |
Implements hook_comment_delete(). |
entity_crud_hook_test_comment_insert | function | modules/ |
Implements hook_comment_insert(). |
entity_crud_hook_test_comment_load | function | modules/ |
Implements hook_comment_load(). |
entity_crud_hook_test_comment_presave | function | modules/ |
Implements hook_comment_presave(). |
entity_crud_hook_test_comment_update | function | modules/ |
Implements hook_comment_update(). |
FileFieldWidgetTestCase::testPrivateFileComment | function | modules/ |
Tests that download restrictions on private files work on comments. |
forum_comment_delete | function | modules/ |
Implements hook_comment_delete(). |
forum_comment_publish | function | modules/ |
Implements hook_comment_publish(). |
forum_comment_unpublish | function | modules/ |
Implements hook_comment_unpublish(). |
forum_comment_update | function | modules/ |
Implements hook_comment_update(). |
garland_preprocess_comment | function | themes/ |
Override or insert variables into the comment template. |
Pagination
- Previous page
- Page 5
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.