You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had a special request from a customer for verbosity-level-aware fixtures but could not deliver such a feature. I simply wanted to know the verbosity level the doctrine:fixture:load command was run at in order to display messages.
I wonder if there is a way of getting access to the verbosity level within a fixture load() or method ?
Even better would be to access the Output instance.
So far i found no such consideration in the bundle.
I wanted to extends the SymfonyFixturesLoader service but of course the class is final..
I am now trying to either set $output into all fixtures
Sad it is not passed as argument in $executor->execute($fixtures, $input->getOption('append'));
Thanks.
The text was updated successfully, but these errors were encountered:
Hello.
I had a special request from a customer for verbosity-level-aware fixtures but could not deliver such a feature. I simply wanted to know the verbosity level the
doctrine:fixture:load
command was run at in order to display messages.I wonder if there is a way of getting access to the verbosity level within a fixture load() or method ?
Even better would be to access the Output instance.
So far i found no such consideration in the bundle.
I wanted to extends the SymfonyFixturesLoader service but of course the class is final..
I am now trying to either set $output into all fixtures
Sad it is not passed as argument in
$executor->execute($fixtures, $input->getOption('append'));
Thanks.
The text was updated successfully, but these errors were encountered: