function CKEditor5PluginConfigurableTrait::getConfiguration

Same name and namespace in other branches
  1. 9 core/modules/ckeditor5/src/Plugin/CKEditor5PluginConfigurableTrait.php \Drupal\ckeditor5\Plugin\CKEditor5PluginConfigurableTrait::getConfiguration()
  2. 10 core/modules/ckeditor5/src/Plugin/CKEditor5PluginConfigurableTrait.php \Drupal\ckeditor5\Plugin\CKEditor5PluginConfigurableTrait::getConfiguration()

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.