hook_field_storage_info |
drupal/core/modules/field/field.api.php |
Expose Field API storage backends. |
|
|
hook_field_storage_info_alter |
drupal/core/modules/field/field.api.php |
Perform alterations on Field API storage types. |
|
|
hook_field_storage_load |
drupal/core/modules/field/field.api.php |
Load field data for a set of entities. |
|
|
hook_field_storage_pre_insert |
drupal/core/modules/field/field.api.php |
Act before the storage backends insert field data. |
|
|
hook_field_storage_pre_load |
drupal/core/modules/field/field.api.php |
Act before the storage backends load field data. |
|
|
hook_field_storage_pre_update |
drupal/core/modules/field/field.api.php |
Act before the storage backends update field data. |
|
|
hook_field_storage_purge |
drupal/core/modules/field/field.api.php |
Remove field storage information when field data is purged. |
|
|
hook_field_storage_purge_field |
drupal/core/modules/field/field.api.php |
Remove field storage information when a field record is purged. |
|
|
hook_field_storage_purge_field_instance |
drupal/core/modules/field/field.api.php |
Remove field storage information when a field instance is purged. |
|
|
hook_field_storage_query |
drupal/core/modules/field/field.api.php |
Execute a Drupal\Core\Entity\EntityFieldQuery. |
|
|
hook_field_storage_update_field |
drupal/core/modules/field/field.api.php |
Update the storage information for a field. |
|
|
hook_field_storage_write |
drupal/core/modules/field/field.api.php |
Write field data for an entity. |
|
|
hook_field_update |
drupal/core/modules/field/field.api.php |
Define custom update behavior for this module's field data. |
|
|
hook_field_update_field |
drupal/core/modules/field/field.api.php |
Act on a field being updated. |
|
|
hook_field_update_forbid |
drupal/core/modules/field/field.api.php |
Forbid a field update from occurring. |
|
|
hook_field_update_instance |
drupal/core/modules/field/field.api.php |
Act on a field instance being updated. |
|
|
hook_field_validate |
drupal/core/modules/field/field.api.php |
Validate this module's field data. |
|
|
hook_field_widget_form_alter |
drupal/core/modules/field/field.api.php |
Alter forms for field widgets provided by other modules. |
|
|
hook_field_widget_info_alter |
drupal/core/modules/field/field.api.php |
Perform alterations on Field API widget types. |
|
|
hook_field_widget_WIDGET_TYPE_form_alter |
drupal/core/modules/field/field.api.php |
Alter widget forms for a specific widget provided by another module. |
|
|
hook_filetransfer_info |
drupal/core/modules/system/system.api.php |
Register information about FileTransfer classes provided by a module. |
|
|
hook_filetransfer_info_alter |
drupal/core/modules/system/system.api.php |
Alter the FileTransfer class registry. |
|
|
hook_file_copy |
drupal/core/modules/file/file.api.php |
Respond to a file that has been copied. |
|
|
hook_file_create |
drupal/core/modules/file/file.api.php |
Act on a newly created file. |
|
|
hook_file_delete |
drupal/core/modules/file/file.api.php |
Respond to file deletion. |
|
|
hook_file_download |
drupal/core/modules/system/system.api.php |
Control access to private file downloads and specify HTTP headers. |
|
|
hook_file_download_access |
drupal/core/modules/file/file.api.php |
Control download access to files. |
|
|
hook_file_download_access_alter |
drupal/core/modules/file/file.api.php |
Alter the access rules applied to a file download. |
|
|
hook_file_insert |
drupal/core/modules/file/file.api.php |
Respond to a file being added. |
|
|
hook_file_load |
drupal/core/modules/file/file.api.php |
Load additional information into file entities. |
|
|
hook_file_mimetype_mapping_alter |
drupal/core/modules/system/system.api.php |
Alter MIME type mappings used to determine MIME type from a file extension. |
|
|
hook_file_move |
drupal/core/modules/file/file.api.php |
Respond to a file that has been moved. |
|
|
hook_file_predelete |
drupal/core/modules/file/file.api.php |
Act prior to file deletion. |
|
|
hook_file_presave |
drupal/core/modules/file/file.api.php |
Act on a file being inserted or updated. |
|
|
hook_file_update |
drupal/core/modules/file/file.api.php |
Respond to a file being updated. |
|
|
hook_file_url_alter |
drupal/core/modules/system/system.api.php |
Alter the URL to a file. |
|
|
hook_file_validate |
drupal/core/modules/file/file.api.php |
Check that files meet a given criteria. |
|
|
hook_filter_format_disable |
drupal/core/modules/filter/filter.api.php |
Perform actions when a text format has been disabled. |
|
|
hook_filter_info_alter |
drupal/core/modules/filter/filter.api.php |
Perform alterations on filter definitions. |
|
|
hook_form |
drupal/core/modules/node/node.api.php |
Display a node editing form. |
|
|
hook_forms |
drupal/core/modules/system/system.api.php |
Map form_ids to form builder functions. |
|
|
hook_form_alter |
drupal/core/modules/system/system.api.php |
Perform alterations before a form is rendered. |
|
|
hook_form_BASE_FORM_ID_alter |
drupal/core/modules/system/system.api.php |
Provide a form-specific alteration for shared ('base') forms. |
|
|
hook_form_FORM_ID_alter |
drupal/core/modules/system/system.api.php |
Provide a form-specific alteration instead of the global hook_form_alter(). |
|
|
hook_form_system_theme_settings_alter |
drupal/core/modules/system/theme.api.php |
Allow themes to alter the theme-specific settings form. |
|
|
hook_help |
drupal/core/modules/help/help.api.php |
Provide online user help. |
|
|
hook_hook_info |
drupal/core/modules/system/system.api.php |
Defines one or more hooks that are exposed by a module. |
|
|
hook_html_head_alter |
drupal/core/modules/system/system.api.php |
Alter XHTML HEAD tags before they are rendered by drupal_get_html_head(). |
|
|
hook_image_effect_info |
drupal/core/modules/image/image.api.php |
Define information about image effects provided by a module. |
|
|
hook_image_effect_info_alter |
drupal/core/modules/image/image.api.php |
Alter the information provided in hook_image_effect_info(). |
|
|