You are here

function NotificationAggregator::isInternal in CKEditor Upload Image 8.2

Same name and namespace in other branches
  1. 8 src/Plugin/CKEditorPlugin/NotificationAggregator.php \Drupal\ckeditor_uploadimage\Plugin\CKEditorPlugin\NotificationAggregator::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/NotificationAggregator.php, line 44
Contains \Drupal\ckeditor_uploadimage\Plugin\CKEditorPlugin\NotificationAggregator.

Class

NotificationAggregator
Defines the "templates" plugin.

Namespace

Drupal\ckeditor_uploadimage\Plugin\CKEditorPlugin

Code

function isInternal() {
  return FALSE;
}