From 7d54c92ca945647bbf632ebde53b66d653999716 Mon Sep 17 00:00:00 2001 From: Coleman Watts Date: Sat, 1 Feb 2020 11:44:44 -0500 Subject: [PATCH] Update API docblock. --- ext/afform/core/Civi/Api4/Afform.php | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/ext/afform/core/Civi/Api4/Afform.php b/ext/afform/core/Civi/Api4/Afform.php index 40dbbe7637..cb2f251be8 100644 --- a/ext/afform/core/Civi/Api4/Afform.php +++ b/ext/afform/core/Civi/Api4/Afform.php @@ -7,7 +7,17 @@ use Civi\Api4\Generic\BasicBatchAction; use Civi\Api4\Generic\BasicGetFieldsAction; /** - * User-configurable forms + * User-configurable forms. + * + * Afform stands for *The Affable Administrative Angular Form Framework*. + * + * This API provides actions for + * 1. **_Managing_ forms:** + * The `create`, `get`, `save`, `update`, & `revert` actions read/write form html & json files. + * 2. **_Using_ forms:** + * The `prefill` and `submit` actions are used for preparing forms and processing submissions. + * + * @see https://lab.civicrm.org/extensions/afform * @package Civi\Api4 */ class Afform extends AbstractEntity { -- 2.25.1