$slogan = \Drupal::config('system.site')->get('slogan');
e.g. => mytheme_preprocess_node(&$variables))
$variables['slogan'] = \Drupal::config('system.site')->get('slogan');
e.g. => template file node.html.twig
{{ slogan }}
$slogan = \Drupal::config('system.site')->get('slogan');
e.g. => mytheme_preprocess_node(&$variables))
$variables['slogan'] = \Drupal::config('system.site')->get('slogan');
e.g. => template file node.html.twig
{{ slogan }}