Within my custom module i’ve got an optional implementation to the dynamic entity reference module: https://www.drupal.org/project/dynamic_entity_reference
When the module exists, I add a DER field to one of my custom tables during the module installation.
The issue i am currently facing is that I can not manipulate the installation order of my module. Within the install hook of my module i am using module_set_weight("mymodule",1)
. However this is not effecting the installation order at all when I run drush config-import
order or drush site-install --config-dir="/my/conf"
.
Within my core.extensions.yml
the weight got applied after config export: drupal_content_sync: 1