comment_alter_cmp |
./comment_alter.module |
usort comparison function. |
|
1 |
comment_alter_comment_delete |
./comment_alter.module |
Implements hook_ENTITY_TYPE_delete(). |
|
|
comment_alter_comment_links_alter |
./comment_alter.module |
Implements hook_comment_links_alter(). |
|
|
comment_alter_comment_load |
./comment_alter.module |
Implements hook_ENTITY_TYPE_load(). |
|
|
comment_alter_comment_view |
./comment_alter.module |
Implements hook_ENTITY_TYPE_view(). |
|
|
comment_alter_entity_extra_field_info |
./comment_alter.module |
Implements hook_entity_extra_field_info(). |
|
|
comment_alter_entity_revision_delete |
./comment_alter.module |
Implements hook_entity_revision_delete(). |
|
|
comment_alter_form_comment_form_alter |
./comment_alter.module |
Implements hook_form_BASE_FORM_ID_alter(). |
|
|
comment_alter_form_comment_form_alter_after_build |
./comment_alter.module |
Custom #after_build callback for comment_form to add comment alterable
columns info and values. |
|
1 |
comment_alter_form_comment_form_alter_submit |
./comment_alter.module |
Submit callback for the altered comment form. |
|
1 |
comment_alter_form_comment_form_alter_validate |
./comment_alter.module |
Validation callback for the altered comment form. |
|
1 |
comment_alter_form_field_config_edit_form_alter |
./comment_alter.module |
Implements hook_form_FORM_ID_alter(). |
|
|
comment_alter_get_alterable_fields |
./comment_alter.module |
Returns the comment alterable fields for an entity. |
3 |
|
comment_alter_get_changed_fields |
./comment_alter.module |
Returns a table showing the differences committed with a particular comment. |
1 |
|
comment_alter_get_rows_diff |
./comment_alter.module |
Prepare the table rows for theme 'table'. |
1 |
|
comment_alter_schema |
./comment_alter.install |
Implements hook_schema(). |
|
|
_comment_alter_cleanup_arrays |
./comment_alter.module |
Helper function to recursively clean up semi-empty arrays. |
1 |
|
_comment_alter_cleanup_field_values |
./comment_alter.module |
Helper function to clean up field values for comparison. |
1 |
|