function EntityLinkSuggestions::__construct

EntityLinkSuggestions constructor.

Overrides CKEditor5PluginDefault::__construct

File

core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/EntityLinkSuggestions.php, line 31

Class

EntityLinkSuggestions
CKEditor 5 Entity Link Suggestions plugin.

Namespace

Drupal\ckeditor5\Plugin\CKEditor5Plugin

Code

public function __construct(array $configuration, $plugin_id, $plugin_definition, protected readonly EntityTypeManagerInterface $entityTypeManager, protected readonly EntityTypeBundleInfoInterface $entityTypeBundleInfo) {
  parent::__construct($configuration, $plugin_id, $plugin_definition);
}

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