You are here

public function Find::getFile in CKEditor Find/Replace 8

Implements \Drupal\ckeditor\Plugin\CKEditorPluginInterface::getFile().

Overrides CKEditorPluginInterface::getFile

File

src/Plugin/CKEditorPlugin/Find.php, line 22

Class

Find
Defines the "find" plugin.

Namespace

Drupal\ckeditor_find\Plugin\CKEditorPlugin

Code

public function getFile() {
  return 'libraries/ckeditor/plugins/' . $this
    ->getPluginId() . '/plugin.js';
}