Functions - Drupal 11.1.x - Drupal Core
Primary tabs
Title | Deprecated | File name | Summary | Direct uses | Strings |
---|---|---|---|---|---|
abstract_arg | vendor/ |
Creates an abstract argument. | |||
all | vendor/ |
Returns a promise that will resolve only once all the items in `$promisesOrValues` have resolved. The resolution value of the returned promise will be an array containing the resolution values of each of the items in `$promisesOrValues`. | 95 | ||
any | vendor/ |
Returns a promise that will resolve when any one of the items in `$promisesOrValues` resolves. The resolution value of the returned promise will be the resolution value of the triggering item. | 9 | ||
authorize_access_allowed | core/ |
Determines if the current user is allowed to run authorize.php. | 1 | ||
automated_cron_settings_submit | core/ |
Form submission handler for system_cron_settings(). | 1 | ||
ban_schema | core/ |
Implements hook_schema(). | |||
base_path | core/ |
Returns the base URL path (i.e., directory) of the Drupal installation. | 11 | ||
batch_get | core/ |
Retrieves the current batch. | 16 | ||
batch_process | core/ |
Processes the batch. | 8 | ||
batch_set | core/ |
Adds a new batch. | 17 | ||
big_pipe_removed_post_updates | core/ |
Implements hook_removed_post_updates(). | |||
big_pipe_theme_suggestions_big_pipe_interface_preview | core/ |
Implements hook_theme_suggestions_HOOK(). | |||
block_content_add_body_field | core/ |
Adds the default body field to a block type. | 1 | ||
block_content_removed_post_updates | core/ |
Implements hook_removed_post_updates(). | |||
block_content_update_last_removed | core/ |
Implements hook_update_last_removed(). | |||
block_install | core/ |
Implements hook_install(). | |||
block_post_update_make_weight_integer | core/ |
Ensures that all block weights are integers. | |||
block_removed_post_updates | core/ |
Implements hook_removed_post_updates(). | |||
block_themes_installed | core/ |
Initializes blocks for installed themes. | |||
block_theme_initialize | core/ |
Assigns an initial, default set of blocks for a theme. | 3 | ||
block_theme_suggestions_block | core/ |
Implements hook_theme_suggestions_HOOK(). | |||
block_update_last_removed | core/ |
Implements hook_update_last_removed(). | |||
callback_allowed_values_function | core/ |
Provide the allowed values for a 'list_*' field. | |||
callback_batch_finished | core/ |
Complete a batch process. | |||
callback_batch_operation | core/ |
Perform a single batch operation. | |||
camel2underscore | vendor/ |
1 | |||
check_markup | core/ |
Runs all the enabled filters on a piece of text. | 1 | 2 | |
choose_handler | choose_handler will be removed in guzzlehttp/guzzle:8.0. Use Utils::chooseHandler instead. |
vendor/ |
Chooses and creates a default handler to use based on the environment. | ||
ckeditor5_filter_format_edit_form_submit | core/ |
Form submission handler for filter format forms. | 1 | ||
ckeditor5_module_implements_alter | core/ |
Implements hook_module_implements_alter(). | |||
ckeditor5_removed_post_updates | core/ |
Implements hook_removed_post_updates(). | |||
claro_element_info_alter | core/ |
Implements hook_element_info_alter(). | |||
claro_form_alter | core/ |
Implements hook_form_alter(). | |||
claro_form_media_form_alter | core/ |
Implements hook_form_BASE_FORM_ID_alter() for \Drupal\media\MediaForm. | |||
claro_form_media_library_add_form_alter | core/ |
Implements hook_form_BASE_FORM_ID_alter(). | |||
claro_form_media_library_add_form_oembed_alter | core/ |
Implements hook_form_FORM_ID_alter(). | |||
claro_form_media_library_add_form_upload_alter | core/ |
Implements hook_form_FORM_ID_alter(). | |||
claro_form_menu_link_content_form_alter | core/ |
Implements hook_form_BASE_FORM_ID_alter() for MenuLinkContentForm. | 1 | ||
claro_form_menu_link_edit_alter | core/ |
Implements hook_form_FORM_ID_alter() for MenuLinkEditForm. | |||
claro_form_node_form_alter | core/ |
Implements hook_form_BASE_FORM_ID_alter() for \Drupal\node\NodeForm. | |||
claro_form_node_preview_form_select_alter | core/ |
Implements hook_form_FORM_ID_alter(). | |||
claro_form_system_modules_alter | core/ |
Implements hook_form_FORM_ID_alter() for the system_modules form. | |||
claro_form_user_admin_permissions_alter | core/ |
Implements hook_form_FORM_ID_alter() for the user_admin_permissions form. | |||
claro_form_views_exposed_form_alter | core/ |
Implements hook_form_FORM_ID_alter() for views_exposed_form. | |||
claro_form_views_ui_add_handler_form_alter | core/ |
Implements hook_form_FORM_ID_alter() for Views UI add handler form. | |||
claro_form_views_ui_config_item_form_alter | core/ |
Implements hook_form_FORM_ID_alter() for the Views UI config form. | |||
claro_page_attachments_alter | core/ |
Implements hook_page_attachments_alter(). | |||
claro_preprocess_admin_block | core/ |
Implements template_preprocess_HOOK() for admin_block. | |||
claro_preprocess_admin_block_content | core/ |
Implements template_preprocess_HOOK() for admin_block. | |||
claro_preprocess_block | core/ |
Implements hook_preprocess_block() for block content. |