public function Btbutton::getFile in CKEditor Bootstrap Buttons 8
Same name and namespace in other branches
- 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\CKEditorPluginCode
public function getFile() {
return $this
->getLibraryPath() . '/plugin.js';
}