|
hook_file_load |
core/modules/system/system.api.php |
Load additional information into file entities. |
|
hook_file_metadata_info |
core/modules/file/file.api.php |
Provides metadata information. |
|
hook_file_metadata_info_alter |
core/modules/file/file.api.php |
Alters metadata information. |
|
hook_file_mimetype_mapping_alter |
core/modules/system/system.api.php |
Alter MIME type mappings used to determine MIME type from a file extension. |
|
hook_file_move |
core/modules/system/system.api.php |
Respond to a file that has been moved. |
|
hook_file_operations |
core/modules/file/file.api.php |
Add mass file operations. |
|
hook_file_predelete |
core/modules/system/system.api.php |
Act prior to file deletion. |
|
hook_file_presave |
core/modules/system/system.api.php |
Act on a file being inserted or updated. |
|
hook_file_ranking |
core/modules/file/file.api.php |
Provide additional methods of scoring for core search results for files. |
|
hook_file_search_result |
core/modules/file/file.api.php |
Act on a file being displayed as a search result. |
|
hook_file_transfer |
core/modules/file/file.api.php |
React to a file being downloaded. |
|
hook_file_type |
core/modules/file/file.api.php |
Decides which file type (bundle) should be assigned to a file entity. |
|
hook_file_type_alter |
core/modules/file/file.api.php |
Alters list of file types that can be assigned to a file. |
|
hook_file_update |
core/modules/system/system.api.php |
Respond to a file being updated. |
|
hook_file_update_index |
core/modules/file/file.api.php |
Act on a file being indexed for searching. |
|
hook_file_upload_skip_fields_alter |
core/modules/file/file.api.php |
Alters skip fields status. |
|
hook_file_url_alter |
core/modules/system/system.api.php |
Alter the URL to a file. |
|
hook_file_validate |
core/modules/system/system.api.php |
Check that files meet a given criteria. |
|
hook_file_view |
core/modules/file/file.api.php |
Add to files as they are viewed. |
|
hook_file_view_alter |
core/modules/file/file.api.php |
Alter files as they are viewed. |
|
hook_filter_FILTER_js_settings |
core/modules/filter/filter.api.php |
JavaScript settings callback for hook_filter_info(). |
|
hook_filter_format_disable |
core/modules/filter/filter.api.php |
Perform actions when a text format has been disabled. |
|
hook_filter_format_insert |
core/modules/filter/filter.api.php |
Perform actions when a new text format has been created. |
|
hook_filter_format_update |
core/modules/filter/filter.api.php |
Perform actions when a text format has been updated. |
|
hook_filter_info |
core/modules/filter/filter.api.php |
Define content filters. |
|
hook_filter_info_alter |
core/modules/filter/filter.api.php |
Perform alterations on filter definitions. |
|
hook_filter_js_settings_alter |
core/modules/filter/filter.api.php |
Perform alterations on the JavaScript settings that are added for filters. |
|
hook_flush_caches |
core/modules/system/system.api.php |
Add a list of cache tables to be cleared. |
|
hook_form |
core/modules/node/node.api.php |
Display a node editing form. |
|
hook_forms |
core/modules/system/system.api.php |
Map form_ids to form builder functions. |
|
hook_form_alter |
core/modules/system/system.api.php |
Perform alterations before a form is rendered. |
|
hook_form_BASE_FORM_ID_alter |
core/modules/system/system.api.php |
Provide a form-specific alteration for shared ('base') forms. |
|
hook_form_FORM_ID_alter |
core/modules/system/system.api.php |
Provide a form-specific alteration instead of the global hook_form_alter(). |
|
hook_form_system_theme_settings_alter |
core/modules/system/theme.api.php |
Allow themes to alter the theme-specific settings form. |
|
hook_hook_info |
core/modules/system/system.api.php |
Defines one or more hooks that are exposed by a module. |
|
hook_hook_info_alter |
core/modules/system/system.api.php |
Alter information from hook_hook_info(). |
|
hook_html_head_alter |
core/modules/system/system.api.php |
Alter XHTML HEAD tags before they are rendered by backdrop_get_html_head(). |
|
hook_icon_allowed_styles_alter |
core/modules/system/system.api.php |
Modify the list of available icon styles. |
|
hook_icon_get_all_details_alter |
core/modules/system/system.api.php |
Modify the list of icon details. |
|
hook_icon_info |
core/modules/system/system.api.php |
Provides reusable icons from a module. |
|
hook_icon_info_alter |
core/modules/system/system.api.php |
Modify the list of icons provided by other modules. |
|
hook_image_effect_info |
core/modules/image/image.api.php |
Define information about image effects provided by a module. |
|
hook_image_effect_info_alter |
core/modules/image/image.api.php |
Alter the information provided in hook_image_effect_info(). |
|
hook_image_styles_alter |
core/modules/image/image.api.php |
Modify any image styles provided by other modules or the user. |
|
hook_image_style_delete |
core/modules/image/image.api.php |
Respond to image style deletion. |
|
hook_image_style_flush |
core/modules/image/image.api.php |
Respond to image style flushing. |
|
hook_image_style_save |
core/modules/image/image.api.php |
Respond to image style updating. |
|
hook_image_supported_extensions_alter |
core/modules/image/image.api.php |
Modify the array of supported image extensions. |
|
hook_image_toolkits |
core/modules/system/system.api.php |
Define image toolkits provided by this module. |
|
hook_init |
core/modules/system/system.api.php |
Perform setup tasks for non-cached page requests. |