public static function InspectForm::create in Queue UI 8.2
Parameters
\Symfony\Component\DependencyInjection\ContainerInterface $container:
Return value
static
Overrides FormBase::create
File
- src/
Form/ InspectForm.php, line 35
Class
- InspectForm
- Class InspectForm @package Drupal\queue_ui\Form
Namespace
Drupal\queue_ui\FormCode
public static function create(ContainerInterface $container) {
return new static($container
->get('plugin.manager.queue_ui'));
}