Search for on
Title | Object type | File name | Summary |
---|---|---|---|
CKEditor5PluginDefinition::hasLibrary | function | core/ |
Whether this plugin has an asset library to load. |
CKEditor5PluginDefinition::hasToolbarItems | function | core/ |
Whether this plugin has toolbar items. |
CKEditor5PluginDefinition::isConfigurable | function | core/ |
Whether this plugin is configurable by the user. |
CKEditor5PluginDefinition::isCreatableElement | function | core/ |
Checks if the element is a plain tag, meaning the plugin can create it. |
CKEditor5PluginDefinition::label | function | core/ |
Gets the human-readable name of the CKEditor plugin. |
CKEditor5PluginDefinition::setClass | function | core/ |
Sets the class. |
CKEditor5PluginDefinition::setDeriver | function | core/ |
Sets the deriver of this plugin definition. |
CKEditor5PluginDefinition::toArray | function | core/ |
Gets an array representation of this CKEditor 5 plugin definition. |
CKEditor5PluginDefinition::validateCKEditor5Aspects | function | core/ |
Validates the CKEditor 5 aspects of the CKEditor 5 plugin definition. |
CKEditor5PluginDefinition::validateConfiguration | function | core/ |
Validates the given configuration array. |
CKEditor5PluginDefinition::validateDrupalAspects | function | core/ |
Validates the Drupal aspects of the CKEditor 5 plugin definition. |
CKEditor5PluginDefinition::__construct | function | core/ |
CKEditor5PluginDefinition constructor. |
CKEditor5PluginInterface::getDynamicPluginConfig | function | core/ |
Allows a plugin to modify its static configuration. |
CKEditor5PluginManager::getCKEditor5PluginConfig | function | core/ |
Gets the configuration for the CKEditor 5 plugins enabled in this editor. |
CKEditor5PluginManager::getEnabledDefinitions | function | core/ |
Filter list of definitions by enabled plugins only. |
CKEditor5PluginManager::getPluginConfiguration | function | core/ |
Gets the plugin configuration (if any) from a text editor config entity. |
CKEditor5PluginManager::mergeDefinitionValues | function | core/ |
Returns array of merged values for the given plugin definitions. |
CKEditor5PluginManager::processDefinition | function | core/ |
Performs extra processing on plugin definitions. |
CKEditor5PluginManager::__construct | function | core/ |
Constructs a CKEditor5PluginManager object. |
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. |
CKEditor5PluginManagerTest::$typedConfig | property | core/ |
The typed config manager. |
CKEditor5PluginManagerTest::providerTestDerivedPluginDefinitions | function | core/ |
Data provider. |
CKEditor5PluginManagerTest::providerTestInvalidPluginDefinitions | function | core/ |
Data provider. |
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::testInvalidPluginDefinitions | function | core/ |
@covers \Drupal\ckeditor5\Plugin\CKEditor5PluginManager::processDefinition[[api-linebreak]] @dataProvider providerTestInvalidPluginDefinitions |
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. |
CKEditor5Test::languageOfPartsPluginConfigureLanguageListHelper | function | core/ |
Helper to set language list option for CKEditor. |
CKEditor5Test::languageOfPartsPluginInitialConfigurationHelper | function | core/ |
Helper to configure CKEditor5 with Language plugin. |
CKEditor5Test::testEditorFileReferenceIntegration | function | core/ |
Ensures that CKEditor 5 integrates with file reference filter. |
CKEditor5Test::testExistingContent | function | core/ |
Tests configuring CKEditor 5 for existing content. |
CKEditor5TestBase::assertNoRealtimeValidationErrors | function | core/ |
Checks that no real-time validation errors are present. |
CKEditor5TestTrait::assertEditorButtonDisabled | function | core/ |
Asserts a CKEditor button is disabled. |
CKEditor5TestTrait::assertEditorButtonEnabled | function | core/ |
Asserts a CKEditor button is enabled. |
CKEditor5TestTrait::assertVisibleBalloon | function | core/ |
Asserts a particular balloon is visible. |
CKEditor5TestTrait::getBalloonButton | function | core/ |
Gets a button from the currently visible balloon. |
CKEditor5TestTrait::getEditorButton | function | core/ |
Waits for a CKEditor button and returns it when available and visible. |
CKEditor5TestTrait::pressEditorButton | function | core/ |
Clicks a CKEditor button. |
CKEditor5ValidationTestTrait | trait | core/ |
Defines a trait for testing CKEditor 5 validity. |
CKEditor5ValidationTestTrait.php | file | core/ |
|
CKEditor5ValidationTestTrait::validatePairToViolationsArray | function | core/ |
Decorator for CKEditor5::validatePair() that returns an assertable array. |
CKEditor5ValidationTestTrait::violationsToArray | function | core/ |
Transforms a constraint violation list object to an assertable array. |
Pagination
- Previous page
- Page 67
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.