extensions, $this->syntaxes, $this->controlStructures); } public function registerAll(Compiler $compiler) : void { parent::registerAll($compiler); $this->ui->registerFormExtension($compiler); $this->asset->registerExtension($compiler); } }