function CKEditor5PluginConfigurableTrait::getConfiguration

Same name and namespace in other branches
  1. 10 core/modules/ckeditor5/src/Plugin/CKEditor5PluginConfigurableTrait.php \Drupal\ckeditor5\Plugin\CKEditor5PluginConfigurableTrait::getConfiguration()
  2. 11.x core/modules/ckeditor5/src/Plugin/CKEditor5PluginConfigurableTrait.php \Drupal\ckeditor5\Plugin\CKEditor5PluginConfigurableTrait::getConfiguration()
1 call to CKEditor5PluginConfigurableTrait::getConfiguration()
ListPlugin::getDynamicPluginConfig in core/modules/ckeditor5/src/Plugin/CKEditor5Plugin/ListPlugin.php
Allows a plugin to modify its static configuration.

File

core/modules/ckeditor5/src/Plugin/CKEditor5PluginConfigurableTrait.php, line 15

Class

CKEditor5PluginConfigurableTrait
Provides a trait for configurable CKEditor 5 plugins.

Namespace

Drupal\ckeditor5\Plugin

Code

public function getConfiguration() {
    return $this->configuration;
}

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