You are here

public static function AjaxCssForm::create in Drupal 9

@inheritDoc

Overrides FormBase::create

File

core/modules/ckeditor/tests/modules/src/Form/AjaxCssForm.php, line 39

Class

AjaxCssForm
A form for testing delivery of CSS to CKEditor via AJAX.

Namespace

Drupal\ckeditor_test\Form

Code

public static function create(ContainerInterface $container) {
  return new static($container
    ->get('file_url_generator'));
}