public function A11yCheckerPlugin::getDependencies in CKEditor Accessibility Checker 7
Same name and namespace in other branches
- 8 src/Plugin/CKEditorPlugin/A11yCheckerPlugin.php \Drupal\ckeditor_a11ychecker\Plugin\CKEditorPlugin\A11yCheckerPlugin::getDependencies()
- 2.0.x src/Plugin/CKEditorPlugin/A11yCheckerPlugin.php \Drupal\ckeditor_a11ychecker\Plugin\CKEditorPlugin\A11yCheckerPlugin::getDependencies()
File
- src/
Plugin/ CKEditorPlugin/ A11yCheckerPlugin.php, line 21
Class
- A11yCheckerPlugin
- Defines the "a11ychecker" plugin.
Namespace
Drupal\ckeditor_a11ychecker\Plugin\CKEditorPluginCode
public function getDependencies(Editor $editor) {
return [
'balloonpanel',
];
}