type = $type; $this->builder = $builder; } public function getBuilder(): FormBuilderInterface { return $this->builder; } public function getType(): string { return $this->type; } }