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
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/Unit/CKEditorPluginManagerTest.php
CKEditorPluginManagerTest.php file core/modules/ckeditor/tests/src/Kernel/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
CKEditorPluginManagerTest::testCssFiles function core/modules/ckeditor/tests/src/Kernel/CKEditorPluginManagerTest.php Tests the iframe instance CSS files of plugins.
CKEditorPluginManagerTest::testEnabledPlugins function core/modules/ckeditor/tests/src/Kernel/CKEditorPluginManagerTest.php Tests the enabling of plugins.
CKEditorPluginManagerTest::testGetEnabledButtons function core/modules/ckeditor/tests/src/Unit/CKEditorPluginManagerTest.php @covers ::getEnabledButtons[[api-linebreak]]
@dataProvider providerGetEnabledButtons
CKEditorStylesComboAdminTest class core/modules/ckeditor/tests/src/Functional/CKEditorStylesComboAdminTest.php Tests administration of the CKEditor StylesCombo plugin.
CKEditorStylesComboAdminTest.php file core/modules/ckeditor/tests/src/Functional/CKEditorStylesComboAdminTest.php
CKEditorStylesComboAdminTest::$adminUser property core/modules/ckeditor/tests/src/Functional/CKEditorStylesComboAdminTest.php A user with the 'administer filters' permission.
CKEditorStylesComboAdminTest::$defaultTheme property core/modules/ckeditor/tests/src/Functional/CKEditorStylesComboAdminTest.php The theme to install as the default for testing.
CKEditorStylesComboAdminTest::$format property core/modules/ckeditor/tests/src/Functional/CKEditorStylesComboAdminTest.php A random generated format machine name.
CKEditorStylesComboAdminTest::$modules property core/modules/ckeditor/tests/src/Functional/CKEditorStylesComboAdminTest.php Modules to enable.
CKEditorStylesComboAdminTest::setUp function core/modules/ckeditor/tests/src/Functional/CKEditorStylesComboAdminTest.php
CKEditorStylesComboAdminTest::testExistingFormat function core/modules/ckeditor/tests/src/Functional/CKEditorStylesComboAdminTest.php Tests StylesCombo settings for an existing text format.
CKEditorStylesComboTranslationTest class core/modules/ckeditor/tests/src/Functional/CKEditorStylesComboTranslationTest.php Tests administration of the CKEditor StylesCombo plugin.
CKEditorStylesComboTranslationTest.php file core/modules/ckeditor/tests/src/Functional/CKEditorStylesComboTranslationTest.php
CKEditorStylesComboTranslationTest::$adminUser property core/modules/ckeditor/tests/src/Functional/CKEditorStylesComboTranslationTest.php A user with the 'administer filters' permission.
CKEditorStylesComboTranslationTest::$defaultTheme property core/modules/ckeditor/tests/src/Functional/CKEditorStylesComboTranslationTest.php The theme to install as the default for testing.
CKEditorStylesComboTranslationTest::$format property core/modules/ckeditor/tests/src/Functional/CKEditorStylesComboTranslationTest.php A randomly generated format machine name.
CKEditorStylesComboTranslationTest::$modules property core/modules/ckeditor/tests/src/Functional/CKEditorStylesComboTranslationTest.php {inheritdoc}
CKEditorStylesComboTranslationTest::setUp function core/modules/ckeditor/tests/src/Functional/CKEditorStylesComboTranslationTest.php
CKEditorStylesComboTranslationTest::testExistingFormat function core/modules/ckeditor/tests/src/Functional/CKEditorStylesComboTranslationTest.php Tests translations of CKEditor styles configuration.
CKEditorTest class core/modules/ckeditor/tests/src/Kernel/CKEditorTest.php Tests for the 'CKEditor' text editor plugin.
CKEditorTest.php file core/modules/ckeditor/tests/src/Kernel/CKEditorTest.php
CKEditorTest::$ckeditor property core/modules/ckeditor/tests/src/Kernel/CKEditorTest.php An instance of the "CKEditor" text editor plugin.
CKEditorTest::$manager property core/modules/ckeditor/tests/src/Kernel/CKEditorTest.php The Editor Plugin Manager.
CKEditorTest::$modules property core/modules/ckeditor/tests/src/Kernel/CKEditorTest.php Modules to enable.
CKEditorTest::assertCKEditorLanguage function core/modules/ckeditor/tests/src/Kernel/CKEditorTest.php Assert that CKEditor picks the expected language when French is default.
CKEditorTest::getDefaultAllowedContentConfig function core/modules/ckeditor/tests/src/Kernel/CKEditorTest.php
CKEditorTest::getDefaultContentsCssConfig function core/modules/ckeditor/tests/src/Kernel/CKEditorTest.php
CKEditorTest::getDefaultDisallowedContentConfig function core/modules/ckeditor/tests/src/Kernel/CKEditorTest.php
CKEditorTest::getDefaultInternalConfig function core/modules/ckeditor/tests/src/Kernel/CKEditorTest.php
CKEditorTest::getDefaultToolbarConfig function core/modules/ckeditor/tests/src/Kernel/CKEditorTest.php
CKEditorTest::setUp function core/modules/ckeditor/tests/src/Kernel/CKEditorTest.php
CKEditorTest::testBuildContentsCssJSSetting function core/modules/ckeditor/tests/src/Kernel/CKEditorTest.php Tests CKEditor::buildContentsCssJSSetting().
CKEditorTest::testBuildToolbarJSSetting function core/modules/ckeditor/tests/src/Kernel/CKEditorTest.php Tests CKEditor::buildToolbarJSSetting().
CKEditorTest::testConstructorDeprecation function core/modules/ckeditor/tests/src/Kernel/CKEditorTest.php @deprecationMessage Calling CKEditor::__construct() without the $state argument is deprecated in drupal:8.8.0. The $state argument is required in drupal:9.0.0. See https://www.drupal.org/node/3075102.
@group legacy
CKEditorTest::testGetJSSettings function core/modules/ckeditor/tests/src/Kernel/CKEditorTest.php Tests CKEditor::getJSSettings().
CKEditorTest::testInternalGetConfig function core/modules/ckeditor/tests/src/Kernel/CKEditorTest.php Tests Internal::getConfig().
CKEditorTest::testJSTranslation function core/modules/ckeditor/tests/src/Kernel/CKEditorTest.php Tests that CKEditor plugins participate in JS translation.
CKEditorTest::testLanguages function core/modules/ckeditor/tests/src/Kernel/CKEditorTest.php Tests language list availability in CKEditor.

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