Giter Club home page Giter Club logo

Comments (3)

michalbundyra avatar michalbundyra commented on August 19, 2024

But since the injectTranslator method needs the serviceLocator and the serviceLocator isn't injected at this point of time, the result of $this->getServiceLocator() in injectTranslator will always be null. And that's why there will be never a translator injected.

The code you are referring to adds initializers, it does not execute them at that point.
This is what happens:

  • Zend\ServiceManager\AbstractPluginManager::__construct is called and adds an initializer which sets the ServiceLocator (so it does not run that code at that point)
  • after that Zend\Validator\ValidatorPluginManager adds the injectTranslator initializer on line 141

The initializers are executed in the same order they are added and thus the ServiceLocator is set before the translator is injected.


Originally posted by @Martin-P at zendframework/zend-validator#13 (comment)

from laminas-validator.

michalbundyra avatar michalbundyra commented on August 19, 2024

@jscssphtml Is this (still) an issue? If so could you provide a simple reproducing test case to demonstrate it?


Originally posted by @adamlundrigan at zendframework/zend-validator#13 (comment)

from laminas-validator.

froschdesign avatar froschdesign commented on August 19, 2024

Unfortunately, there is no feedback to reproduce the problem. Therefore, the issue is closed at this point.

from laminas-validator.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.