Implements \Drupal\ckeditor\Plugin\CKEditorPluginInterface::getConfig().
Overrides CKEditorPluginInterface::getConfig
public function getConfig(Editor $editor) {
$config = array();
$styles = $editor->settings['plugins']['stylescombo']['styles'];
$config['stylesSet'] = $this
->generateStylesSetSetting($styles);
return $config;
}