19 $this->condState = $config[
'condState'] ?? [];
20 $this->modules = $config[
'modules'] ?? [];
23 if ( $this->modules ) {
27 $this->setAttributes( [
'data-mw-modules' => implode(
',', $this->modules ) ] );
29 $this->registerConfigCallback(
function ( &$config ) {
30 if ( $this->condState ) {
31 $config[
'condState'] = $this->condState;