15 calls to file_uri_target() in Zircon Profile 8
- ConfigExportUITest::testExport in core/
modules/ config/ src/ Tests/ ConfigExportUITest.php - Tests export of configuration.
- config_file_download in core/
modules/ config/ config.module - Implements hook_file_download().
- FileItemTest::testFileItem in core/
modules/ file/ src/ Tests/ FileItemTest.php - Tests using entity fields of the file field type.
- file_stream_wrapper_uri_normalize in core/
includes/ file.inc - Normalizes a URI by making it syntactically correct.
- file_test_file_url_alter in core/
modules/ file/ tests/ file_test/ file_test.module - Implements hook_file_url_alter().
- hook_file_download in core/
lib/ Drupal/ Core/ File/ file.api.php - Control access to private file downloads and specify HTTP headers.
- hook_file_url_alter in core/
lib/ Drupal/ Core/ File/ file.api.php - Alter the URL to a file.
- ImageStyle::fileUriTarget in core/
modules/ image/ src/ Entity/ ImageStyle.php - Provides a wrapper for file_uri_target() to allow unit testing.
- ImageStylesPathAndUrlTest::doImageStyleUrlAndPathTests in core/
modules/ image/ src/ Tests/ ImageStylesPathAndUrlTest.php - Tests building an image style URL.
- image_file_download in core/
modules/ image/ image.module - Implements hook_file_download().
- StreamWrapperTest::testUriFunctions in core/
modules/ system/ src/ Tests/ File/ StreamWrapperTest.php - Test the getViaUri() and getViaScheme() methods and target functions.
- ThemeSettingsForm::buildForm in core/
modules/ system/ src/ Form/ ThemeSettingsForm.php - ThemeTest::testThemeSettings in core/
modules/ system/ src/ Tests/ System/ ThemeTest.php - Test the theme settings form.
- UserPictureTest::testCreateDeletePicture in core/
modules/ user/ src/ Tests/ UserPictureTest.php - Tests creation, display, and deletion of user pictures.
- UserPictureTest::testPictureOnNodeComment in core/
modules/ user/ src/ Tests/ UserPictureTest.php - Tests embedded users on node pages.