You are here

public function AjaxCKEditorPlugin::isInternal in GeSHi Filter for syntax highlighting 8.2

Same name and namespace in other branches
  1. 8 codesnippetgeshi/src/Plugin/CKEditorPlugin/AjaxCKEditorPlugin.php \Drupal\codesnippetgeshi\Plugin\CKEditorPlugin\AjaxCKEditorPlugin::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 CKEditorPluginBase::isInternal

File

codesnippetgeshi/src/Plugin/CKEditorPlugin/AjaxCKEditorPlugin.php, line 35

Class

AjaxCKEditorPlugin
Defines the "ajax" plugin.

Namespace

Drupal\codesnippetgeshi\Plugin\CKEditorPlugin

Code

public function isInternal() {
  return FALSE;
}