You are here

public function OnomasticonExcludeCkeditorButton::isInternal in Onomasticon 8

Same name and namespace in other branches
  1. 2.x src/Plugin/CKEditorPlugin/OnomasticonExcludeCkeditorButton.php \Drupal\onomasticon\Plugin\CKEditorPlugin\OnomasticonExcludeCkeditorButton::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/OnomasticonExcludeCkeditorButton.php, line 53

Class

OnomasticonExcludeCkeditorButton
Defines the Onomasticon Exclude (Nonomasticon) plugin.

Namespace

Drupal\onomasticon\Plugin\CKEditorPlugin

Code

public function isInternal() {
  return FALSE;
}