CacheTestCase::generalWipe |
core/modules/simpletest/tests/cache.test |
Perform the general wipe. |
cache_clear_all |
core/includes/cache.inc |
Clears data from the cache. |
cache_example_form_cache_clearing |
modules/examples/cache_example/cache_example.module |
Submit handler to demonstrate the various methods for clearing cache. |
cache_example_form_create_expiring_item |
modules/examples/cache_example/cache_example.module |
Submit handler to create a new cache item with specified expiration. |
cache_example_form_expire_files |
modules/examples/cache_example/cache_example.module |
Submit handler that explicitly clears cache_example_files_count from cache. |
cache_example_menu |
modules/examples/cache_example/cache_example.module |
Implements hook_menu(). |
cache_example_page_form |
modules/examples/cache_example/cache_example.module |
Main page for cache_example. |
cache_flush |
core/includes/cache.inc |
Flushes all cache items in a bin. |
cache_get |
core/includes/cache.inc |
Returns data from the persistent cache. |
cache_get_multiple |
core/includes/cache.inc |
Returns data from the persistent cache when given an array of cache IDs. |
cache_is_empty |
core/includes/cache.inc |
Checks if a cache bin is empty. |
cache_set |
core/includes/cache.inc |
Stores data in the persistent cache. |
callback_batch_finished |
core/modules/system/form.api.php |
Complete a batch process. |
callback_batch_operation |
core/modules/system/form.api.php |
Perform a single batch operation. |
callback_filter_allowed_html |
core/modules/filter/filter.api.php |
Returns HTML allowed by this filter's configuration. |
callback_filter_prepare |
core/modules/filter/filter.api.php |
Provide prepared text with special characters escaped. |
callback_filter_process |
core/modules/filter/filter.api.php |
Provide text filtered to conform to the supplied format. |
callback_filter_settings |
core/modules/filter/filter.api.php |
Provide a settings form for filter settings. |
callback_filter_tips |
core/modules/filter/filter.api.php |
Return help text for a filter. |
callback_queue_worker |
core/modules/system/system.api.php |
Work on a single queue item. |
callback_search_conditions |
core/modules/search/search.api.php |
Provide search query conditions. |
check_markup |
core/modules/filter/filter.module |
Runs all the enabled filters on a piece of text. |
check_plain |
core/includes/bootstrap.inc |
Encodes special characters in a plain-text string for display as HTML. |
check_url |
core/includes/common.inc |
Strips dangerous protocols from a URI and encodes it for output to HTML. |
CKEditor5RtlTestCase::setUp |
core/modules/ckeditor5/tests/ckeditor5_rtl.test |
Set up environment. |
CKEditor5RtlTestCase::testRtlAdminIcons |
core/modules/ckeditor5/tests/ckeditor5_rtl.test |
Test that the CKEditor admin form works correctly with RTL languages. |
CKEditor5TestCase::setUp |
core/modules/ckeditor5/tests/ckeditor5.test |
Sets up a Backdrop site for running functional and integration tests. |
CKEditor5TestCase::testLibrary |
core/modules/ckeditor5/tests/ckeditor5.test |
Test the addition of the library to the page when configured. |
CKEditor5UpgradeTestCase::setUp |
core/modules/ckeditor5/tests/ckeditor5_upgrade.test |
Sets up a Backdrop site for running functional and integration tests. |
CKEditor5UpgradeTestCase::testUpgrade |
core/modules/ckeditor5/tests/ckeditor5_upgrade.test |
Test upgrading a CKEditor 4 text format to CKEditor 5. |
ckeditor5_ckeditor5_plugins |
core/modules/ckeditor5/ckeditor5.module |
Implements hook_ckeditor5_plugins(). |
ckeditor5_ckeditor5_upgrade_button_mapping |
core/modules/ckeditor5/ckeditor5.upgrade.inc |
Implements hook_ckeditor5_upgrade_button_mapping(). |
ckeditor5_editor_info |
core/modules/ckeditor5/ckeditor5.module |
Implements hook_editor_info(). |
ckeditor5_enable |
core/modules/ckeditor5/ckeditor5.install |
Implements hook_enable(). |
ckeditor5_form_filter_admin_format_form_alter |
core/modules/ckeditor5/ckeditor5.module |
Implements hook_form_FORM_ID_alter(). |
ckeditor5_form_filter_format_editor_image_form_alter |
core/modules/ckeditor5/ckeditor5.module |
Implements hook_form_FORM_ID_alter(). |
ckeditor5_form_filter_format_editor_link_form_alter |
core/modules/ckeditor5/ckeditor5.module |
Implements hook_form_FORM_ID_alter(). |
ckeditor5_get_config |
core/modules/ckeditor5/ckeditor5.module |
Editor JS settings callback; Add CKEditor config to the page for a format. |
ckeditor5_image_upload |
core/modules/ckeditor5/ckeditor5.pages.inc |
Menu callback; Saves images uploaded via copy/paste into the editor. |
ckeditor5_js_alter |
core/modules/ckeditor5/ckeditor5.module |
Implements hook_js_alter(). |
ckeditor5_library_info |
core/modules/ckeditor5/ckeditor5.module |
Implements hook_library_info(). |
ckeditor5_library_info_alter |
core/modules/ckeditor5/ckeditor5.module |
Implements hook_library_info_alter(). |
ckeditor5_menu |
core/modules/ckeditor5/ckeditor5.module |
Implements hook_menu(). |
ckeditor5_plugins |
core/modules/ckeditor5/ckeditor5.module |
Retrieves the full list of installed CKEditor plugins. |
ckeditor5_requirements |
core/modules/ckeditor5/ckeditor5.install |
Implements hook_requirements(). |
ckeditor5_settings_form |
core/modules/ckeditor5/ckeditor5.admin.inc |
Editor settings callback; Provide options for CKEditor 5 module. |
ckeditor5_settings_form_submit |
core/modules/ckeditor5/ckeditor5.admin.inc |
Additional submit handler for filter_admin_format_form(). |
ckeditor5_settings_form_validate |
core/modules/ckeditor5/ckeditor5.admin.inc |
Additional validate handler for filter_admin_format_form(). |
ckeditor5_telemetry_data |
core/modules/ckeditor5/ckeditor5.module |
Implements hook_telemetry_data(). |
ckeditor5_telemetry_info |
core/modules/ckeditor5/ckeditor5.module |
Implements hook_telemetry_info(). |