Skip to content
Snippets Groups Projects
Commit 4cd20ba6 authored by Istvan Reszler-Fekete's avatar Istvan Reszler-Fekete
Browse files

Issue #3393182: TypeError: htmlspecialchars(): Argument #1 ($string) must be...

Issue #3393182: TypeError: htmlspecialchars(): Argument #1 ($string) must be of type string, array given in htmlspecialchars()
parent 2da3d63a
No related branches found
No related tags found
1 merge request!3Issue #3393182: TypeError: htmlspecialchars(): Argument #1 ($string) must be of type string, array given in htmlspecialchars()
......@@ -257,4 +257,14 @@ class Html5 extends ProviderPluginBase {
return FALSE;
}
/**
* {@inheritdoc}
*/
public function getName() {
return $this->t('@provider Video (@id)', [
'@provider' => $this->getPluginDefinition()['title'],
'@id' => $this->getVideoId()[0]
]);
}
}
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