Install
Works with Drupal: 7.xUsing Composer to manage Drupal site dependencies
Downloads
Download tar.gz
103.15 KB
MD5: ad0370aac98ae4431fa8963e32b8b5b3
SHA-1: 5413abcceef4b462e2bff822f7bca3af3ba106f2
SHA-256: 6a16794861bd7ce9c5b68150b60d2a3bcd9f9bdced7ac39d62cb9ec403c51434
Download zip
158.09 KB
MD5: 2d819f633597c8834668404e10f7e01f
SHA-1: 71f99ba0656c7cc075b217ca94784cc7161da0bf
SHA-256: d75ce537138c4f4af4f3e73b0eabd76228f236d418155e6b75104c3b55d9ac0f
Release notes
- The acsf_sj module now has a facility for local development. (By default, fatal errors occur on non-Acquia environments when the module is enabled and used). A default 'local development' class is provided, which only logs messages about which commands would be executed. On Drupal 7, the standard way of using this class is to set a Drupal variable; drush commands are provided to (un)do this. On Drupal 8, the class is now a service, which can be overridden by standard Drupal methods. This is a compatibility break with the previous version; any D8 code should now be referencing the service instead of instantiating the client class by themselves.