You are here

public static function Webform::fromNode in Little helpers 7

Same name and namespace in other branches
  1. 7.2 src/Webform/Webform.php \Drupal\little_helpers\Webform\Webform::fromNode()

File

src/Webform/Webform.php, line 26

Class

Webform

Namespace

Drupal\little_helpers\Webform

Code

public static function fromNode(\stdClass $node) {
  return new static($node);
}