Skip to content
New issue

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

Add dm input option to commands that requires it #2598

Open
franmomu opened this issue Dec 9, 2023 · 0 comments
Open

Add dm input option to commands that requires it #2598

franmomu opened this issue Dec 9, 2023 · 0 comments

Comments

@franmomu
Copy link
Contributor

franmomu commented Dec 9, 2023

Feature Request

Q A
New Feature yes
RFC no
BC Break no

Summary

Right now it gets the documentManager from a helper:

/** @return DocumentManager */
protected function getDocumentManager()
{
return $this->getHelper('documentManager')->getDocumentManager();
}

we can add it as an input option and have something similar to AbstractEntityManagerCommand, that way we could use these commands directly from the bundle instead of creating proxy commands.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant