Skip to content

Instantly share code, notes, and snippets.

@init90
Last active May 5, 2018 20:58
Show Gist options
  • Select an option

  • Save init90/419365b0da2d0b3f04e2b2ade248fc65 to your computer and use it in GitHub Desktop.

Select an option

Save init90/419365b0da2d0b3f04e2b2ade248fc65 to your computer and use it in GitHub Desktop.
Drupal 8, create custom config and added parameter to it.
$config = \Drupal::service('config.factory')->getEditable('domain.config.three_d8_test.system.site');
$config->set('name', 'trest');
$config->save();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment