function LlamaCss::getCssFiles
Same name in other branches
- 8.9.x core/modules/ckeditor/tests/modules/src/Plugin/CKEditorPlugin/LlamaCss.php \Drupal\ckeditor_test\Plugin\CKEditorPlugin\LlamaCss::getCssFiles()
Overrides CKEditorPluginCssInterface::getCssFiles
File
-
core/
modules/ ckeditor/ tests/ modules/ src/ Plugin/ CKEditorPlugin/ LlamaCss.php, line 33
Class
- LlamaCss
- Defines a "LlamaCss" plugin, with an associated "llama" CSS.
Namespace
Drupal\ckeditor_test\Plugin\CKEditorPluginCode
public function getCssFiles(Editor $editor) {
return [
$this->moduleList
->getPath('ckeditor_test') . '/css/llama.css',
];
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.