James Williams
James Williams
Since https://www.drupal.org/node/2367933 / https://git.drupalcode.org/project/drupal/commit/da94d7fc6b6cd06a26c065ab8db640e9a0bb8671#7f7e72269405002d6602cb72b6155307148e699d_523_487 , the deprecation solution for usage of entity_get_display() and entity_get_form_display() have changed. The solutions should now be: ```php \Drupal::service('entity_display.repository') ->getViewDisplay($entity_type, $bundle, $view_mode); ``` and ```php \Drupal::service('entity_display.repository')...
CartCreate calls over SOAP requests require a wrapping 'Items' element around 'Item' elements in a different format to those used by REST requests. Unfortunately this is only for the 1.x...
This should be fairly self-explanatory. The `proxyParams` parameter was already designed as an array to allow further options.
The --ignore-list option is very handy for excluding config you know about, but I reckon just as important a use case is for only including config you want to manage...
I used `composer patch-add` to add a patch, which succeeded, but some other packages got updated at the same time, which rather surprised me! In my case, the package I...
Maybe this is two separate issues really, but I wonder if it's really down to a single cause like something changing about pocket's API? 1. When opening the popup list,...