function AjaxCssForm::__construct
Constructs an AjaxCssForm.
Parameters
\Drupal\Core\File\FileUrlGeneratorInterface $file_url_generator: The file URL generator.
File
-
core/
modules/ ckeditor/ tests/ modules/ src/ Form/ AjaxCssForm.php, line 32
Class
- AjaxCssForm
- A form for testing delivery of CSS to CKEditor via AJAX.
Namespace
Drupal\ckeditor_test\FormCode
public function __construct(FileUrlGeneratorInterface $file_url_generator) {
$this->fileUrlGenerator = $file_url_generator;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.