function ckeditor_test_ckeditor_css_alter

Implements hook_ckeditor_css_alter().

File

drupal/core/modules/ckeditor/tests/modules/ckeditor_test.module, line 13
Helper module for the CKEditor tests.

Code

function ckeditor_test_ckeditor_css_alter(array &$css, Editor $editor) {
  $css[] = drupal_get_path('module', 'ckeditor_test') . '/ckeditor_test.css';
}