You are here

public function Linebreaks::isInternal in Wysiwyg Linebreaks 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 CKEditorPluginInterface::isInternal

File

src/Plugin/CKEditorPlugin/Linebreaks.php, line 29

Class

Linebreaks
Defines the "linebreaks" plugin.

Namespace

Drupal\wysiwyg_linebreaks\Plugin\CKEditorPlugin

Code

public function isInternal() {
  return FALSE;
}