___init(); parent::__construct($context, $config, $userContext, $userAuthorized, $userProfileRepository, $json, $data); } /** * {@inheritdoc} */ public function getComponentJsonConfig() : string { $pluginInfo = $this->pluginList->getNext($this->subjectType, 'getComponentJsonConfig'); return $pluginInfo ? $this->___callPlugins('getComponentJsonConfig', func_get_args(), $pluginInfo) : parent::getComponentJsonConfig(); } }