public function Wizard::getContexts in Flexiform 8
File
- contrib/
wizard/ src/ Entity/ Wizard.php, line 331
Class
- Wizard
- Defines a flexiform wizard entity class.
Namespace
Drupal\flexiform_wizard\EntityCode
public function getContexts() {
return $this->contexts;
}