|
hook_block_save |
core/modules/layout/layout.api.php |
Save the configuration options from hook_block_configure(). |
|
hook_block_view |
core/modules/layout/layout.api.php |
Return a rendered or renderable view of a block. |
|
hook_block_view_alter |
core/modules/layout/layout.api.php |
Perform alterations to the content of a block. |
|
hook_block_view_MODULE_DELTA_alter |
core/modules/layout/layout.api.php |
Perform alterations to a specific block. |
|
hook_boot |
core/modules/system/system.api.php |
Perform setup tasks for all page requests. |
|
hook_ckeditor5_css_alter |
core/modules/ckeditor5/ckeditor5.api.php |
Modify the list of CSS files that will be added to a CKEditor 5 instance. |
|
hook_ckeditor5_plugins |
core/modules/ckeditor5/ckeditor5.api.php |
Provides a list of CKEditor plugins. |
|
hook_ckeditor5_plugins_alter |
core/modules/ckeditor5/ckeditor5.api.php |
Modify the list of available CKEditor plugins. |
|
hook_ckeditor5_PLUGIN_plugin_check |
core/modules/ckeditor5/ckeditor5.api.php |
Enabled callback for hook_ckeditor5_plugins(). |
|
hook_ckeditor5_settings_alter |
core/modules/ckeditor5/ckeditor5.api.php |
Modify the raw CKEditor settings passed to the editor. |
|
hook_ckeditor5_upgrade_button_mapping |
core/modules/ckeditor5/ckeditor5.api.php |
Specify the button mapping used between CKEditor 4 and CKEditor 5 upgrades. |
|
hook_ckeditor5_upgrade_button_mapping_alter |
core/modules/ckeditor5/ckeditor5.api.php |
Modify the button mapping used between CKEditor 4 and CKEditor 5 upgrades. |
|
hook_ckeditor5_upgrade_format_alter |
core/modules/ckeditor5/ckeditor5.api.php |
Modify a text format when it is upgraded from CKEditor 4 to CKEditor 5. |
|
hook_ckeditor_css_alter |
core/modules/ckeditor/ckeditor.api.php |
Modify the list of CSS files that will be added to a CKEditor 4 instance. |
|
hook_ckeditor_plugins |
core/modules/ckeditor/ckeditor.api.php |
Provides a list of CKEditor 4 plugins. |
|
hook_ckeditor_plugins_alter |
core/modules/ckeditor/ckeditor.api.php |
Modify the list of available CKEditor 4 plugins. |
|
hook_ckeditor_PLUGIN_plugin_check |
core/modules/ckeditor/ckeditor.api.php |
Enabled callback for hook_ckeditor_plugins(). |
|
hook_ckeditor_settings_alter |
core/modules/ckeditor/ckeditor.api.php |
Modify the raw CKEditor 4 settings passed to the editor. |
|
hook_comment_delete |
core/modules/comment/comment.api.php |
Respond to comment deletion. |
|
hook_comment_insert |
core/modules/comment/comment.api.php |
Respond to creation of a new comment. |
|
hook_comment_load |
core/modules/comment/comment.api.php |
Act on comments being loaded from the database. |
|
hook_comment_predelete |
core/modules/comment/comment.api.php |
Act before comment deletion. |
|
hook_comment_presave |
core/modules/comment/comment.api.php |
Act on a comment being inserted or updated. |
|
hook_comment_publish |
core/modules/comment/comment.api.php |
Respond to a comment being published by a moderator. |
|
hook_comment_unpublish |
core/modules/comment/comment.api.php |
Respond to a comment being unpublished by a moderator. |
|
hook_comment_update |
core/modules/comment/comment.api.php |
Respond to updates to a comment. |
|
hook_comment_view |
core/modules/comment/comment.api.php |
Act on a comment that is being assembled before rendering. |
|
hook_comment_view_alter |
core/modules/comment/comment.api.php |
Alter the results of comment_view(). |
|
hook_config_create |
core/modules/config/config.api.php |
Respond to configuration creation. |
|
hook_config_create_validate |
core/modules/config/config.api.php |
Validate a new configuration before saving it. |
|
hook_config_data_validate |
core/modules/config/config.api.php |
Validate a configuration before saving it. |
|
hook_config_delete |
core/modules/config/config.api.php |
Respond to configuration deletion. |
|
hook_config_delete_validate |
core/modules/config/config.api.php |
Validate configuration deletions before deleting them. |
|
hook_config_info |
core/modules/config/config.api.php |
Provides a list of configuration prefixes for describing configuration files. |
|
hook_config_update |
core/modules/config/tests/config_test_hooks/config_test_hooks.module |
Implements hook_config_update(). |
|
hook_config_update |
core/modules/config/config.api.php |
Respond to configuration updates. |
|
hook_config_update_validate |
core/modules/config/config.api.php |
Validate configuration changes before saving them. |
|
hook_contextual_links_view_alter |
core/modules/contextual/contextual.api.php |
Alter a contextual links element before it is rendered. |
|
hook_countries_alter |
core/modules/system/system.api.php |
Alter the default country list. |
|
hook_cron |
core/modules/system/system.api.php |
Perform periodic actions. |
|
hook_cron_queue_info |
core/modules/system/system.api.php |
Declare queues holding items that need to be run periodically. |
|
hook_cron_queue_info_alter |
core/modules/system/system.api.php |
Alter cron queue information before cron runs. |
|
hook_css_alter |
core/modules/system/system.api.php |
Alter CSS files before they are output on the page. |
|
hook_custom_theme |
core/modules/system/system.api.php |
Return the machine-readable name of the theme to use for the current page. |
|
hook_date_combo_pre_validate_alter |
core/modules/date/date.api.php |
Alter the date_combo element before the rest of the validation is run. |
|
hook_date_combo_process_alter |
core/modules/date/date.api.php |
Alter the date_combo element after the Date module is finished with it. |
|
hook_date_combo_validate_date_end_alter |
core/modules/date/date.api.php |
Alter the local end date objects created by the date_combo validation. |
|
hook_date_combo_validate_date_start_alter |
core/modules/date/date.api.php |
Alter the local start date objects created by the date_combo validation. |
|
hook_date_default_argument_alter |
core/modules/date/date.api.php |
Alter the default value for a date argument. |
|
hook_date_field_formatter_settings_form_alter |
core/modules/date/date.api.php |
Alter a date field formatter settings form. |