Search for to

  1. Search 7.x for to
  2. Search 8.9.x for to
  3. Search 10.3.x for to
  4. Search 11.x for to
  5. Other projects
Title Object type File name Summary
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::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::$moduleList property core/modules/ckeditor/src/CKEditorPluginBase.php The module list service.
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::getModuleList function core/modules/ckeditor/src/CKEditorPluginBase.php Gets the module list service.
CKEditorPluginBase::getModulePath function core/modules/ckeditor/src/CKEditorPluginBase.php Gets the Drupal-root relative installation directory of a module.
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.
CKEditorPluginManager::getEnabledButtons function core/modules/ckeditor/src/CKEditorPluginManager.php Gets the enabled toolbar buttons in the given text editor instance.
CKEditorPluginManager::getEnabledPluginFiles function core/modules/ckeditor/src/CKEditorPluginManager.php Retrieves enabled plugins' files, keyed by plugin ID.
CKEditorPluginManager::injectPluginSettingsForm function core/modules/ckeditor/src/CKEditorPluginManager.php Injects the CKEditor plugins settings forms as a vertical tabs subform.
CKEditorPluginManager::__construct function core/modules/ckeditor/src/CKEditorPluginManager.php Constructs a CKEditorPluginManager object.
CKEditorPluginManagerTest class core/modules/ckeditor/tests/src/Unit/CKEditorPluginManagerTest.php @coversDefaultClass \Drupal\ckeditor\CKEditorPluginManager
CKEditorPluginManagerTest class core/modules/ckeditor/tests/src/Kernel/CKEditorPluginManagerTest.php Tests different ways of enabling CKEditor plugins.
CKEditorPluginManagerTest.php file core/modules/ckeditor/tests/src/Unit/CKEditorPluginManagerTest.php

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