function ckeditor_test_ckeditor_css_alter

Same name in other branches
  1. 9 core/modules/ckeditor/tests/modules/ckeditor_test.module \ckeditor_test_ckeditor_css_alter()

Implements hook_ckeditor_css_alter().

File

core/modules/ckeditor/tests/modules/ckeditor_test.module, line 13

Code

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.