Functions - 9.5.x - drupal

Primary tabs

Title Deprecated File name Summary Direct uses Strings
drupal_verify_install_file core/includes/install.inc Verifies the state of the specified file. 5
drupal_verify_profile core/includes/install.inc Verifies that all dependencies are met for a given installation profile. 2
dynamic_page_cache_help core/modules/dynamic_page_cache/dynamic_page_cache.module Implements hook_help().
editor_element_info_alter core/modules/editor/editor.module Implements hook_element_info_alter().
editor_entity_delete core/modules/editor/editor.module Implements hook_entity_delete().
editor_entity_insert core/modules/editor/editor.module Implements hook_entity_insert().
editor_entity_revision_delete core/modules/editor/editor.module Implements hook_entity_revision_delete().
editor_entity_update core/modules/editor/editor.module Implements hook_entity_update().
editor_file_download core/modules/editor/editor.module Implements hook_file_download().
editor_filter_format_presave core/modules/editor/editor.module Implements hook_ENTITY_TYPE_presave().
editor_filter_xss core/modules/editor/editor.module Applies text editor XSS filtering. 2
editor_form_filter_admin_format_editor_configure core/modules/editor/editor.module Button submit handler for filter_format_form()'s 'editor_configure' button. 2
editor_form_filter_admin_format_submit core/modules/editor/editor.module Additional submit handler for filter_format_form(). 1
editor_form_filter_admin_format_validate core/modules/editor/editor.module Additional validate handler for filter_format_form(). 1
editor_form_filter_admin_form_ajax core/modules/editor/editor.module AJAX callback handler for filter_format_form(). 1
editor_form_filter_admin_overview_alter core/modules/editor/editor.module Implements hook_form_FORM_ID_alter().
editor_form_filter_format_form_alter core/modules/editor/editor.module Implements hook_form_BASE_FORM_ID_alter() for \Drupal\filter\FilterFormatEditForm.
editor_help core/modules/editor/editor.module Implements hook_help().
editor_image_upload_settings_form core/modules/editor/editor.admin.inc Subform constructor to configure the text editor's image upload settings. 3
editor_load core/modules/editor/editor.module Loads an individual configured text editor based on text format ID. 10
editor_menu_links_discovered_alter core/modules/editor/editor.module Implements hook_menu_links_discovered_alter().
editor_removed_post_updates core/modules/editor/editor.post_update.php Implements hook_removed_post_updates().
editor_test_editor_info_alter core/modules/editor/tests/modules/editor_test/editor_test.module Implements hook_editor_info_alter().
editor_test_editor_js_settings_alter core/modules/editor/tests/modules/editor_test/editor_test.module Implements hook_editor_js_settings_alter().
editor_test_editor_xss_filter_alter core/modules/editor/tests/modules/editor_test/editor_test.module Implements hook_editor_xss_filter_alter().
editor_test_entity_update core/modules/editor/tests/modules/editor_test/editor_test.module Implements hook_entity_update().
editor_test_file_presave core/modules/editor/tests/modules/editor_test/editor_test.module Implements hook_ENTITY_TYPE_presave() for file entities.
editor_update_last_removed core/modules/editor/editor.install Implements hook_update_last_removed().
element_info_test_element_info_alter core/modules/system/tests/modules/element_info_test/element_info_test.module Implements hook_element_info_alter().
element_info_test_element_plugin_alter core/modules/system/tests/modules/element_info_test/element_info_test.module Implements hook_element_plugin_alter().
element_info_test_element_pre_render core/modules/system/tests/modules/element_info_test/element_info_test.module 2
entity_crud_hook_test_block_create core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module Implements hook_ENTITY_TYPE_create() for block entities.
entity_crud_hook_test_block_delete core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module Implements hook_ENTITY_TYPE_delete() for block entities.
entity_crud_hook_test_block_insert core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module Implements hook_ENTITY_TYPE_insert() for block entities.
entity_crud_hook_test_block_load core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module Implements hook_ENTITY_TYPE_load() for block entities.
entity_crud_hook_test_block_predelete core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module Implements hook_ENTITY_TYPE_predelete() for block entities.
entity_crud_hook_test_block_presave core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module Implements hook_ENTITY_TYPE_presave() for block entities.
entity_crud_hook_test_block_update core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module Implements hook_ENTITY_TYPE_update() for block entities.
entity_crud_hook_test_comment_create core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module Implements hook_ENTITY_TYPE_create() for comment entities.
entity_crud_hook_test_comment_delete core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module Implements hook_ENTITY_TYPE_delete() for comment entities.
entity_crud_hook_test_comment_insert core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module Implements hook_ENTITY_TYPE_insert() for comment entities.
entity_crud_hook_test_comment_load core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module Implements hook_ENTITY_TYPE_load() for comment entities.
entity_crud_hook_test_comment_predelete core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module Implements hook_ENTITY_TYPE_predelete() for comment entities.
entity_crud_hook_test_comment_presave core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module Implements hook_ENTITY_TYPE_presave() for comment entities.
entity_crud_hook_test_comment_update core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module Implements hook_ENTITY_TYPE_update() for comment entities.
entity_crud_hook_test_entity_create core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module Implements hook_entity_create().
entity_crud_hook_test_entity_delete core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module Implements hook_entity_delete().
entity_crud_hook_test_entity_insert core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module Implements hook_entity_insert().
entity_crud_hook_test_entity_load core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module Implements hook_entity_load().
entity_crud_hook_test_entity_predelete core/modules/system/tests/modules/entity_crud_hook_test/entity_crud_hook_test.module Implements hook_entity_predelete().

Other projects


Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.