You are here

private function CkeditorTableToolsToolbar::getPluginPath in CKEditor Table Tools Toolbar 2.x

Same name and namespace in other branches
  1. 8 src/Plugin/CKEditorPlugin/CkeditorTableToolsToolbar.php \Drupal\ckeditor_tabletoolstoolbar\Plugin\CKEditorPlugin\CkeditorTableToolsToolbar::getPluginPath()
  2. 9.1.x src/Plugin/CKEditorPlugin/CkeditorTableToolsToolbar.php \Drupal\ckeditor_tabletoolstoolbar\Plugin\CKEditorPlugin\CkeditorTableToolsToolbar::getPluginPath()
  3. 1.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\CKEditorPlugin

Code

private function getPluginPath() {
  return 'libraries/tabletoolstoolbar';
}