Skip to main content
Hostdog docs
Documentation & API reference
Main menu
Drupal 7
Drupal 8
Drupal 9
You are here
Home
»
API reference
»
Drupal 7.x
»
file.inc
»
file_unmanaged_copy
Search Drupal 7.x
Function, class, file, topic, etc.
*
Partial match search is supported
API Navigation
Drupal 7.x
Topics
Classes
Functions
Files
Namespaces
Constants
Globals
13 calls to file_unmanaged_copy()
color_scheme_form_submit
in drupal/
modules/
color/
color.module
Form submission handler for
color_scheme_form
().
DrupalWebTestCase::drupalGetTestFiles
in drupal/
modules/
simpletest/
drupal_web_test_case.php
Get a list files that can be used in tests.
FileUnmanagedCopyTest::testNonExistent
in drupal/
modules/
simpletest/
tests/
file.test
Copy a non-existent file.
FileUnmanagedCopyTest::testNormal
in drupal/
modules/
simpletest/
tests/
file.test
Copy a normal file.
FileUnmanagedCopyTest::testOverwriteSelf
in drupal/
modules/
simpletest/
tests/
file.test
Copy a file onto itself.
file_copy
in drupal/
includes/
file.inc
Copies a file to a new location and adds a file record to the database.
file_unmanaged_move
in drupal/
includes/
file.inc
Moves a file to a new location without database changes or hook invocation.
ImageAdminStylesUnitTest::createSampleImage
in drupal/
modules/
image/
image.test
Given an image style, generate an image.
ImageDimensionsTestCase::testImageDimensions
in drupal/
modules/
image/
image.test
Test styled image dimensions cumulatively.
ImageStyleFlushTest::createSampleImage
in drupal/
modules/
image/
image.test
Given an image style and a wrapper, generate an image.
ImageStylesPathAndUrlTestCase::_testImageStyleUrlAndPath
in drupal/
modules/
image/
image.test
Test
image_style_url
().
ImageThemeFunctionWebTestCase::testImageFormatterTheme
in drupal/
modules/
image/
image.test
Tests usage of the image field formatters.
system_theme_settings_submit
in drupal/
modules/
system/
system.admin.inc
Process system_theme_settings form submissions.