function WidgetBootstrap::getFile in CKEditor Widgets 8
Implements \Drupal\ckeditor\Plugin\CKEditorPluginInterface::getFile().
Overrides CKEditorPluginInterface::getFile
File
- src/Plugin/ CKEditorPlugin/ WidgetBootstrap.php, line 26 
- Definition of \Drupal\ckeditor_widgets\Plugin\CKEditorPlugin\AnchorLink.
Class
- WidgetBootstrap
- Defines the "widgetbootstrap" plugin.
Namespace
Drupal\ckeditor_widgets\Plugin\CKEditorPluginCode
function getFile() {
  return drupal_get_path('module', 'ckeditor_widgets') . '/js/plugins/widgetbootstrap/plugin.js';
}