Last active
January 15, 2020 17:51
-
-
Save sheanhoxie/54c3107f4e9e38641c68b5a8dd1fd306 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| DRUSH SSET | |
| drush sset STATE_NAME VAL | |
| ex. | |
| drush sset ftp_module_name.settings.ftp_last SV20190901.TXT | |
| DRUSH EV | |
| drush ev "\Drupal::state()->set('STATE_NAME', 'VAL')"; | |
| ex. | |
| drush ev "\Drupal::state()->set('ftp_module_name.settings.ftp_last', 'SV20190802.TXT')"; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment