Functions - Drupal 11.1.x - Drupal Core
Primary tabs
Title | Deprecated | File name | Summary | Direct uses | Strings |
---|---|---|---|---|---|
field_update_last_removed | core/ |
Implements hook_update_last_removed(). | |||
file_field_find_file_reference_column | core/ |
Determine whether a field references files stored in {file_managed}. | 1 | ||
file_get_content_headers | core/ |
Examines a file entity and returns appropriate content headers for download. | 2 | ||
file_get_file_references | core/ |
Retrieves a list of references to a file. | 2 | ||
file_managed_file_save_upload | core/ |
Saves any files that have been uploaded into a managed_file element. | 1 | ||
file_managed_file_submit | core/ |
Form submission handler for upload / remove buttons of managed_file elements. | 2 | ||
file_removed_post_updates | core/ |
Implements hook_removed_post_updates(). | |||
file_requirements | core/ |
Implements hook_requirements(). | |||
file_save_upload | core/ |
Saves file uploads to a new location. | 1 | ||
file_schema | core/ |
Implements hook_schema(). | |||
file_system_settings_submit | core/ |
Form submission handler for file system settings form. | 1 | ||
file_update_last_removed | core/ |
Implements hook_update_last_removed(). | |||
filter_default_format | core/ |
Returns the ID of the default text format for a particular user. | 3 | 1 | |
filter_fallback_format | core/ |
Returns the ID of the fallback text format that all users have access to. | 1 | 1 | |
filter_formats | core/ |
Retrieves a list of enabled text formats, ordered by weight. | 6 | 1 | |
filter_formats_reset | core/ |
Resets the text format caches. | 3 | ||
filter_get_formats_by_role | core/ |
Retrieves a list of text formats that are allowed for a given role. | |||
filter_get_roles_by_format | core/ |
Retrieves a list of roles that are allowed to use a given text format. | 4 | ||
filter_removed_post_updates | core/ |
Implements hook_removed_post_updates(). | |||
form_get_options | core/ |
Returns the indexes of a select element's options matching a given key. | |||
form_select_options | core/ |
Converts the options in a select element into a structured array for output. | 1 | ||
headers_from_lines | headers_from_lines will be removed in guzzlehttp/guzzle:8.0. Use Utils::headersFromLines instead. |
vendor/ |
Parses an array of header lines into an associative array of headers. | ||
help_preprocess_block | core/ |
Implements hook_preprocess_HOOK() for block templates. | |||
help_removed_post_updates | core/ |
Implements hook_removed_post_updates(). | |||
help_schema | core/ |
Implements hook_schema(). | |||
help_update_last_removed | core/ |
Implements hook_update_last_removed(). | |||
hide | core/ |
Hides an element from later rendering. | 1 | 4 | |
history_read | core/ |
Retrieves the timestamp for the current user's last view of a specified node. | 5 | ||
history_read_multiple | core/ |
Retrieves the last viewed timestamp for each of the passed node IDs. | 2 | 1 | |
history_schema | core/ |
Implements hook_schema(). | |||
history_update_last_removed | core/ |
Implements hook_update_last_removed(). | |||
history_write | core/ |
Updates 'last viewed' timestamp of the specified entity for the current user. | 1 | ||
hook_ajax_render_alter | core/ |
Alter the Ajax command data that is sent to the client. | |||
hook_archiver_info_alter | core/ |
Alter archiver information declared by other modules. | |||
hook_batch_alter | core/ |
Alter batch information before a batch is processed. | |||
hook_block_access | core/ |
Control access to a block instance. | |||
hook_block_alter | core/ |
Allow modules to alter the block plugin definitions. | |||
hook_block_build_alter | core/ |
Alter the result of \Drupal\Core\Block\BlockBase::build(). | |||
hook_block_build_BASE_BLOCK_ID_alter | core/ |
Provide a block plugin specific block_build alteration. | |||
hook_block_view_alter | core/ |
Alter the result of \Drupal\Core\Block\BlockBase::build(). | |||
hook_block_view_BASE_BLOCK_ID_alter | core/ |
Provide a block plugin specific block_view alteration. | |||
hook_cache_flush | core/ |
Flush all persistent and static caches. | |||
hook_ckeditor5_plugin_info_alter | core/ |
Modify the list of available CKEditor 5 plugins. | |||
hook_comment_links_alter | core/ |
Alter the links of a comment. | |||
hook_condition_info_alter | core/ |
Alter the information provided in \Drupal\Core\Condition\ConditionManager::getDefinitions(). | |||
hook_config_import_steps_alter | core/ |
Alter the configuration synchronization steps. | |||
hook_config_schema_info_alter | core/ |
Alter config typed data definitions. | |||
hook_config_translation_info | core/ |
Introduce dynamic translation tabs for translation of configuration. | |||
hook_config_translation_info_alter | core/ |
Alter existing translation tabs for translation of configuration. | |||
hook_contextual_links_alter | core/ |
Alter contextual links before they are rendered. |