You are here

function ckeditor_templates_ui_ckeditor_plugin_info_alter in Ckeditor templates user interface 8

Implements hook_ckeditor_plugin_info_alter().

File

./ckeditor_templates_ui.module, line 39
Ckeditor_templates_ui module file.

Code

function ckeditor_templates_ui_ckeditor_plugin_info_alter(array &$plugins) {

  // Change template plugin class.
  $plugins['templates']['class'] = 'Drupal\\ckeditor_templates_ui\\CkeditorTemplatesUi';
}