1 ckeditor5.module | ckeditor5_telemetry_data($telemetry_key) |
Implements hook_telemetry_data().
File
- core/
modules/ ckeditor5/ ckeditor5.module, line 212 - Provides integration with the CKEditor WYSIWYG editor.
Code
function ckeditor5_telemetry_data($telemetry_key) {
switch ($telemetry_key) {
case 'ckeditor5_version':
return CKEDITOR5_VERSION;
}
}