Search for all

  1. Search 7.x for all
  2. Search 8.9.x for all
  3. Search 10.3.x for all
  4. Search 11.x for all
  5. Other projects
Title Object type File name Summary
CKEditorUpdateOmitDisabledPluginSettings class core/modules/ckeditor/tests/src/Functional/Update/CKEditorUpdateOmitDisabledPluginSettings.php Tests the update path for CKEditor plugin settings for disabled plugins.
CKEditorUpdateOmitDisabledPluginSettings.php file core/modules/ckeditor/tests/src/Functional/Update/CKEditorUpdateOmitDisabledPluginSettings.php
CKEditorUpdateOmitDisabledPluginSettings::$defaultTheme property core/modules/ckeditor/tests/src/Functional/Update/CKEditorUpdateOmitDisabledPluginSettings.php The theme to install as the default for testing.
CKEditorUpdateOmitDisabledPluginSettings::setDatabaseDumpFiles function core/modules/ckeditor/tests/src/Functional/Update/CKEditorUpdateOmitDisabledPluginSettings.php Set database dump files to be used.
CKEditorUpdateOmitDisabledPluginSettings::testUpdateUpdateOmitDisabledSettingsEntitySave function core/modules/ckeditor/tests/src/Functional/Update/CKEditorUpdateOmitDisabledPluginSettings.php Ensure settings for disabled CKEditor 4 plugins are omitted on entity save.
CKEditorUpdateOmitDisabledPluginSettings::testUpdateUpdateOmitDisabledSettingsPostUpdate function core/modules/ckeditor/tests/src/Functional/Update/CKEditorUpdateOmitDisabledPluginSettings.php Ensure settings for disabled CKEditor 4 plugins are omitted on post update.
ckeditor_ckeditor_css_alter function core/modules/ckeditor/ckeditor.module Implements hook_ckeditor_css_alter().
ckeditor_editor_presave function core/modules/ckeditor/ckeditor.module Implements hook_ENTITY_TYPE_presave().
ckeditor_filter_format_edit_form_validate function core/modules/ckeditor/ckeditor.module Validate callback to ensure the DrupalMediaLibrary button can work correctly.
ckeditor_form_filter_format_add_form_alter function core/modules/ckeditor/ckeditor.module Implements hook_form_FORM_ID_alter().
ckeditor_form_filter_format_edit_form_alter function core/modules/ckeditor/ckeditor.module Implements hook_form_FORM_ID_alter().
ckeditor_help function core/modules/ckeditor/ckeditor.module Implements hook_help().
ckeditor_library_info_alter function core/modules/ckeditor/ckeditor.module Implements hook_library_info_alter().
ckeditor_post_update_omit_settings_for_disabled_plugins function core/modules/ckeditor/ckeditor.post_update.php Updates Text Editors using CKEditor 4 to omit settings for disabled plugins.
ckeditor_test.info.yml file core/modules/ckeditor/tests/modules/ckeditor_test.info.yml core/modules/ckeditor/tests/modules/ckeditor_test.info.yml
ckeditor_test.libraries.yml file core/modules/ckeditor/tests/modules/ckeditor_test.libraries.yml core/modules/ckeditor/tests/modules/ckeditor_test.libraries.yml
ckeditor_test.module file core/modules/ckeditor/tests/modules/ckeditor_test.module Helper module for the CKEditor tests.
ckeditor_test.routing.yml file core/modules/ckeditor/tests/modules/ckeditor_test.routing.yml core/modules/ckeditor/tests/modules/ckeditor_test.routing.yml
ckeditor_test.schema.yml file core/modules/ckeditor/tests/modules/config/schema/ckeditor_test.schema.yml core/modules/ckeditor/tests/modules/config/schema/ckeditor_test.schema.yml
ckeditor_test_ckeditor_css_alter function core/modules/ckeditor/tests/modules/ckeditor_test.module Implements hook_ckeditor_css_alter().
ckeditor_theme function core/modules/ckeditor/ckeditor.module Implements hook_theme().
claro.info.yml file core/themes/claro/claro.info.yml core/themes/claro/claro.info.yml
claro.libraries.yml file core/themes/claro/claro.libraries.yml core/themes/claro/claro.libraries.yml
claro.schema.yml file core/themes/claro/config/schema/claro.schema.yml core/themes/claro/config/schema/claro.schema.yml
claro.settings.yml file core/profiles/demo_umami/config/install/claro.settings.yml core/profiles/demo_umami/config/install/claro.settings.yml
claro.theme file core/themes/claro/claro.theme Functions to support theming in the Claro theme.
ClaroBlockFilterTest class core/tests/Drupal/FunctionalJavascriptTests/Theme/ClaroBlockFilterTest.php Runs BlockFilterTest in Claro.
ClaroBlockFilterTest.php file core/tests/Drupal/FunctionalJavascriptTests/Theme/ClaroBlockFilterTest.php
ClaroBlockFilterTest::$modules property core/tests/Drupal/FunctionalJavascriptTests/Theme/ClaroBlockFilterTest.php Modules to enable.
ClaroBlockFilterTest::setUp function core/tests/Drupal/FunctionalJavascriptTests/Theme/ClaroBlockFilterTest.php
ClaroEntityDisplayTest class core/tests/Drupal/FunctionalJavascriptTests/Theme/ClaroEntityDisplayTest.php Runs EntityDisplayTest in Claro.
ClaroEntityDisplayTest.php file core/tests/Drupal/FunctionalJavascriptTests/Theme/ClaroEntityDisplayTest.php
ClaroEntityDisplayTest::$modules property core/tests/Drupal/FunctionalJavascriptTests/Theme/ClaroEntityDisplayTest.php Modules to enable.
ClaroEntityDisplayTest::setUp function core/tests/Drupal/FunctionalJavascriptTests/Theme/ClaroEntityDisplayTest.php
ClaroEntityDisplayTest::testEntityForm function core/tests/Drupal/FunctionalJavascriptTests/Theme/ClaroEntityDisplayTest.php Copied from parent.
ClaroEntityDisplayTest::testEntityView function core/tests/Drupal/FunctionalJavascriptTests/Theme/ClaroEntityDisplayTest.php Copied from parent.
ClaroEntityDisplayTest::testExtraFields function core/tests/Drupal/FunctionalJavascriptTests/Theme/ClaroEntityDisplayTest.php Copied from parent.
ClaroLayoutBuilderTest class core/tests/Drupal/FunctionalTests/Theme/ClaroLayoutBuilderTest.php Tests the layout builder with the Claro theme.
ClaroLayoutBuilderTest.php file core/tests/Drupal/FunctionalTests/Theme/ClaroLayoutBuilderTest.php
ClaroLayoutBuilderTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Theme/ClaroLayoutBuilderTest.php The theme to install as the default for testing.
ClaroLayoutBuilderTest::$modules property core/tests/Drupal/FunctionalTests/Theme/ClaroLayoutBuilderTest.php Modules to enable.
ClaroLayoutBuilderTest::setUp function core/tests/Drupal/FunctionalTests/Theme/ClaroLayoutBuilderTest.php
ClaroLayoutBuilderTest::testContextualLinks function core/tests/Drupal/FunctionalTests/Theme/ClaroLayoutBuilderTest.php Tests the layout builder has expected contextual links with Claro.
ClaroMenuUiJavascriptTest class core/tests/Drupal/FunctionalJavascriptTests/Theme/ClaroMenuUiJavascriptTest.php Runs MenuUiJavascriptTest in Claro.
ClaroMenuUiJavascriptTest.php file core/tests/Drupal/FunctionalJavascriptTests/Theme/ClaroMenuUiJavascriptTest.php
ClaroMenuUiJavascriptTest::$modules property core/tests/Drupal/FunctionalJavascriptTests/Theme/ClaroMenuUiJavascriptTest.php Modules to enable.
ClaroMenuUiJavascriptTest::setUp function core/tests/Drupal/FunctionalJavascriptTests/Theme/ClaroMenuUiJavascriptTest.php
ClaroMenuUiJavascriptTest::testBlockContextualLinks function core/tests/Drupal/FunctionalJavascriptTests/Theme/ClaroMenuUiJavascriptTest.php Intentionally empty method.
ClaroPasswordConfirmWidgetTest class core/tests/Drupal/FunctionalJavascriptTests/Theme/ClaroPasswordConfirmWidgetTest.php Tests the password confirm widget with Claro theme.
ClaroPasswordConfirmWidgetTest.php file core/tests/Drupal/FunctionalJavascriptTests/Theme/ClaroPasswordConfirmWidgetTest.php

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