You are here

public function KitchenSink::isInternal in Panopoly 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

modules/panopoly/panopoly_wysiwyg/src/Plugin/CKEditorPlugin/KitchenSink.php, line 48

Class

KitchenSink
Defines the "panopoly_wysiwyg_kitchensink" plugin.

Namespace

Drupal\panopoly_wysiwyg\Plugin\CKEditorPlugin

Code

public function isInternal() {
  return FALSE;
}