42 calls to drupal_realpath()

archiver_get_archiver in drupal/core/includes/common.inc
Creates the appropriate archiver for the specified file.
ColorTest::_testColor in drupal/core/modules/color/lib/Drupal/color/Tests/ColorTest.php
Tests the Color module functionality using the given theme.
CommentPreviewTest::testCommentPreview in drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentPreviewTest.php
Tests comment preview.
drupal_move_uploaded_file in drupal/core/includes/file.inc
Moves an uploaded file to a new location.
FileFieldTestBase::replaceNodeFile in drupal/core/modules/file/lib/Drupal/file/Tests/FileFieldTestBase.php
Replaces a file within a node.
FileFieldTestBase::uploadNodeFile in drupal/core/modules/file/lib/Drupal/file/Tests/FileFieldTestBase.php
Uploads a file to a node.
FileFieldWidgetTest::testMultiValuedWidget in drupal/core/modules/file/lib/Drupal/file/Tests/FileFieldWidgetTest.php
Tests upload and remove buttons for multiple multi-valued File fields.
FileFieldWidgetTest::testPrivateFileComment in drupal/core/modules/file/lib/Drupal/file/Tests/FileFieldWidgetTest.php
Tests that download restrictions on private files work on comments.
FileFieldWidgetTest::testWidgetValidation in drupal/core/modules/file/lib/Drupal/file/Tests/FileFieldWidgetTest.php
Tests validation with the Upload button.
FileManagedFileElementTest::testManagedFile in drupal/core/modules/file/lib/Drupal/file/Tests/FileManagedFileElementTest.php
Tests the managed_file element type.
FileTransfer::checkPath in drupal/core/lib/Drupal/Core/FileTransfer/FileTransfer.php
Checks that the path is inside the jail and throws an exception if not.
file_copy in drupal/core/modules/file/file.module
Copies a file to a new location and adds a file record to the database.
file_move in drupal/core/modules/file/file.module
Moves a file to a new location and update the file's database entry.
file_unmanaged_copy in drupal/core/includes/file.inc
Copies a file to a new location without invoking the file API.
GDToolkit::save in drupal/core/modules/system/lib/Drupal/system/Plugin/ImageToolkit/GDToolkit.php
Implements \Drupal\system\Plugin\ImageToolkitInterface::save().
ImageFieldDisplayTest::testImageFieldDefaultImage in drupal/core/modules/image/lib/Drupal/image/Tests/ImageFieldDisplayTest.php
Test use of a default image with an image field.
ImageFieldTestBase::uploadNodeImage in drupal/core/modules/image/lib/Drupal/image/Tests/ImageFieldTestBase.php
Upload an image to a node.
install_retrieve_file in drupal/core/includes/install.core.inc
Attempts to get a file using a HTTP request and to store it locally.
LocaleUpdateTest::makePoFile in drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleUpdateTest.php
Creates a translation file and tests its timestamp.
locale_translate_batch_import in drupal/core/modules/locale/locale.bulk.inc
Perform interface translation import as a batch step.
locale_translation_source_check_file in drupal/core/modules/locale/locale.translation.inc
Checks whether a po file exists in the local filesystem.
RdfaMarkupTest::testAttributesInMarkupFile in drupal/core/modules/rdf/lib/Drupal/rdf/Tests/RdfaMarkupTest.php
Tests if file fields in teasers have correct resources.
SaveUploadTest::setUp in drupal/core/modules/file/lib/Drupal/file/Tests/SaveUploadTest.php
Sets up a Drupal site for running functional and integration tests.
SaveUploadTest::testExistingError in drupal/core/modules/file/lib/Drupal/file/Tests/SaveUploadTest.php
Test for failure when uploading over a file that already exists.
SaveUploadTest::testExistingRename in drupal/core/modules/file/lib/Drupal/file/Tests/SaveUploadTest.php
Test renaming when uploading over a file that already exists.
SaveUploadTest::testExistingReplace in drupal/core/modules/file/lib/Drupal/file/Tests/SaveUploadTest.php
Test replacement when uploading over a file that already exists.
SaveUploadTest::testHandleDangerousFile in drupal/core/modules/file/lib/Drupal/file/Tests/SaveUploadTest.php
Test dangerous file handling.
SaveUploadTest::testHandleExtension in drupal/core/modules/file/lib/Drupal/file/Tests/SaveUploadTest.php
Test extension handling.
SaveUploadTest::testHandleFileMunge in drupal/core/modules/file/lib/Drupal/file/Tests/SaveUploadTest.php
Test file munge handling.
SaveUploadTest::testNormal in drupal/core/modules/file/lib/Drupal/file/Tests/SaveUploadTest.php
Test the file_save_upload() function.
simpletest_phpunit_xml_filepath in drupal/core/modules/simpletest/simpletest.module
Returns the path to use for phpunit's --log-junit option.
StateValuesCleanAdvancedTest::testFormStateValuesCleanAdvanced in drupal/core/modules/system/lib/Drupal/system/Tests/Form/StateValuesCleanAdvancedTest.php
Tests form_state_values_clean().
system_retrieve_file in drupal/core/modules/system/system.module
Attempts to get a file using Guzzle HTTP client and to store it locally.
ThemeTest::testThemeSettings in drupal/core/modules/system/lib/Drupal/system/Tests/System/ThemeTest.php
Test the theme settings form.
update_manager_file_get in drupal/core/modules/update/update.manager.inc
Copies a file from the specified URL to the temporary directory for updates.
update_manager_install_form_submit in drupal/core/modules/update/update.manager.inc
Form submission handler for update_manager_install_form().
update_manager_update_ready_form_submit in drupal/core/modules/update/update.manager.inc
Form submission handler for update_manager_update_ready_form().
UserPictureTest::saveUserPicture in drupal/core/modules/user/lib/Drupal/user/Tests/UserPictureTest.php
Edits the user picture for the test user.
WebTestBase::drupalPost in drupal/core/modules/simpletest/lib/Drupal/simpletest/WebTestBase.php
Execute a POST request on a Drupal page. It will be done as usual POST request with SimpleBrowser.
_color_render_images in drupal/core/modules/color/color.module
Renders images that match a given palette.
_locale_translation_file_is_remote in drupal/core/modules/locale/locale.translation.inc
Determine if a file is a remote file.
_system_theme_settings_validate_path in drupal/core/modules/system/system.admin.inc
Helper function for the system_theme_settings form.