Skip to content

Moved HttpKernel compiler pass #8166

Closed
Closed
@javiereguiluz

Description

@javiereguiluz

See symfony/symfony#22620

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

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

  • The Symfony\Bundle\FrameworkBundle\DependencyInjection\Compiler\AddCacheWarmerPass
    class has been deprecated and will be removed in 4.0. Use the
    Symfony\Component\HttpKernel\DependencyInjection\AddCacheWarmerPass 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