Search for to
Title | Object type | File name | Summary |
---|---|---|---|
CKEditor5PluginManagerInterface.php | file | core/ |
|
CKEditor5PluginManagerInterface::findPluginSupportingElement | function | core/ |
Searches for CKEditor 5 plugin that supports a given tag. |
CKEditor5PluginManagerInterface::getAdminLibraries | function | core/ |
Gets a list of all admin library names. |
CKEditor5PluginManagerInterface::getCKEditor5PluginConfig | function | core/ |
Gets the configuration for the CKEditor 5 plugins enabled in this editor. |
CKEditor5PluginManagerInterface::getEnabledDefinitions | function | core/ |
Filter list of definitions by enabled plugins only. |
CKEditor5PluginManagerInterface::getEnabledLibraries | function | core/ |
Gets a list of libraries required for the editor. |
CKEditor5PluginManagerInterface::getPlugin | function | core/ |
Returns a CKEditor 5 plugin with configuration from the editor. |
CKEditor5PluginManagerInterface::getProvidedElements | function | core/ |
Gets all supported elements for the given plugins and text editor. |
CKEditor5PluginManagerInterface::getToolbarItems | function | core/ |
Gets a list of all toolbar items. |
CKEditor5PluginManagerTest | class | core/ |
Tests different ways of enabling CKEditor 5 plugins. |
CKEditor5PluginManagerTest.php | file | core/ |
|
CKEditor5PluginManagerTest::$manager | property | core/ |
The manager for "CKEditor 5 plugin" plugins. |
CKEditor5PluginManagerTest::$modules | property | core/ |
Modules to install. |
CKEditor5PluginManagerTest::$typedConfig | property | core/ |
The typed config manager. |
CKEditor5PluginManagerTest::enableModules | function | core/ |
Enables modules for this test. |
CKEditor5PluginManagerTest::mockModuleInVfs | function | core/ |
Mocks a module providing a CKEditor 5 plugin in VFS. |
CKEditor5PluginManagerTest::providerProvidedElementsInvalidElementSubset | function | core/ |
Data provider. |
CKEditor5PluginManagerTest::providerTestDerivedPluginDefinitions | function | core/ |
Data provider. |
CKEditor5PluginManagerTest::providerTestInvalidPluginDefinitions | function | core/ |
Data provider. |
CKEditor5PluginManagerTest::providerTestPluginSupportingElement | function | core/ |
Provides use cases for findPluginSupportingElement(). |
CKEditor5PluginManagerTest::providerTestProvidedElements | function | core/ |
Provides uses cases enabling different elements and the expected results. |
CKEditor5PluginManagerTest::setUp | function | core/ |
|
CKEditor5PluginManagerTest::testAutomaticLinkDecoratorsDisallowed | function | core/ |
@covers \Drupal\ckeditor5\Plugin\CKEditor5PluginDefinition::validateCKEditor5Aspects[[api-linebreak]] |
CKEditor5PluginManagerTest::testDeprecatedIcons | function | core/ |
Tests deprecation and backwards compatibility of icon names. |
CKEditor5PluginManagerTest::testDerivedPluginDefinitions | function | core/ |
@covers \Drupal\ckeditor5\Plugin\CKEditor5PluginManager::getDiscovery[[api-linebreak]] @dataProvider providerTestDerivedPluginDefinitions @group legacy |
CKEditor5PluginManagerTest::testEnabledPlugins | function | core/ |
Tests the enabling of plugins. |
CKEditor5PluginManagerTest::testExternalLinkAutomaticLinkDecoratorDisallowed | function | core/ |
@covers \Drupal\ckeditor5\Plugin\CKEditor5PluginDefinition::validateCKEditor5Aspects[[api-linebreak]] |
CKEditor5PluginManagerTest::testInvalidPluginDefinitions | function | core/ |
@covers \Drupal\ckeditor5\Plugin\CKEditor5PluginManager::processDefinition[[api-linebreak]] @dataProvider providerTestInvalidPluginDefinitions |
CKEditor5PluginManagerTest::testPluginSupportingElement | function | core/ |
Tests the logic of findPluginSupportingElement. |
CKEditor5PluginManagerTest::testProvidedElements | function | core/ |
Tests the parsing of CKEditor 5 plugin element config. |
CKEditor5PluginManagerTest::testProvidedElementsInvalidElementSubset | function | core/ |
Tests detection of invalid CKEditor5PluginElementsSubsetInterface classes. |
Ckeditor5ReadOnlyModeHooks | class | core/ |
Hook implementations for ckeditor5_read_only_mode. |
Ckeditor5ReadOnlyModeHooks.php | file | core/ |
|
Ckeditor5ReadOnlyModeHooks::formNodePageFormAlter | function | core/ |
Implements hook_form_FORM_ID_alter(). |
CKEditor5ReadOnlyModeTest | class | core/ |
Tests read-only mode for CKEditor 5. |
CKEditor5ReadOnlyModeTest.php | file | core/ |
|
CKEditor5ReadOnlyModeTest::$modules | property | core/ |
Modules to install. |
CKEditor5ReadOnlyModeTest::setUp | function | core/ |
|
CKEditor5ReadOnlyModeTest::testReadOnlyMode | function | core/ |
Test that disabling a CKEditor 5 field results in an uneditable editor. |
CKEditor5StylesheetsTest | class | core/ |
Test the ckeditor5-stylesheets theme config property. |
CKEditor5StylesheetsTest.php | file | core/ |
|
CKEditor5StylesheetsTest::$modules | property | core/ |
Modules to install. |
CKEditor5StylesheetsTest::externalStylesheetsProvider | function | core/ |
Provides test cases for external stylesheets. |
CKEditor5StylesheetsTest::testExternalStylesheets | function | core/ |
Tests loading of theme's CKEditor 5 stylesheets defined in the .info file. |
CKEditor5Test | class | core/ |
@coversDefaultClass \Drupal\ckeditor5\Plugin\Editor\CKEditor5[[api-linebreak]] @group ckeditor5 @internal |
CKEditor5Test | class | core/ |
Tests for CKEditor 5. |
CKEditor5Test.php | file | core/ |
|
CKEditor5Test.php | file | core/ |
|
CKEditor5Test::$modules | property | core/ |
Modules to install. |
CKEditor5Test::enableDisabledToolbarItem | function | core/ |
Enables a disabled CKEditor 5 toolbar item. |
Pagination
- Previous page
- Page 28
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.