You are here

private function CkeditorTableResize::getPluginPath in CKEditor Table Resize 8

Returns tableresize plugin path relative to drupal root.

Return value

string Relative path to the ckeditor plugin folder

1 call to CkeditorTableResize::getPluginPath()
CkeditorTableResize::getFile in src/Plugin/CKEditorPlugin/CkeditorTableResize.php
Returns the Drupal root-relative file path to the plugin JavaScript file.

File

src/Plugin/CKEditorPlugin/CkeditorTableResize.php, line 33

Class

CkeditorTableResize
Defines the "Table Resize" plugin.

Namespace

Drupal\ckeditor_tableresize\Plugin\CKEditorPlugin

Code

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