nextcloud-server/tests/lib/Settings
Ferdinand Thiessen 9a7e1bb227
feat(DeclarativeSettings): Allow to implement value getter and setter directly in Form
Instead of implementing the form class, a setter event listener and a getter event listener,
this allows to simply write a basic class that provides `getSchema`, `setValue` and `getValue` functions.

Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-10-15 20:33:45 +07:00
..
DeclarativeManagerTest.php feat(DeclarativeSettings): Allow to implement value getter and setter directly in Form 2024-10-15 20:33:45 +07:00
ManagerTest.php
SectionTest.php