public function CkeditorBootstrapTable::getPluginPath in CKEditor Bootstrap Table 8
Get path to plugin folder.
1 call to CkeditorBootstrapTable::getPluginPath()
- CkeditorBootstrapTable::getFile in src/
Plugin/ CKEditorPlugin/ CkeditorBootstrapTable.php - Implements \Drupal\ckeditor\Plugin\CKEditorPluginInterface::getFile().
File
- src/
Plugin/ CKEditorPlugin/ CkeditorBootstrapTable.php, line 24
Class
- CkeditorBootstrapTable
- Defines the "btbutton" plugin.
Namespace
Drupal\ckeditor_bootstrap_table\Plugin\CKEditorPluginCode
public function getPluginPath() {
return drupal_get_path('module', 'ckeditor_bootstrap_table') . '/js/plugins/bt_table';
}