function AjaxCssForm::create

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.