By editor, 13 August, 2021 Import config file programmatically on Drupal 9 Tags Drupal 9 Code Configuration Import configuration file programmatically on Drupal 9 using config_update contrib module and service //Update Module settings \Drupal::service('config_update.config_update')->revert('system.simple', 'mymodule.settings');
By editor, 2 November, 2017 Drupal 8 Configuration : Get, Set, Override and Exclude Tags Drupal 8 Configuration Drupal 9 Get, Set and Delete configuration value by drush Get (drush config-get) drush cget CONFIG_NAME CONFIG_KEY Examples: drush cget system.site drush cget system.site page.front Set (drush config-set)
By editor, 31 October, 2017 Configuration property error. Tags Drupal 8 Code Plugin Configuration If you have an error like this, when you use a custom views filter plugin, the resent is now you need to have a config schema for all Views filter plugins. The error :