You are here

public function Boxout::getFile in Boxout 8

Implements CKEditorPluginInterface::getFile().

Overrides CKEditorPluginInterface::getFile

File

src/Plugin/CKEditorPlugin/Boxout.php, line 52

Class

Boxout
Defines the "Boxout" plugin.

Namespace

Drupal\boxout\Plugin\CKEditorPlugin

Code

public function getFile() {
  return $this
    ->path() . "/js/plugins/boxout/plugin.js";
}