Posted by ianmthomasuk on November 5, 2012 at 3:24pm
1 follower
Jump to:
| Project: | Storage API |
| Version: | 7.x-1.x-dev |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
I've got a Drush command that I run after copying my live db into dev that reconfigures various modules and settings that are appropriate for my development environment. For Storage API, that means marking certain containers as external.
How can I do this programatically? I guess I'm after a command like
storageapi_container_external($container_id, true);
Comments
#1