Search for to

  1. Search 7.x for to
  2. Search 9.5.x for to
  3. Search 8.9.x for to
  4. Search 10.3.x for to
  5. Other projects
Title Object type File name Summary
CKEditor5PluginManager::getPlugin function core/modules/ckeditor5/src/Plugin/CKEditor5PluginManager.php
CKEditor5PluginManager::getPluginConfiguration function core/modules/ckeditor5/src/Plugin/CKEditor5PluginManager.php Gets the plugin configuration (if any) from a text editor config entity.
CKEditor5PluginManager::getProvidedElements function core/modules/ckeditor5/src/Plugin/CKEditor5PluginManager.php
CKEditor5PluginManager::getToolbarItems function core/modules/ckeditor5/src/Plugin/CKEditor5PluginManager.php
CKEditor5PluginManager::isPluginDisabled function core/modules/ckeditor5/src/Plugin/CKEditor5PluginManager.php Checks whether a plugin must be disabled due to unmet conditions.
CKEditor5PluginManager::mergeDefinitionValues function core/modules/ckeditor5/src/Plugin/CKEditor5PluginManager.php Returns array of merged values for the given plugin definitions.
CKEditor5PluginManager::processDefinition function core/modules/ckeditor5/src/Plugin/CKEditor5PluginManager.php Performs extra processing on plugin definitions.
CKEditor5PluginManager::__construct function core/modules/ckeditor5/src/Plugin/CKEditor5PluginManager.php Constructs a CKEditor5PluginManager object.
CKEditor5PluginManagerInterface interface core/modules/ckeditor5/src/Plugin/CKEditor5PluginManagerInterface.php Provides the interface for a plugin manager of CKEditor 5 plugins.
CKEditor5PluginManagerInterface.php file core/modules/ckeditor5/src/Plugin/CKEditor5PluginManagerInterface.php
CKEditor5PluginManagerInterface::findPluginSupportingElement function core/modules/ckeditor5/src/Plugin/CKEditor5PluginManagerInterface.php Searches for CKEditor 5 plugin that supports a given tag.
CKEditor5PluginManagerInterface::getAdminLibraries function core/modules/ckeditor5/src/Plugin/CKEditor5PluginManagerInterface.php Gets a list of all admin library names.
CKEditor5PluginManagerInterface::getCKEditor5PluginConfig function core/modules/ckeditor5/src/Plugin/CKEditor5PluginManagerInterface.php Gets the configuration for the CKEditor 5 plugins enabled in this editor.
CKEditor5PluginManagerInterface::getEnabledDefinitions function core/modules/ckeditor5/src/Plugin/CKEditor5PluginManagerInterface.php Filter list of definitions by enabled plugins only.
CKEditor5PluginManagerInterface::getEnabledLibraries function core/modules/ckeditor5/src/Plugin/CKEditor5PluginManagerInterface.php Gets a list of libraries required for the editor.
CKEditor5PluginManagerInterface::getPlugin function core/modules/ckeditor5/src/Plugin/CKEditor5PluginManagerInterface.php Returns a CKEditor 5 plugin with configuration from the editor.
CKEditor5PluginManagerInterface::getProvidedElements function core/modules/ckeditor5/src/Plugin/CKEditor5PluginManagerInterface.php Gets all supported elements for the given plugins and text editor.
CKEditor5PluginManagerInterface::getToolbarItems function core/modules/ckeditor5/src/Plugin/CKEditor5PluginManagerInterface.php Gets a list of all toolbar items.
CKEditor5PluginManagerTest class core/modules/ckeditor5/tests/src/Kernel/CKEditor5PluginManagerTest.php Tests different ways of enabling CKEditor 5 plugins.
CKEditor5PluginManagerTest.php file core/modules/ckeditor5/tests/src/Kernel/CKEditor5PluginManagerTest.php
CKEditor5PluginManagerTest::$manager property core/modules/ckeditor5/tests/src/Kernel/CKEditor5PluginManagerTest.php The manager for "CKEditor 5 plugin" plugins.
CKEditor5PluginManagerTest::$modules property core/modules/ckeditor5/tests/src/Kernel/CKEditor5PluginManagerTest.php Modules to install.
CKEditor5PluginManagerTest::$typedConfig property core/modules/ckeditor5/tests/src/Kernel/CKEditor5PluginManagerTest.php The typed config manager.
CKEditor5PluginManagerTest::enableModules function core/modules/ckeditor5/tests/src/Kernel/CKEditor5PluginManagerTest.php Enables modules for this test.
CKEditor5PluginManagerTest::mockModuleInVfs function core/modules/ckeditor5/tests/src/Kernel/CKEditor5PluginManagerTest.php Mocks a module providing a CKEditor 5 plugin in VFS.
CKEditor5PluginManagerTest::providerProvidedElementsInvalidElementSubset function core/modules/ckeditor5/tests/src/Kernel/CKEditor5PluginManagerTest.php Data provider.
CKEditor5PluginManagerTest::providerTestDerivedPluginDefinitions function core/modules/ckeditor5/tests/src/Kernel/CKEditor5PluginManagerTest.php Data provider.
CKEditor5PluginManagerTest::providerTestInvalidPluginDefinitions function core/modules/ckeditor5/tests/src/Kernel/CKEditor5PluginManagerTest.php Data provider.
CKEditor5PluginManagerTest::providerTestPluginSupportingElement function core/modules/ckeditor5/tests/src/Kernel/CKEditor5PluginManagerTest.php Provides use cases for findPluginSupportingElement().
CKEditor5PluginManagerTest::providerTestProvidedElements function core/modules/ckeditor5/tests/src/Kernel/CKEditor5PluginManagerTest.php Provides uses cases enabling different elements and the expected results.
CKEditor5PluginManagerTest::setUp function core/modules/ckeditor5/tests/src/Kernel/CKEditor5PluginManagerTest.php
CKEditor5PluginManagerTest::testAutomaticLinkDecoratorsDisallowed function core/modules/ckeditor5/tests/src/Kernel/CKEditor5PluginManagerTest.php @covers \Drupal\ckeditor5\Plugin\CKEditor5PluginDefinition::validateCKEditor5Aspects
CKEditor5PluginManagerTest::testDerivedPluginDefinitions function core/modules/ckeditor5/tests/src/Kernel/CKEditor5PluginManagerTest.php @covers \Drupal\ckeditor5\Plugin\CKEditor5PluginManager::getDiscovery
@dataProvider providerTestDerivedPluginDefinitions
CKEditor5PluginManagerTest::testEnabledPlugins function core/modules/ckeditor5/tests/src/Kernel/CKEditor5PluginManagerTest.php Tests the enabling of plugins.
CKEditor5PluginManagerTest::testExternalLinkAutomaticLinkDecoratorDisallowed function core/modules/ckeditor5/tests/src/Kernel/CKEditor5PluginManagerTest.php @covers \Drupal\ckeditor5\Plugin\CKEditor5PluginDefinition::validateCKEditor5Aspects
CKEditor5PluginManagerTest::testInvalidPluginDefinitions function core/modules/ckeditor5/tests/src/Kernel/CKEditor5PluginManagerTest.php @covers \Drupal\ckeditor5\Plugin\CKEditor5PluginManager::processDefinition
@dataProvider providerTestInvalidPluginDefinitions
CKEditor5PluginManagerTest::testPluginSupportingElement function core/modules/ckeditor5/tests/src/Kernel/CKEditor5PluginManagerTest.php Tests the logic of findPluginSupportingElement.
CKEditor5PluginManagerTest::testProvidedElements function core/modules/ckeditor5/tests/src/Kernel/CKEditor5PluginManagerTest.php Tests the parsing of CKEditor 5 plugin element config.
CKEditor5PluginManagerTest::testProvidedElementsInvalidElementSubset function core/modules/ckeditor5/tests/src/Kernel/CKEditor5PluginManagerTest.php Tests detection of invalid CKEditor5PluginElementsSubsetInterface classes.
CKEditor5ReadOnlyModeTest class core/modules/ckeditor5/tests/src/FunctionalJavascript/CKEditor5ReadOnlyModeTest.php Tests read-only mode for CKEditor 5.
CKEditor5ReadOnlyModeTest.php file core/modules/ckeditor5/tests/src/FunctionalJavascript/CKEditor5ReadOnlyModeTest.php
CKEditor5ReadOnlyModeTest::$modules property core/modules/ckeditor5/tests/src/FunctionalJavascript/CKEditor5ReadOnlyModeTest.php Modules to install.
CKEditor5ReadOnlyModeTest::setUp function core/modules/ckeditor5/tests/src/FunctionalJavascript/CKEditor5ReadOnlyModeTest.php
CKEditor5ReadOnlyModeTest::testReadOnlyMode function core/modules/ckeditor5/tests/src/FunctionalJavascript/CKEditor5ReadOnlyModeTest.php Test that disabling a CKEditor 5 field results in an uneditable editor.
CKEditor5StylesheetsMessage class core/modules/ckeditor5/src/CKEditor5StylesheetsMessage.php Messaging for themes using the ckeditor_stylesheets setting.
CKEditor5StylesheetsMessage.php file core/modules/ckeditor5/src/CKEditor5StylesheetsMessage.php
CKEditor5StylesheetsMessage::$configFactory property core/modules/ckeditor5/src/CKEditor5StylesheetsMessage.php The config factory.
CKEditor5StylesheetsMessage::$themeHandler property core/modules/ckeditor5/src/CKEditor5StylesheetsMessage.php The theme handler.
CKEditor5StylesheetsMessage::checkForStylesheetsEquivalent function core/modules/ckeditor5/src/CKEditor5StylesheetsMessage.php Checks themes using ckeditor_stylesheets for CKEditor 5 equivalents.
CKEditor5StylesheetsMessage::getWarning function core/modules/ckeditor5/src/CKEditor5StylesheetsMessage.php Generates a warning related to ckeditor_stylesheets.

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