ckeditor5_theme |
core/modules/ckeditor5/ckeditor5.module |
Implements hook_theme(). |
ckeditor5_update_1000 |
core/modules/ckeditor5/ckeditor5.install |
Updates the editor settings key from "cketoolbar" to just "toolbar". |
ckeditor5_upgrade_form |
core/modules/ckeditor5/ckeditor5.upgrade.inc |
Form callback for upgrading a text format from CKEditor 4 to CKEditor 5. |
ckeditor5_upgrade_format |
core/modules/ckeditor5/ckeditor5.upgrade.inc |
Upgrade a text format configuration from CKEditor 4 to CKEditor 5. |
ckeditor5_upgrade_form_submit |
core/modules/ckeditor5/ckeditor5.upgrade.inc |
Submit handler for ckeditor5_upgrade_form(). |
ckeditor5_upgrade_test_ckeditor5_plugins |
core/modules/ckeditor5/tests/ckeditor5_upgrade_test/ckeditor5_upgrade_test.module |
Implements hook_ckeditor5_plugins(). |
ckeditor5_upgrade_test_ckeditor5_upgrade_button_mapping_alter |
core/modules/ckeditor5/tests/ckeditor5_upgrade_test/ckeditor5_upgrade_test.module |
Implements hook_ckeditor5_upgrade_button_mapping_alter(). |
ckeditor5_upgrade_test_ckeditor5_upgrade_format_alter |
core/modules/ckeditor5/tests/ckeditor5_upgrade_test/ckeditor5_upgrade_test.module |
Implements hook_ckeditor5_upgrade_format_alter(). |
ckeditor5_upgrade_warnings |
core/modules/ckeditor5/ckeditor5.upgrade.inc |
Return any warnings that may occur during a CKEditor 4 to 5 upgrade. |
CKEditorRtlTestCase::setUp |
core/modules/ckeditor/tests/ckeditor_rtl.test |
Set up environment. |
CKEditorRtlTestCase::testRtlAdminIcons |
core/modules/ckeditor/tests/ckeditor_rtl.test |
Test that the CKEditor 4 admin form works correctly with RTL languages. |
CKEditorTestCase::setUp |
core/modules/ckeditor/tests/ckeditor.test |
Sets up a Backdrop site for running functional and integration tests. |
CKEditorTestCase::testLibrary |
core/modules/ckeditor/tests/ckeditor.test |
Test the addition of the library to the page when configured. |
ckeditor_ckeditor_plugins |
core/modules/ckeditor/ckeditor.module |
Implements hook_ckeditor_plugins(). |
ckeditor_editor_info |
core/modules/ckeditor/ckeditor.module |
Implements hook_editor_info(). |
ckeditor_form_filter_format_editor_image_form_alter |
core/modules/ckeditor/ckeditor.module |
Implements hook_form_FORM_ID_alter(). |
ckeditor_get_acf_settings |
core/modules/ckeditor/ckeditor.module |
Builds the ACF part of the CKEditor 4 JS settings. |
ckeditor_get_settings |
core/modules/ckeditor/ckeditor.module |
Editor JS settings callback; Add CKEditor settings to the page for a format. |
ckeditor_image_plugin_check |
core/modules/ckeditor/ckeditor.module |
Enabled callback for hook_ckeditor_plugins(). |
ckeditor_image_upload |
core/modules/ckeditor/ckeditor.pages.inc |
Menu callback; Saves images uploaded via copy/paste into the editor. |
ckeditor_library_info |
core/modules/ckeditor/ckeditor.module |
Implements hook_library_info(). |
ckeditor_menu |
core/modules/ckeditor/ckeditor.module |
Implements hook_menu(). |
ckeditor_plugins |
core/modules/ckeditor/ckeditor.module |
Retrieves the full list of installed CKEditor 4 plugins. |
ckeditor_requirements |
core/modules/ckeditor/ckeditor.install |
Implements hook_requirements(). |
ckeditor_settings_form |
core/modules/ckeditor/ckeditor.admin.inc |
Editor settings callback; Provide options for CKEditor 4 module. |
ckeditor_settings_form_submit |
core/modules/ckeditor/ckeditor.admin.inc |
Additional submit handler for filter_admin_format_form(). |
ckeditor_settings_form_validate |
core/modules/ckeditor/ckeditor.admin.inc |
Additional validate handler for filter_admin_format_form(). |
ckeditor_telemetry_data |
core/modules/ckeditor/ckeditor.module |
Implements hook_telemetry_data(). |
ckeditor_telemetry_info |
core/modules/ckeditor/ckeditor.module |
Implements hook_telemetry_info(). |
ckeditor_theme |
core/modules/ckeditor/ckeditor.module |
Implements hook_theme(). |
Color::hexToRgb |
core/includes/color.inc |
Parses a hexadecimal color string like '#abc' or '#aabbcc'. |
Color::rgbToHex |
core/includes/color.inc |
Converts RGB color arrays and RGB strings in CSS notation to lowercase
simple colors like '#aabbcc'. |
Color::validateHex |
core/includes/color.inc |
Validates whether a hexadecimal color value is syntactically correct. |
ColorTest::testHexToRgb |
core/modules/simpletest/tests/color.test |
Tests Color::hexToRgb(). |
ColorTest::testRgbToHex |
core/modules/simpletest/tests/color.test |
Tests Color::rgbToHex(). |
ColorTestCase::setUp |
core/modules/color/tests/color.test |
Sets up a Backdrop site for running functional and integration tests. |
ColorTestCase::testBartikLegacy |
core/modules/color/tests/color.test |
Test the Bartik legacy color mode. |
ColorTestCase::testColor |
core/modules/color/tests/color.test |
Tests the Color module functionality. |
ColorTestCase::testUpdateCssFilesOnConfigSave |
core/modules/color/tests/color.test |
Test if the CSS files for a theme are updated when editing Configuration. |
ColorTestCase::testValidColor |
core/modules/color/tests/color.test |
Tests whether the provided color is valid. |
color_config_create |
core/modules/color/color.module |
Implements hook_config_create(). |
color_config_update |
core/modules/color/color.module |
Implements hook_config_update(). |
color_css_alter |
core/modules/color/color.module |
Implements hook_css_alter(). |
color_custom_theme |
core/modules/color/color.module |
Implements hook_custom_theme(). |
color_flush_caches |
core/modules/color/color.module |
Implements hook_flush_caches(). |
color_form_system_theme_settings_alter |
core/modules/color/color.module |
Implements hook_form_FORM_ID_alter(). |
color_get_color_element |
core/modules/color/color.module |
Creates the render array for a color element. |
color_get_info |
core/modules/color/color.module |
Retrieves the Color module information for a particular theme. |
color_get_palette |
core/modules/color/color.module |
Retrieves the color palette for a particular theme. |
color_menu |
core/modules/color/color.module |
Implements hook_menu(). |