You are here

service file_url_generator in Drupal 10

Same name and namespace in other branches
  1. 9 core/core.services.yml \file_url_generator

Class

Drupal\Core\File\FileUrlGenerator
49 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.

... See full list

File

core/core.services.yml
core/core.services.yml

View source
  1. class: Drupal\Core\File\FileUrlGenerator
  2. arguments:
  3. - '@stream_wrapper_manager'
  4. - '@request_stack'
  5. - '@module_handler'