You are here

public function Templates::isInternal in Wysiwyg API template plugin 8.2

Same name and namespace in other branches
  1. 3.0.x src/Plugin/CKEditorPlugin/Templates.php \Drupal\wysiwyg_template\Plugin\CKEditorPlugin\Templates::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

src/Plugin/CKEditorPlugin/Templates.php, line 77

Class

Templates
Defines the CKEditor Templates plugin.

Namespace

Drupal\wysiwyg_template\Plugin\CKEditorPlugin

Code

public function isInternal() : bool {
  return FALSE;
}