public function DrupalFontAwesome::isEnabled in Font Awesome Icons 8.2
Same name and namespace in other branches
- 8 src/Plugin/CKEditorPlugin/DrupalFontAwesome.php \Drupal\fontawesome\Plugin\CKEditorPlugin\DrupalFontAwesome::isEnabled()
File
- src/
Plugin/ CKEditorPlugin/ DrupalFontAwesome.php, line 59
Class
- DrupalFontAwesome
- Defines the "drupalfontawesome" plugin.
Namespace
Drupal\fontawesome\Plugin\CKEditorPluginCode
public function isEnabled(Editor $editor) {
// Assume that someone installing this module probably wants the help.
return TRUE;
}