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 3faf668 commit 28b3c03Copy full SHA for 28b3c03
src/lib/FieldType/EzForm/Type.php
@@ -78,9 +78,9 @@ public function getFieldTypeIdentifier()
78
/**
79
* {@inheritdoc}
80
*/
81
- public function getName(ValueInterface $value)
+ public function getName(ValueInterface $value, FieldDefinition $fieldDefinition, string $languageCode): string
82
{
83
- $this->decoratedType->getName($value);
+ return $this->decoratedType->getName($value, $fieldDefinition, $languageCode);
84
}
85
86
0 commit comments