You are here

public function CkeditorTableSelection::isInternal in CKEditor Table Selection 8

Same name and namespace in other branches
  1. 9.1.x src/Plugin/CKEditorPlugin/CkeditorTableSelection.php \Drupal\ckeditor_tableselection\Plugin\CKEditorPlugin\CkeditorTableSelection::isInternal()
  2. 2.0.x src/Plugin/CKEditorPlugin/CkeditorTableSelection.php \Drupal\ckeditor_tableselection\Plugin\CKEditorPlugin\CkeditorTableSelection::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/CkeditorTableSelection.php, line 24

Class

CkeditorTableSelection
Defines the "Table Selection" plugin.

Namespace

Drupal\ckeditor_tableselection\Plugin\CKEditorPlugin

Code

public function isInternal() {
  return FALSE;
}