You are here

public static function AjaxCssForm::create in Drupal 10

Same name and namespace in other branches
  1. 9 core/modules/ckeditor/tests/modules/src/Form/AjaxCssForm.php \Drupal\ckeditor_test\Form\AjaxCssForm::create()

@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'));
}