You are here

25 calls to file_unmanaged_copy() in Zircon Profile 8

color_scheme_form_submit in core/modules/color/color.module
Form submission handler for color_scheme_form().
FieldImportCreateTest::testImportCreate in core/modules/field/src/Tests/FieldImportCreateTest.php
Tests creating field storages and fields during config import.
file_copy in core/modules/file/file.module
Copies a file to a new location and adds a file record to the database.
file_unmanaged_move in core/includes/file.inc
Moves a file to a new location without database changes or hook invocation.
FilterHtmlImageSecureTest::testImageSource in core/modules/filter/src/Tests/FilterHtmlImageSecureTest.php
Tests removal of images having a non-local source.
ImageAdminStylesTest::createSampleImage in core/modules/image/src/Tests/ImageAdminStylesTest.php
Given an image style, generate an image.
ImageDimensionsTest::testImageDimensions in core/modules/image/src/Tests/ImageDimensionsTest.php
Test styled image dimensions cumulatively.
ImageFieldDefaultImagesTest::testDefaultImages in core/modules/image/src/Tests/ImageFieldDefaultImagesTest.php
Tests CRUD for fields and fields fields with default images.
ImageItemTest::setUp in core/modules/image/src/Tests/ImageItemTest.php
Set the default field storage backend for fields created during tests.
ImageItemTest::testImageItem in core/modules/image/src/Tests/ImageItemTest.php
Tests using entity fields of the image field type.
ImageStyleFlushTest::createSampleImage in core/modules/image/src/Tests/ImageStyleFlushTest.php
Given an image style and a wrapper, generate an image.
ImageStylesPathAndUrlTest::doImageStyleUrlAndPathTests in core/modules/image/src/Tests/ImageStylesPathAndUrlTest.php
Tests building an image style URL.
ImageThemeFunctionTest::setUp in core/modules/image/src/Tests/ImageThemeFunctionTest.php
Sets up a Drupal site for running functional and integration tests.
ImageThemeFunctionTest::testImageFormatterTheme in core/modules/image/src/Tests/ImageThemeFunctionTest.php
Tests usage of the image field formatters.
ImageThemeFunctionTest::testImageStyleTheme in core/modules/image/src/Tests/ImageThemeFunctionTest.php
Tests usage of the image style theme function.
LocaleExportTest::setUp in core/modules/locale/src/Tests/LocaleExportTest.php
Sets up a Drupal site for running functional and integration tests.
LocaleImportFunctionalTest::setUp in core/modules/locale/src/Tests/LocaleImportFunctionalTest.php
Sets up a Drupal site for running functional and integration tests.
NodeImportCreateTest::testImportCreate in core/modules/node/src/Tests/Config/NodeImportCreateTest.php
Tests creating a content type during config import.
StandardProfileTest::setUp in core/modules/rdf/src/Tests/StandardProfileTest.php
Sets up a Drupal site for running functional and integration tests.
ThemeSettingsForm::submitForm in core/modules/system/src/Form/ThemeSettingsForm.php
Form submission handler.
TypedDataTest::testGetAndSet in core/modules/system/src/Tests/TypedData/TypedDataTest.php
Tests the basics around constructing and working with typed data objects.
UnmanagedCopyTest::testNonExistent in core/modules/system/src/Tests/File/UnmanagedCopyTest.php
Copy a non-existent file.
UnmanagedCopyTest::testNormal in core/modules/system/src/Tests/File/UnmanagedCopyTest.php
Copy a normal file.
UnmanagedCopyTest::testOverwriteSelf in core/modules/system/src/Tests/File/UnmanagedCopyTest.php
Copy a file onto itself.
WebTestBase::drupalGetTestFiles in core/modules/simpletest/src/WebTestBase.php
Gets a list of files that can be used in tests.