We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83df699 commit 158da38Copy full SHA for 158da38
src/Form/Control/HtmlArrayFactory.php
@@ -55,7 +55,7 @@ public function createFormArray(
55
56
$form = [
57
'#type' => 'text_format',
58
- '#value_callback' => StringValueCallback::class . '::convert',
+ '#value_callback' => [StringValueCallback::class, 'convert'],
59
] + BasicFormPropertiesFactory::createFieldProperties($definition, $formState);
60
61
if (NULL !== $definition->getMaxLength()) {
0 commit comments