function loginAction() in Account.php überschreiben

Hallo, hat jemand eine Idee, wie ich in meinem Plugin die … public function loginAction(){ ... } in der engine/Shopware/Controllers/Frontend/Account.php überschreiben kann? Kann ich hier einen Replace-Hook setzen?

Ja das kannst du machen. $this-\>subscribeEvent( 'Shopware\_Controllers\_Frontend\_Account::loginAction::replace', 'loginReplace' );