Skip to content
Snippets Groups Projects
Commit 191f77a5 authored by Ted Cooper's avatar Ted Cooper
Browse files

[#3401960] Fix API doc function name.

parent 29b7373c
No related branches found
No related tags found
1 merge request!12[#3401960] Fix API doc function name.
......@@ -18,7 +18,7 @@ use Drupal\Component\Utility\Html;
* @param object $embed
* The embed json decoded object as provided by Embed::getEmbedObject().
*/
function ckeditor_media_embed_ckeditor_media_embed_object_alter(&$embed) {
function hook_ckeditor_media_embed_object_alter(&$embed) {
$title_exists = (
!empty($embed->title)
&& $title = Html::escape($embed->title)
......
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