public function CKEditorBSGrid::getLibraries in CKEditor Bootstrap Grid 8.2
Same name and namespace in other branches
- 8 src/Plugin/CKEditorPlugin/CKEditorBSGrid.php \Drupal\ckeditor_bs_grid\Plugin\CKEditorPlugin\CKEditorBSGrid::getLibraries()
Returns a list of libraries this plugin requires.
These libraries will be attached to the text_format element on which the editor is being loaded.
Parameters
\Drupal\editor\Entity\Editor $editor: A configured text editor object.
Return value
array An array of libraries suitable for usage in a render API #attached property.
Overrides CKEditorPluginBase::getLibraries
File
- src/
Plugin/ CKEditorPlugin/ CKEditorBSGrid.php, line 55
Class
- CKEditorBSGrid
- Defines the "bs_grid" plugin.
Namespace
Drupal\ckeditor_bs_grid\Plugin\CKEditorPluginCode
public function getLibraries(Editor $editor) {
return [];
}