In the COOKiES Drupal 8+ module, we had the issue that config entity string translations were not possible with text > 128 characters length: https://www.drupal.org/project/cookies/issues/3327045The reason for that is in core. Form API
Drupal
Sometimes using Drupal.org issue forks you run into the situation that you'd like to start from scratch with the latest origin version. For example, you want to reset an old issue fork back to the 4.x origin and discard all changes in the
Is your Drupal Core refusing to update from 9.4.3 to 9.4.5 (or higher)? I had the same issue and found https://drupal.stackexchange.com/questions/312436/why-is-composer-refus… so I could be sure I wasn't the only one
Update hooks don't always have to do something technical. They can also be used to inform administrators / site owners running the update about important or even breaking changes (BC). For example this might happen if manual interaction is
function mymodule_update_8000(&$sandbox) { $message = '' // Only create if the redirect view doesn't exist and views is enabled. $new_view_id = 'YOURVIEWID'; if (\Drupal::moduleHandler()->moduleExists('views') && !\Drupal\views\Entity\View
Dir hat dieser Beitrag Zeit und viele Nerven gespart?
Dann würde ich mich sehr über einen leckeren Kaffee freuen! Oder ein spannendes Tech-Buch aus meiner Wunschliste?