Search for %s

  1. Search 7.x for %s
  2. Search 8.9.x for %s
  3. Search 10.3.x for %s
  4. Search 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
CKEditorIntegrationTest::testDrupalImageCaptionDialog function core/modules/ckeditor/tests/src/FunctionalJavascript/CKEditorIntegrationTest.php Tests if the Drupal Image Caption plugin appears and works as expected.
CKEditorIntegrationTest::testDrupalImageDialog function core/modules/ckeditor/tests/src/FunctionalJavascript/CKEditorIntegrationTest.php Tests if the Image button appears and works as expected.
CKEditorIntegrationTest::testFragmentLink function core/modules/ckeditor/tests/src/FunctionalJavascript/CKEditorIntegrationTest.php Tests if the fragment link to a textarea works with CKEditor enabled.
CKEditorIntegrationTest::testOffCanvasStyles function core/modules/ckeditor/tests/src/FunctionalJavascript/CKEditorIntegrationTest.php Tests if CKEditor is properly styled inside an off-canvas dialog.
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::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.
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::settingsForm function core/modules/ckeditor/src/CKEditorPluginConfigurableInterface.php Returns a settings form to configure this CKEditor plugin.
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::getDependencies function core/modules/ckeditor/src/CKEditorPluginInterface.php Returns a list of plugins this plugin requires.
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::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[[api-linebreak]]
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/Kernel/CKEditorPluginManagerTest.php
CKEditorPluginManagerTest.php file core/modules/ckeditor/tests/src/Unit/CKEditorPluginManagerTest.php
CKEditorPluginManagerTest::$manager property core/modules/ckeditor/tests/src/Kernel/CKEditorPluginManagerTest.php The manager for "CKEditor plugin" plugins.
CKEditorPluginManagerTest::$modules property core/modules/ckeditor/tests/src/Kernel/CKEditorPluginManagerTest.php Modules to enable.
CKEditorPluginManagerTest::providerGetEnabledButtons function core/modules/ckeditor/tests/src/Unit/CKEditorPluginManagerTest.php Provides a list of configs to test.
CKEditorPluginManagerTest::setUp function core/modules/ckeditor/tests/src/Kernel/CKEditorPluginManagerTest.php

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