Skip to main content

How Actions are stored in Drupal 7

When an action is created, the information that is set in the configuration form is serialized and saved into the parameters field of the actions table. Immediately before the advanced action is executed, the contents of the parameters field are unserialized and included in the $context parameter.

Actions Databases Drupal Functions Advanced Action Serialized Saved Paremeters Actions Table Execute Contents Unserialized
Powered by Drupal 7. Made by Cody Bonney.