/** * Get the event's extension type. Can be: * - component * * @return string * * @since 4.0.0 */ public function getExtensionType() : string { return $this->getArgument('type'); }