service file_url_generator in Drupal 10
Same name and namespace in other branches
- 9 core/core.services.yml \file_url_generator
Class
Drupal\Core\File\FileUrlGenerator49 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.
- CKEditor5Test::testAttributeEncoding in core/
modules/ ckeditor5/ tests/ src/ FunctionalJavascript/ CKEditor5Test.php - Ensures that attribute values are encoded.
- CKEditor5Test::testEditorFileReferenceIntegration in core/
modules/ ckeditor5/ tests/ src/ FunctionalJavascript/ CKEditor5Test.php - Ensures that CKEditor 5 integrates with file reference filter.
File
- core/
core.services.yml - core/core.services.yml
View source
- class: Drupal\Core\File\FileUrlGenerator
- arguments:
- - '@stream_wrapper_manager'
- - '@request_stack'
- - '@module_handler'