You are here

public function Nbsp::isInternal in CKEditor Non-breaking space Plugin ( ) 8.2

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

src/Plugin/CKEditorPlugin/Nbsp.php, line 34

Class

Nbsp
Defines the "NBSP" plugin.

Namespace

Drupal\nbsp\Plugin\CKEditorPlugin

Code

public function isInternal() {
  return FALSE;
}