private function CkeditorTableSelection::getPluginPath in CKEditor Table Selection 9.1.x
Same name and namespace in other branches
- 8 src/Plugin/CKEditorPlugin/CkeditorTableSelection.php \Drupal\ckeditor_tableselection\Plugin\CKEditorPlugin\CkeditorTableSelection::getPluginPath()
- 2.0.x src/Plugin/CKEditorPlugin/CkeditorTableSelection.php \Drupal\ckeditor_tableselection\Plugin\CKEditorPlugin\CkeditorTableSelection::getPluginPath()
Returns ckeditor tableselection plugin path relative to drupal root.
Return value
string Relative path to the ckeditor plugin folder
2 calls to CkeditorTableSelection::getPluginPath()
- CkeditorTableSelection::getCssFiles in src/
Plugin/ CKEditorPlugin/ CkeditorTableSelection.php - Retrieves enabled plugins' iframe instance CSS files.
- CkeditorTableSelection::getFile in src/
Plugin/ CKEditorPlugin/ CkeditorTableSelection.php - Returns the Drupal root-relative file path to the plugin JavaScript file.
File
- src/
Plugin/ CKEditorPlugin/ CkeditorTableSelection.php, line 34
Class
- CkeditorTableSelection
- Defines the "Table Selection" plugin.
Namespace
Drupal\ckeditor_tableselection\Plugin\CKEditorPluginCode
private function getPluginPath() {
return 'libraries/tableselection';
}