You are here

public function ImagePopup::isInternal in Simple Image Popup 2.x

Implements \Drupal\ckeditor\Plugin\CKEditorPluginInterface::isInternal().

Overrides CKEditorPluginBase::isInternal

File

src/Plugin/CKEditorPlugin/ImagePopup.php, line 24

Class

ImagePopup
Defines the "imagepopup" plugin.

Namespace

Drupal\image_popup\Plugin\CKEditorPlugin

Code

public function isInternal() {
  return FALSE;
}