service file_url_generator in Drupal 9
Class
Drupal\Core\File\FileUrlGenerator48 string references to file_url_generator
- AjaxCssForm::create in core/
modules/ ckeditor/ tests/ modules/ src/ Form/ AjaxCssForm.php - @inheritDoc
- AttachedAssetsTest::setUp in core/
tests/ Drupal/ KernelTests/ Core/ Asset/ AttachedAssetsTest.php - BaseFieldFileFormatterBase::create in core/
modules/ file/ src/ Plugin/ Field/ FieldFormatter/ BaseFieldFileFormatterBase.php - Creates an instance of the plugin.
- BaseFieldFileFormatterBase::__construct in core/
modules/ file/ src/ Plugin/ Field/ FieldFormatter/ BaseFieldFileFormatterBase.php - Constructs a BaseFieldFileFormatterBase object.
- CKEditor::create in core/
modules/ ckeditor/ src/ Plugin/ Editor/ CKEditor.php - Creates an instance of the plugin.
File
- core/
core.services.yml - core/core.services.yml
View source
- class: Drupal\Core\File\FileUrlGenerator
- arguments:
- - '@stream_wrapper_manager'
- - '@request_stack'
- - '@module_handler'