$config = Drupal::config('modulename.config_name'); $config_setting = $config->get('config_setting'); $all_config_settings = $config->get();