Pelcig
The full list of built-in functions is available in the function editors (frontend or backend). To view it, open any function, click on the "Placeholders" tab and open the "Functions (instance)" entry. Each function is documented in the editor - the question mark icon opens the context help.
The functions app.form_open()
and app.open_form()
do the same - they are aliases. Sometimes we want to rename functions as new things get introduced and the old naming convention gets confusing. In these cases, we introduce new function names, remove the old ones from the placeholder list - but still make sure that older calls continue to work.