___init(); parent::__construct($customerRegistry, $storeManager, $transportBuilder, $customerViewHelper, $dataProcessor, $scopeConfig, $senderResolver, $emulation, $accountConfirmation); } /** * {@inheritdoc} */ public function newAccount(\Magento\Customer\Api\Data\CustomerInterface $customer, $type = 'registered', $backUrl = '', $storeId = null, $sendemailStoreId = null) : void { $pluginInfo = $this->pluginList->getNext($this->subjectType, 'newAccount'); $pluginInfo ? $this->___callPlugins('newAccount', func_get_args(), $pluginInfo) : parent::newAccount($customer, $type, $backUrl, $storeId, $sendemailStoreId); } }