function AddItemToToolbar::__construct

Same name and namespace in other branches
  1. 11.x core/modules/ckeditor5/src/Plugin/ConfigAction/AddItemToToolbar.php \Drupal\ckeditor5\Plugin\ConfigAction\AddItemToToolbar::__construct()
  2. 10 core/modules/ckeditor5/src/Plugin/ConfigAction/AddItemToToolbar.php \Drupal\ckeditor5\Plugin\ConfigAction\AddItemToToolbar::__construct()

File

core/modules/ckeditor5/src/Plugin/ConfigAction/AddItemToToolbar.php, line 28

Class

AddItemToToolbar
Config action plugin to add an item to the toolbar.

Namespace

Drupal\ckeditor5\Plugin\ConfigAction

Code

public function __construct(private readonly ConfigManagerInterface $configManager, private readonly CKEditor5PluginManagerInterface $pluginManager, private readonly string $pluginId) {
}

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