You are here

public function CkeditorBootstrapTable::getFile in CKEditor Bootstrap Table 8

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

Overrides CKEditorPluginInterface::getFile

File

src/Plugin/CKEditorPlugin/CkeditorBootstrapTable.php, line 38

Class

CkeditorBootstrapTable
Defines the "btbutton" plugin.

Namespace

Drupal\ckeditor_bootstrap_table\Plugin\CKEditorPlugin

Code

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