1 ckeditor.module ckeditor_telemetry_data($telemetry_key)

Implements hook_telemetry_data().

File

core/modules/ckeditor/ckeditor.module, line 801
Provides integration with the CKEditor 4 WYSIWYG editor.

Code

function ckeditor_telemetry_data($telemetry_key) {
  switch ($telemetry_key) {
    case 'ckeditor_version':
      return CKEDITOR_VERSION;
  }
}