Skip to content

Moved translation compiler pass #8165

Closed
@javiereguiluz

Description

@javiereguiluz

See symfony/symfony#22619.

Some classes have been moved, so we must review the imports of the code samples:

  • The Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\TranslationDumperPass
    class has been deprecated and will be removed in 4.0. Use the
    Symfony\Component\Translation\DependencyInjection\TranslationDumperPass class instead.

  • The Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\TranslationExtractorPass
    class has been deprecated and will be removed in 4.0. Use the
    Symfony\Component\Translation\DependencyInjection\TranslationExtractorPass class instead.

  • The Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\TranslatorPass
    class has been deprecated and will be removed in 4.0. Use the
    Symfony\Component\Translation\DependencyInjection\TranslatorPass class instead.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions