Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What's meaning of '#programmed' attribute of a form array in drupal?

What's meaning of '#programmed' attribute of a form array in drupal? I didn't find any documentation for it in drupal.org

like image 672
Nick.h Avatar asked Dec 16 '25 22:12

Nick.h


1 Answers

Drupal allows you to submit forms from a programmatically, which can be really useful for making comments/nodes etc from a custom module. '#programmed' is set to true when a form is submitted by a function using drupal_execute. see more here: http://api.drupal.org/api/function/drupal_execute/6

like image 126
hookd Avatar answered Dec 21 '25 09:12

hookd



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!