You are here

public static function ConfirmClearForm::create in Queue UI 8.2

Parameters

\Symfony\Component\DependencyInjection\ContainerInterface $container:

Return value

static

Overrides FormBase::create

File

src/Form/ConfirmClearForm.php, line 38

Class

ConfirmClearForm
Class ConfirmClearForm @package Drupal\queue_ui\Form

Namespace

Drupal\queue_ui\Form

Code

public static function create(ContainerInterface $container) {
  return new static($container
    ->get('tempstore.private'), $container
    ->get('messenger'));
}