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

drush9 support #13

Open
misterjoonas opened this issue Mar 12, 2018 · 1 comment
Open

drush9 support #13

misterjoonas opened this issue Mar 12, 2018 · 1 comment

Comments

@misterjoonas
Copy link

Commands should be ported to support drush9 https://weitzman.github.io/blog/port-to-drush9

@jrockowitz
Copy link

So I started exploring porting this command and it is a lot of work because the Drush 8 code relies on a bunch of internal'ish APIs that have either been moved or possibly removed.

Below are some of the API calls that need to be ported.

drush_sql_bootstrap_further()
drush_sitealias_overlay_options()
drush_find_drush()
drush_redispatch_get_options()
drush_sql_get_class()
drush_sql_get_expanded_table_selection()

I don't have to the bandwidth available to port and maintainer this code.

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

2 participants