CKEditor5PluginInterface
interface CKEditor5PluginInterface implements PluginInspectionInterface (View source)
Defines an interface for CKEditor5 plugins.
Methods
array
getPluginDefinition()
Gets the definition of the plugin implementation.
array
getDynamicPluginConfig(array $static_plugin_config, EditorInterface $editor)
Allows a plugin to modify its static configuration.
Details
string
getPluginId()
Gets the plugin_id of the plugin instance.
array
getPluginDefinition()
Gets the definition of the plugin implementation.
array
getDynamicPluginConfig(array $static_plugin_config, EditorInterface $editor)
Allows a plugin to modify its static configuration.