Code Monkey home page Code Monkey logo

Comments (2)

NamelessCoder avatar NamelessCoder commented on July 23, 2024

Hi Domi,

Sorry I didn't get to this one until now. I think I spotted your problem (if you didn't already solve it):

is_object('\DMF\Intranet\Provider\Configuration\PluginConfigurationProvider') is FALSE - but is_object('DMF\\Intranet\\Provider\\Configuration\\PluginConfigurationProvider') should be TRUE.

Be careful about this one; the namespaced classes' names need escaped backslashes when in strings in PHP; in TypoScript they don't. Also you should never need to add the initial backslash - at least, this is true for core class names so I assume the same is true for your class names. When you instantiate the classes using the class name (without ObjectManager / makeInstance) or subclass them the backslash is required.

Hope this helps! I'll close the issue since it's a question of registering the class name and not a bug as such :)

Cheers,
Claus

from flux.

dohomi avatar dohomi commented on July 23, 2024

Hi Claus,

yip you are right with the escaped namespaces, I forgot to close this one. Thanks for coming back to it.

Cheers
domi

from flux.

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.