Skip to content
Snippets Groups Projects
Commit aa9baca3 authored by Jürgen Haas's avatar Jürgen Haas
Browse files

Issue #3490184: All applicable form events should implement RenderEventInterface

parent da4c35ce
No related branches found
No related tags found
No related merge requests found
Pipeline #352923 passed
......@@ -91,6 +91,9 @@ class ContentEntityPrepareForm extends ContentEntityBaseContentEntity implements
*/
public function &getRenderArray(): array {
$form = &$this->getForm();
if ($form === NULL) {
$form = [];
}
return $form;
}
......
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