function VideoDetectorCKEditorButton::isInternal in CKEditor Video Detector 8
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/ VideoDetectorCKEditorButton.php, line 54 - Contains \Drupal\ckeditor_videodetector\Plugin\CKEditorPlugin\VideoDetectorCKEditorButton.
Class
- VideoDetectorCKEditorButton
- Defines the "videodetector" plugin.
Namespace
Drupal\ckeditor_videodetector\Plugin\CKEditorPluginCode
function isInternal() {
return FALSE;
}