1.20.x ckeditor.module ckeditor_plugins()

Retrieves the full list of installed CKEditor plugins.

File

modules/ckeditor/ckeditor.module, line 137
Provides integration with the CKEditor WYSIWYG editor.

Code

function ckeditor_plugins() {
  $plugins = module_invoke_all('ckeditor_plugins');
  backdrop_alter('ckeditor_plugins', $plugins);
  return $plugins;
}