function BreakLockForm::create

Overrides FormBase::create

File

src/Form/BreakLockForm.php, line 49

Class

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

Namespace

Drupal\rules\Form

Code

public static function create(ContainerInterface $container) {
    return new static($container->get('entity_type.manager'), $container->get('renderer'));
}