Skip to content
Snippets Groups Projects
Commit e9de5400 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #2878529 by c.nish2k3, joachim: broken @see in docs for hook_ckeditor_plugin_info_alter()

parent 3cb5c72d
No related branches found
No related tags found
No related merge requests found
......@@ -21,7 +21,7 @@
* @param $plugins
* An array of all the existing plugin definitions, passed by reference.
*
* @see CKEditorPluginManager
* @see \Drupal\ckeditor\CKEditorPluginManager
*/
function hook_ckeditor_plugin_info_alter(array &$plugins) {
$plugins['someplugin']['label'] = t('Better name');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment