public static function Webform::fromNode in Little helpers 7.2
Same name and namespace in other branches
- 7 src/Webform/Webform.php \Drupal\little_helpers\Webform\Webform::fromNode()
File
- src/
Webform/ Webform.php, line 23
Class
Namespace
Drupal\little_helpers\WebformCode
public static function fromNode(\stdClass $node) {
return new static($node);
}