public function YoutubePlugin::isInternal in CKEditor Youtube 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/ YoutubePlugin.php, line 64
Class
- YoutubePlugin
- Defines the "Youtube Button" plugin.
Namespace
Drupal\ckeditor_youtube\Plugin\CKEditorPluginCode
public function isInternal() {
return FALSE;
}