public function Anchor::isInternal in Panopoly WYSIWYG 8.2
Indicates if this plugin is part of the optimized CKEditor build.
Plugins marked as internal are implicitly loaded as part of CKEditor.
Return value
bool
Overrides CKEditorPluginBase::isInternal
File
- src/
Plugin/ CKEditorPlugin/ Anchor.php, line 48
Class
- Anchor
- Defines the "panopoly_wysiwyg_anchor" plugin.
Namespace
Drupal\panopoly_wysiwyg\Plugin\CKEditorPluginCode
public function isInternal() {
return FALSE;
}