Documentation

form.php

Admin User Form - scaffold for the client-rendered create/edit form.

Values come from GET /api/v1/admin/users/{id} when editing; saving goes through POST /api/v1/admin/users or PUT /api/v1/admin/users/{id}. See user_management.ts.

Variables expected:

  • $isEdit: bool
  • $user: User|null (only its ID is read; the values come from the API)

PHP version 8.1

Tags
category

Lwt

author

HugoFara git@hugofara.net

license

Unlicense http://unlicense.org/

link
https://hugofara.github.io/lwt/developer/api
since
3.0.0

Table of Contents

On this page
  • Table Of Contents

Search results