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