[ 'label' => t('Insert Llama CSS'), ], ]; } /** * {@inheritdoc} */ public function getCssFiles(Editor $editor) { return [ drupal_get_path('module', 'ckeditor_test') . '/css/llama.css', ]; } /** * {@inheritdoc} */ public function getFile() { return drupal_get_path('module', 'ckeditor_test') . '/js/llama_css.js'; } }