function Llama::isInternal in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/ckeditor/tests/modules/src/Plugin/CKEditorPlugin/Llama.php \Drupal\ckeditor_test\Plugin\CKEditorPlugin\Llama::isInternal()
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 CKEditorPluginInterface::isInternal
File
- core/
modules/ ckeditor/ tests/ modules/ src/ Plugin/ CKEditorPlugin/ Llama.php, line 50 - Contains \Drupal\ckeditor_test\Plugin\CKEditorPlugin\Llama.
Class
- Llama
- Defines the "Llama" plugin, with a CKEditor "llama" feature.
Namespace
Drupal\ckeditor_test\Plugin\CKEditorPluginCode
function isInternal() {
return FALSE;
}