
| Current Path : /var/www/html/rocksensor3/web/modules/contrib/ckeditor/tests/modules/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : /var/www/html/rocksensor3/web/modules/contrib/ckeditor/tests/modules/ckeditor_test.module |
<?php
/**
* @file
* Helper module for the CKEditor tests.
*/
use Drupal\editor\Entity\Editor;
/**
* Implements hook_ckeditor_css_alter().
*/
function ckeditor_test_ckeditor_css_alter(array &$css, Editor $editor) {
$css[] = \Drupal::service('extension.list.module')->getPath('ckeditor_test') . '/ckeditor_test.css';
}