You are here

function hook_maestro_post_variable_save in Maestro 3.x

Same name and namespace in other branches
  1. 8.2 maestro.module \hook_maestro_post_variable_save()

Implements hook_maestro_post_variable_save().

For the Maestro Engine, this hook will redo the production assignments for a changed variable.

1 invocation of hook_maestro_post_variable_save()
MaestroEngine::setProcessVariable in src/Engine/MaestroEngine.php
Set a process variable's value. Does a post-variable-set call to re-create any production assignments that may rely on this variable's value.

File

./maestro.module, line 121
Provides glue logic, hook implementation and core set process variable functions.

Code

function hook_maestro_post_variable_save($variableName, $variableValue, $processID) {

  // This is an example of what a post-process-variable-save hook looks like.
}