Articles tagged with configuration management

Importing translations in Drupal

Posted on
Drupal has good multilingual support out of the box and it allows to creation of multilingual sites easily. In normal circumstances translation process is easy, but there are some cases where you may want to update translations programmatically.

Breaking configuration in Drupal

Posted on
One of the strongest features in Drupal is configuration management. While it is reliable functionality, you can actually break it.

Modifying module configuration in update hook after enabling

Posted on
Depending on the type of your project, you may need to deal with update hooks which enable modules programmatically and then modify their configuration. When dealing with configuration updates with hook_update_N(), there is one thing to look out for related to enabling modules programmatically.