You are here

public function LayoutBuilderEntityClone::__construct in Entity Clone 8

LayoutBuilderEntityClone constructor.

Overrides ConfigEntityCloneBase::__construct

File

src/EntityClone/Config/LayoutBuilderEntityClone.php, line 30

Class

LayoutBuilderEntityClone
Class LayoutBuilderEntityView.

Namespace

Drupal\entity_clone\EntityClone\Config

Code

public function __construct(EntityTypeManagerInterface $entity_type_manager, $entity_type_id, UuidInterface $uuid) {
  parent::__construct($entity_type_manager, $entity_type_id);
  $this->uuidGenerator = $uuid;
}