You are here

public function Btbutton::getFile in CKEditor Bootstrap Buttons 8

Same name and namespace in other branches
  1. 2.0.x src/Plugin/CKEditorPlugin/Btbutton.php \Drupal\ckeditor_bootstrap_buttons\Plugin\CKEditorPlugin\Btbutton::getFile()

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

Overrides CKEditorPluginInterface::getFile

File

src/Plugin/CKEditorPlugin/Btbutton.php, line 34

Class

Btbutton
Defines the "btbutton" plugin.

Namespace

Drupal\ckeditor_bootstrap_buttons\Plugin\CKEditorPlugin

Code

public function getFile() {
  return $this
    ->getLibraryPath() . '/plugin.js';
}