Search for plugin
- Search 7.x for plugin
- Search 8.9.x for plugin
- Search 10.3.x for plugin
- Search 11.x for plugin
- Other projects
Exact matches
Title | Object type | File name | Summary |
---|---|---|---|
Plugin | class | composer/ |
Composer plugin for handling drupal scaffold. |
Plugin | class | core/ |
Defines a Plugin annotation object. |
All search results
Title | Object type | File name | Summary |
---|---|---|---|
CKEditor4To5UpgradePluginInterface::mapCKEditor4SettingsToCKEditor5Configuration | function | core/ |
Maps CKEditor 4 settings to the CKEditor 5 equivalent, if needed. |
CKEditor4To5UpgradePluginInterface::mapCKEditor4ToolbarButtonToCKEditor5ToolbarItem | function | core/ |
Maps a CKEditor 4 button to the CKEditor 5 equivalent, if it exists. |
CKEditor4To5UpgradePluginManager | class | core/ |
Provides a CKEditor 4 to 5 upgrade plugin manager. |
CKEditor4To5UpgradePluginManager.php | file | core/ |
|
CKEditor4To5UpgradePluginManager::$cke4ButtonsMap | property | core/ |
A map of CKEditor 4 buttons to an upgrade plugin ID. |
CKEditor4To5UpgradePluginManager::$cke4PluginSettingsMap | property | core/ |
A map of CKEditor 4 plugins with settings to an upgrade plugin ID. |
CKEditor4To5UpgradePluginManager::$cke5SubsetConfigurationMap | property | core/ |
A map of CKEditor 5 plugins with configurable subset to upgrade plugin ID. |
CKEditor4To5UpgradePluginManager::computeCKEditor5PluginSubsetConfiguration | function | core/ |
Computes elements subset configuration for CKEditor 5 plugin. |
CKEditor4To5UpgradePluginManager::mapCKEditor4SettingsToCKEditor5Configuration | function | core/ |
Maps CKEditor 4 settings to the CKEditor 5 equivalent, if needed. |
CKEditor4To5UpgradePluginManager::mapCKEditor4ToolbarButtonToCKEditor5ToolbarItem | function | core/ |
Maps a CKEditor 4 button to the CKEditor 5 equivalent, if it exists. |
CKEditor4To5UpgradePluginManager::validateAndBuildMaps | function | core/ |
Validates plugin definitions: avoids conflicts. Builds maps for later use. |
CKEditor4To5UpgradePluginManager::__construct | function | core/ |
Constructs a CKEditor4To5UpgradePluginManager object. |
ckeditor4to5upgrade_plugin_test.info.yml | file | core/ |
core/modules/ckeditor5/tests/modules/ckeditor4to5upgrade_plugin_test/ckeditor4to5upgrade_plugin_test.info.yml |
ckeditor4to5upgrade_plugin_test.module | file | core/ |
|
ckeditor4to5upgrade_plugin_test_ckeditor4to5upgrade_plugin_info_alter | function | core/ |
Implements hook_ckeditor4to5upgrade_plugin_info_alter(). |
CKEditor5::$ckeditor5PluginManager | property | core/ |
The CKEditor plugin manager. |
CKEditor5::$plugins | property | core/ |
The set of configured CKEditor 5 plugins. |
CKEditor5::injectPluginSettingsForm | function | core/ |
Injects the CKEditor plugins settings forms as a vertical tabs subform. |
CKEditor5::shouldHaveVisiblePluginSettingsForm | function | core/ |
Determines whether the plugin settings form should be visible. |
CKEditor5AllowedTagsTest::testImgAddedViaUploadPlugin | function | core/ |
Tests that the img tag is added after enabling image uploads. |
CKEditor5AspectsOfCKEditor5Plugin | class | core/ |
Defines the "CKEditor 5 aspects of a CKEditor5Plugin" annotation object. |
CKEditor5AspectsOfCKEditor5Plugin.php | file | core/ |
|
CKEditor5AspectsOfCKEditor5Plugin::$config | property | core/ |
A keyed array of additional values for the CKEditor 5 configuration. |
CKEditor5AspectsOfCKEditor5Plugin::$plugins | property | core/ |
The CKEditor 5 plugin classes provided. |
CKEditor5MediaAndFilterSettingsInSyncConstraintValidator::$filterPluginManager | property | core/ |
The filter plugin manager service. |
CKEditor5Plugin | class | core/ |
Defines a CKEditor5Plugin annotation object. |
CKEditor5Plugin.php | file | core/ |
|
CKEditor5Plugin::$ckeditor5 | property | core/ |
The CKEditor 5 aspects of the plugin definition. |
CKEditor5Plugin::$drupal | property | core/ |
The Drupal aspects of the plugin definition. |
CKEditor5Plugin::$id | property | core/ |
The plugin ID. |
CKEditor5Plugin::get | function | core/ |
Gets the value of an annotation. |
CKEditor5Plugin::getClass | function | core/ |
Gets the class of the annotated class. |
CKEditor5Plugin::setClass | function | core/ |
Sets the class of the annotated class. |
CKEditor5Plugin::__construct | function | core/ |
Overridden for compatibility with the AnnotationBridgeDecorator, which ensures YAML-defined CKEditor 5 plugin definitions are also processed by annotations. Unfortunately it does not (yet) support nested annotations. Force YAML-defined plugin… |
CKEditor5PluginConfigurableInterface | interface | core/ |
Defines an interface for configurable CKEditor 5 plugins. |
CKEditor5PluginConfigurableInterface.php | file | core/ |
|
CKEditor5PluginConfigurableTrait | trait | core/ |
Provides a trait for configurable CKEditor 5 plugins. |
CKEditor5PluginConfigurableTrait.php | file | core/ |
|
CKEditor5PluginConfigurableTrait::getConfiguration | function | core/ |
|
CKEditor5PluginConfigurableTrait::setConfiguration | function | core/ |
|
CKEditor5PluginDefault | class | core/ |
Defines the default CKEditor 5 plugin implementation. |
CKEditor5PluginDefault.php | file | core/ |
|
CKEditor5PluginDefault::getDynamicPluginConfig | function | core/ |
Allows a plugin to modify its static configuration. |
CKEditor5PluginDefault::__construct | function | core/ |
|
CKEditor5PluginDefinition | class | core/ |
Provides an implementation of a CKEditor 5 plugin definition. |
CKEditor5PluginDefinition.php | file | core/ |
|
CKEditor5PluginDefinition::$ckeditor5 | property | core/ |
The CKEditor 5 aspects of the plugin definition. |
CKEditor5PluginDefinition::$drupal | property | core/ |
The Drupal aspects of the plugin definition. |
CKEditor5PluginDefinition::getAdminLibrary | function | core/ |
Gets the asset library this plugin needs to be loaded on the admin UI. |
CKEditor5PluginDefinition::getCKEditor5Config | function | core/ |
Gets keyed array of additional values for the CKEditor 5 configuration. |
Pagination
- Previous page
- Page 7
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.