Search for all

  1. Search 7.x for all
  2. Search 9.5.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
CKEditorIntegrationTest::testPreviewUsesDefaultThemeAndIsClientCacheable function core/modules/media/tests/src/FunctionalJavascript/CKEditorIntegrationTest.php The CKEditor Widget must load a preview generated using the default theme.
CKEditorIntegrationTest::testTranslationAlt function core/modules/media/tests/src/FunctionalJavascript/CKEditorIntegrationTest.php Test that dialog loads appropriate translation's alt text.
CKEditorIntegrationTest::testViewMode function core/modules/media/tests/src/FunctionalJavascript/CKEditorIntegrationTest.php Tests the EditorMediaDialog can set the data-view-mode attribute.
CKEditorIntegrationTest::waitForMetadataDialog function core/modules/media/tests/src/FunctionalJavascript/CKEditorIntegrationTest.php Waits for the form that allows editing metadata.
CKEditorLoadingTest class core/modules/ckeditor/tests/src/Functional/CKEditorLoadingTest.php Tests loading of CKEditor.
CKEditorLoadingTest.php file core/modules/ckeditor/tests/src/Functional/CKEditorLoadingTest.php
CKEditorLoadingTest::$defaultTheme property core/modules/ckeditor/tests/src/Functional/CKEditorLoadingTest.php The theme to install as the default for testing.
CKEditorLoadingTest::$modules property core/modules/ckeditor/tests/src/Functional/CKEditorLoadingTest.php Modules to enable.
CKEditorLoadingTest::$normalUser property core/modules/ckeditor/tests/src/Functional/CKEditorLoadingTest.php A normal user with access to the 'plain_text' and 'filtered_html' formats.
CKEditorLoadingTest::$untrustedUser property core/modules/ckeditor/tests/src/Functional/CKEditorLoadingTest.php An untrusted user with access to only the 'plain_text' format.
CKEditorLoadingTest::getThingsToCheck function core/modules/ckeditor/tests/src/Functional/CKEditorLoadingTest.php
CKEditorLoadingTest::setUp function core/modules/ckeditor/tests/src/Functional/CKEditorLoadingTest.php
CKEditorLoadingTest::testExternalStylesheets function core/modules/ckeditor/tests/src/Functional/CKEditorLoadingTest.php Tests loading of theme's CKEditor stylesheets defined in the .info file.
CKEditorLoadingTest::testLoading function core/modules/ckeditor/tests/src/Functional/CKEditorLoadingTest.php Tests loading of CKEditor CSS, JS and JS settings.
CKEditorLoadingTest::testLoadingWithoutInternalButtons function core/modules/ckeditor/tests/src/Functional/CKEditorLoadingTest.php Tests presence of essential configuration even without Internal's buttons.
CkeditorOffCanvasTestController class core/modules/ckeditor/tests/modules/src/CkeditorOffCanvasTestController.php Provides controller for testing CKEditor in off-canvas dialogs.
CkeditorOffCanvasTestController.php file core/modules/ckeditor/tests/modules/src/CkeditorOffCanvasTestController.php
CkeditorOffCanvasTestController::testOffCanvas function core/modules/ckeditor/tests/modules/src/CkeditorOffCanvasTestController.php Returns a link that can open a node add form in an off-canvas dialog.
CKEditorPlugin class core/modules/ckeditor/src/Annotation/CKEditorPlugin.php Defines a CKEditorPlugin annotation object.
CKEditorPlugin.php file core/modules/ckeditor/src/Annotation/CKEditorPlugin.php
CKEditorPlugin::$id property core/modules/ckeditor/src/Annotation/CKEditorPlugin.php The plugin ID.
CKEditorPlugin::$label property core/modules/ckeditor/src/Annotation/CKEditorPlugin.php The human-readable name of the CKEditor plugin.
CKEditorPluginBase class core/modules/ckeditor/src/CKEditorPluginBase.php Defines a base CKEditor plugin implementation.
CKEditorPluginBase.php file core/modules/ckeditor/src/CKEditorPluginBase.php
CKEditorPluginBase::getDependencies function core/modules/ckeditor/src/CKEditorPluginBase.php Returns a list of plugins this plugin requires.
CKEditorPluginBase::getLibraries function core/modules/ckeditor/src/CKEditorPluginBase.php Returns a list of libraries this plugin requires.
CKEditorPluginBase::isInternal function core/modules/ckeditor/src/CKEditorPluginBase.php Indicates if this plugin is part of the optimized CKEditor build.
CKEditorPluginButtonsInterface interface core/modules/ckeditor/src/CKEditorPluginButtonsInterface.php Defines an interface for CKEditor plugins with buttons.
CKEditorPluginButtonsInterface.php file core/modules/ckeditor/src/CKEditorPluginButtonsInterface.php
CKEditorPluginButtonsInterface::getButtons function core/modules/ckeditor/src/CKEditorPluginButtonsInterface.php Returns the buttons that this plugin provides, along with metadata.
CKEditorPluginConfigurableInterface interface core/modules/ckeditor/src/CKEditorPluginConfigurableInterface.php Defines an interface for configurable CKEditor plugins.
CKEditorPluginConfigurableInterface.php file core/modules/ckeditor/src/CKEditorPluginConfigurableInterface.php
CKEditorPluginConfigurableInterface::settingsForm function core/modules/ckeditor/src/CKEditorPluginConfigurableInterface.php Returns a settings form to configure this CKEditor plugin.
CKEditorPluginContextualInterface interface core/modules/ckeditor/src/CKEditorPluginContextualInterface.php Defines an interface for contextually enabled CKEditor plugins.
CKEditorPluginContextualInterface.php file core/modules/ckeditor/src/CKEditorPluginContextualInterface.php
CKEditorPluginContextualInterface::isEnabled function core/modules/ckeditor/src/CKEditorPluginContextualInterface.php Checks if this plugin should be enabled based on the editor configuration.
CKEditorPluginCssInterface interface core/modules/ckeditor/src/CKEditorPluginCssInterface.php Defines an interface for CKEditor plugins with associated CSS.
CKEditorPluginCssInterface.php file core/modules/ckeditor/src/CKEditorPluginCssInterface.php
CKEditorPluginCssInterface::getCssFiles function core/modules/ckeditor/src/CKEditorPluginCssInterface.php Retrieves enabled plugins' iframe instance CSS files.
CKEditorPluginInterface interface core/modules/ckeditor/src/CKEditorPluginInterface.php Defines an interface for (loading of) CKEditor plugins.
CKEditorPluginInterface.php file core/modules/ckeditor/src/CKEditorPluginInterface.php
CKEditorPluginInterface::getConfig function core/modules/ckeditor/src/CKEditorPluginInterface.php Returns the additions to CKEDITOR.config for a specific CKEditor instance.
CKEditorPluginInterface::getDependencies function core/modules/ckeditor/src/CKEditorPluginInterface.php Returns a list of plugins this plugin requires.
CKEditorPluginInterface::getFile function core/modules/ckeditor/src/CKEditorPluginInterface.php Returns the Drupal root-relative file path to the plugin JavaScript file.
CKEditorPluginInterface::getLibraries function core/modules/ckeditor/src/CKEditorPluginInterface.php Returns a list of libraries this plugin requires.
CKEditorPluginInterface::isInternal function core/modules/ckeditor/src/CKEditorPluginInterface.php Indicates if this plugin is part of the optimized CKEditor build.
CKEditorPluginManager class core/modules/ckeditor/src/CKEditorPluginManager.php Provides a CKEditor Plugin plugin manager.
CKEditorPluginManager.php file core/modules/ckeditor/src/CKEditorPluginManager.php
CKEditorPluginManager::getButtons function core/modules/ckeditor/src/CKEditorPluginManager.php Retrieves all available CKEditor buttons, keyed by plugin ID.
CKEditorPluginManager::getCssFiles function core/modules/ckeditor/src/CKEditorPluginManager.php Retrieves enabled plugins' iframe instance CSS files, keyed by plugin ID.

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