You are here

public function BreakLockForm::__construct in Rules 8.3

Constructor.

File

src/Form/BreakLockForm.php, line 41

Class

BreakLockForm
Builds the form to break the lock of an edited rule.

Namespace

Drupal\rules\Form

Code

public function __construct(EntityTypeManagerInterface $entity_type_manager, RendererInterface $renderer) {
  $this->entityTypeManager = $entity_type_manager;
  $this->renderer = $renderer;
}