public function Wizard::addContext in Flexiform 8
File
- contrib/
wizard/ src/ Entity/ Wizard.php, line 324
Class
- Wizard
- Defines a flexiform wizard entity class.
Namespace
Drupal\flexiform_wizard\EntityCode
public function addContext($name, ContextInterface $value) {
$this->contexts[$name] = $value;
}