function LlamaCss::getFile

Same name in other branches
  1. 8.9.x core/modules/ckeditor/tests/modules/src/Plugin/CKEditorPlugin/LlamaCss.php \Drupal\ckeditor_test\Plugin\CKEditorPlugin\LlamaCss::getFile()

Overrides Llama::getFile

File

core/modules/ckeditor/tests/modules/src/Plugin/CKEditorPlugin/LlamaCss.php, line 42

Class

LlamaCss
Defines a "LlamaCss" plugin, with an associated "llama" CSS.

Namespace

Drupal\ckeditor_test\Plugin\CKEditorPlugin

Code

public function getFile() {
    return $this->moduleList
        ->getPath('ckeditor_test') . '/js/llama_css.js';
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.