public function Internal::getFile

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

Overrides CKEditorPluginInterface::getFile

File

drupal/core/modules/ckeditor/lib/Drupal/ckeditor/Plugin/CKEditorPlugin/Internal.php, line 36
Contains \Drupal\ckeditor\Plugin\CKEditorPlugin\Internal.

Class

Internal
Defines the "internal" plugin (i.e. core plugins part of our CKEditor build).

Namespace

Drupal\ckeditor\Plugin\CKEditorPlugin

Code

public function getFile() {

  // This plugin is already part of Drupal core's CKEditor build.
  return FALSE;
}