private function CkeditorTableToolsToolbar::getPluginPath in CKEditor Table Tools Toolbar 8
Same name and namespace in other branches
- 9.1.x src/Plugin/CKEditorPlugin/CkeditorTableToolsToolbar.php \Drupal\ckeditor_tabletoolstoolbar\Plugin\CKEditorPlugin\CkeditorTableToolsToolbar::getPluginPath()
- 1.x src/Plugin/CKEditorPlugin/CkeditorTableToolsToolbar.php \Drupal\ckeditor_tabletoolstoolbar\Plugin\CKEditorPlugin\CkeditorTableToolsToolbar::getPluginPath()
- 2.x src/Plugin/CKEditorPlugin/CkeditorTableToolsToolbar.php \Drupal\ckeditor_tabletoolstoolbar\Plugin\CKEditorPlugin\CkeditorTableToolsToolbar::getPluginPath()
Return ckeditor tabletoolstoolbar plugin path relative to drupal root.
Return value
string Relative path to the ckeditor plugin folder
2 calls to CkeditorTableToolsToolbar::getPluginPath()
- CkeditorTableToolsToolbar::getButtons in src/
Plugin/ CKEditorPlugin/ CkeditorTableToolsToolbar.php - Returns the buttons that this plugin provides, along with metadata.
- CkeditorTableToolsToolbar::getFile in src/
Plugin/ CKEditorPlugin/ CkeditorTableToolsToolbar.php - Returns the Drupal root-relative file path to the plugin JavaScript file.
File
- src/
Plugin/ CKEditorPlugin/ CkeditorTableToolsToolbar.php, line 125
Class
- CkeditorTableToolsToolbar
- Defines the "Table Tools Toolbar" plugin.
Namespace
Drupal\ckeditor_tabletoolstoolbar\Plugin\CKEditorPluginCode
private function getPluginPath() {
return 'libraries/tabletoolstoolbar';
}