private function Boxout::path in Boxout 8
Gets a path to module.
Return value
string Full path to module.
2 calls to Boxout::path()
- Boxout::getButtons in src/
Plugin/ CKEditorPlugin/ Boxout.php - Implements CKEditorPluginButtonsInterface::getButtons().
- Boxout::getFile in src/
Plugin/ CKEditorPlugin/ Boxout.php - Implements CKEditorPluginInterface::getFile().
File
- src/
Plugin/ CKEditorPlugin/ Boxout.php, line 24
Class
- Boxout
- Defines the "Boxout" plugin.
Namespace
Drupal\boxout\Plugin\CKEditorPluginCode
private function path() {
return drupal_get_path('module', 'boxout');
}