30 parent::__construct( $config );
33 $this->includeAllValue = $config[
'includeAllValue'] ??
null;
34 $this->userLang = $config[
'userLang'] ??
false;
35 $this->exclude = $config[
'exclude'] ?? [];
38 $this->addClasses( [
'mw-widget-namespaceInputWidget' ] );