getSettings(), but be * aware that it may not yet contain plugin-specific settings, because the * user may not yet have configured the form. * If there are plugin-specific settings (verify with isset()), they can be * found at * @code * $settings = $editor->getSettings(); * $plugin_specific_settings = $settings['plugins'][$plugin_id]; * @endcode * * @param \Drupal\editor\Entity\Editor $editor * A configured text editor object. * @return array * A keyed array, whose keys will end up as keys under CKEDITOR.config. */ public function getConfig(Editor $editor); }