You are here

public function WebformCompositeDeriver::__construct in Webform Composite Tools 8

Constructs new WebformReusableCompositeDeriver.

Parameters

Drupal\Core\Entity\EntityStorageInterface $composite_storage: The Dynamic Composite storage.

File

src/Plugin/Derivative/WebformCompositeDeriver.php, line 30

Class

WebformCompositeDeriver
Provides webform element reusable custom webform composite elements.

Namespace

Drupal\webform_composite\Plugin\Derivative

Code

public function __construct(EntityStorageInterface $composite_storage) {
  $this->compositeStorage = $composite_storage;
}