Skip to content

Missing "translation_domain" and "help_translation_parameters" to help #69

@INHack20

Description

@INHack20

$schema['description'] = $this->translator->trans($help);

$translationDomain = $form->getConfig()->getOption('translation_domain');
$translationParameters = $form->getConfig()->getOption('help_translation_parameters');
if ($help = $formConfig->getOption('help', '')) {
       $schema['description'] = $this->translator->trans($help,$translationParameters,$translationDomain );
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions