We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It could be nice to add support for !php/const when using as key in yaml file.
When using with workflow for example it's usefull to use constant for places. In my configuration I had some metadata for the nodes.
The plugins don't detect a config like :
framework: workflows: library: places: !php/const:App\Entity\Book::INITIAL_STATE: metadata: ...
The text was updated successfully, but these errors were encountered:
No branches or pull requests
It could be nice to add support for !php/const when using as key in yaml file.
When using with workflow for example it's usefull to use constant for places.
In my configuration I had some metadata for the nodes.
The plugins don't detect a config like :
The text was updated successfully, but these errors were encountered: