/** * Constructor * @param string $langCode The language code to build config for * @param array(string) $plugins list of plugins installed in Elasticsearch */ public function __construct($langCode, $plugins) { parent::__construct($langCode, $plugins); }