56 calls to drupal_realpath() in Zircon Profile 8
- archiver_get_archiver in core/
includes/ common.inc - Creates the appropriate archiver for the specified file.
- ColorTest::_testColor in core/
modules/ color/ src/ Tests/ ColorTest.php - Tests the Color module functionality using the given theme.
- CommentPreviewTest::testCommentPreview in core/
modules/ comment/ src/ Tests/ CommentPreviewTest.php - Tests comment preview.
- ConfigImportUploadTest::testImport in core/
modules/ config/ src/ Tests/ ConfigImportUploadTest.php - Tests importing configuration.
- DirectoryTest::testFileCheckLocalDirectoryHandling in core/
modules/ system/ src/ Tests/ File/ DirectoryTest.php - Test local directory handling functions.
- EntityReferenceFileUploadTest::testFileUpload in core/
modules/ field/ src/ Tests/ EntityReference/ EntityReferenceFileUploadTest.php - Tests that the autocomplete input element does not cause ajax fatal.
- FileFieldDisplayTest::testDescToggle in core/
modules/ file/ src/ Tests/ FileFieldDisplayTest.php - Tests description toggle for field instance configuration.
- FileFieldDisplayTest::testNodeDisplay in core/
modules/ file/ src/ Tests/ FileFieldDisplayTest.php - Tests normal formatter display on node display.
- FileFieldTestBase::replaceNodeFile in core/
modules/ file/ src/ Tests/ FileFieldTestBase.php - Replaces a file within a node.
- FileFieldWidgetTest::testMultiValuedWidget in core/
modules/ file/ src/ Tests/ FileFieldWidgetTest.php - Tests upload and remove buttons for multiple multi-valued File fields.
- FileFieldWidgetTest::testPrivateFileComment in core/
modules/ file/ src/ Tests/ FileFieldWidgetTest.php - Tests that download restrictions on private files work on comments.
- FileFieldWidgetTest::testWidgetValidation in core/
modules/ file/ src/ Tests/ FileFieldWidgetTest.php - Tests validation with the Upload button.
- FileListingTest::testFileListingPages in core/
modules/ file/ src/ Tests/ FileListingTest.php - Tests file overview with different user permissions.
- FileManagedFileElementTest::testManagedFile in core/
modules/ file/ src/ Tests/ FileManagedFileElementTest.php - Tests the managed_file element type.
- FileManagedFileElementTest::testManagedFileRemoved in core/
modules/ file/ src/ Tests/ FileManagedFileElementTest.php - Ensure that warning is shown if file on the field has been removed.
- FileTransfer::checkPath in core/
lib/ Drupal/ Core/ FileTransfer/ FileTransfer.php - Checks that the path is inside the jail and throws an exception if not.
- file_copy in core/
modules/ file/ file.module - Copies a file to a new location and adds a file record to the database.
- file_move in core/
modules/ file/ file.module - Moves a file to a new location and update the file's database entry.
- file_unmanaged_copy in core/
includes/ file.inc - Copies a file to a new location without invoking the file API.
- GDToolkit::save in core/
modules/ system/ src/ Plugin/ ImageToolkit/ GDToolkit.php - Writes an image resource to a destination file.
- ImageFieldDefaultImagesTest::testDefaultImages in core/
modules/ image/ src/ Tests/ ImageFieldDefaultImagesTest.php - Tests CRUD for fields and fields fields with default images.
- ImageFieldDisplayTest::testImageFieldDefaultImage in core/
modules/ image/ src/ Tests/ ImageFieldDisplayTest.php - Test use of a default image with an image field.
- ImageFieldDisplayTest::testImageFieldSettings in core/
modules/ image/ src/ Tests/ ImageFieldDisplayTest.php - Tests for image field settings.
- ImageFieldTestBase::previewNodeImage in core/
modules/ image/ src/ Tests/ ImageFieldTestBase.php - Preview an image in a node.
- ImageFieldTestBase::uploadNodeImage in core/
modules/ image/ src/ Tests/ ImageFieldTestBase.php - Upload an image to a node.
- ImageItem::generateSampleValue in core/
modules/ image/ src/ Plugin/ Field/ FieldType/ ImageItem.php - Generates placeholder field values.
- install_retrieve_file in core/
includes/ install.core.inc - Attempts to get a file using a HTTP request and to store it locally.
- LocaleUpdateBase::makePoFile in core/
modules/ locale/ src/ Tests/ LocaleUpdateBase.php - Creates a translation file and tests its timestamp.
- LocaleUpdateCronTest::testUpdateCron in core/
modules/ locale/ src/ Tests/ LocaleUpdateCronTest.php - Tests interface translation update using cron.
- locale_translate_batch_import in core/
modules/ locale/ locale.bulk.inc - Implements callback_batch_operation().
- PagePreviewTest::testPagePreview in core/
modules/ node/ src/ Tests/ PagePreviewTest.php - Checks the node preview functionality.
- PrivateFileOnTranslatedEntityTest::testPrivateLanguageFile in core/
modules/ file/ src/ Tests/ PrivateFileOnTranslatedEntityTest.php - Tests private file fields on translated nodes.
- SaveUploadTest::setUp in core/
modules/ file/ src/ Tests/ SaveUploadTest.php - Sets up a Drupal site for running functional and integration tests.
- SaveUploadTest::testDrupalMovingUploadedFileError in core/
modules/ file/ src/ Tests/ SaveUploadTest.php - Tests for log entry on failing destination.
- SaveUploadTest::testExistingError in core/
modules/ file/ src/ Tests/ SaveUploadTest.php - Test for failure when uploading over a file that already exists.
- SaveUploadTest::testExistingRename in core/
modules/ file/ src/ Tests/ SaveUploadTest.php - Test renaming when uploading over a file that already exists.
- SaveUploadTest::testExistingReplace in core/
modules/ file/ src/ Tests/ SaveUploadTest.php - Test replacement when uploading over a file that already exists.
- SaveUploadTest::testHandleDangerousFile in core/
modules/ file/ src/ Tests/ SaveUploadTest.php - Test dangerous file handling.
- SaveUploadTest::testHandleExtension in core/
modules/ file/ src/ Tests/ SaveUploadTest.php - Test extension handling.
- SaveUploadTest::testHandleFileMunge in core/
modules/ file/ src/ Tests/ SaveUploadTest.php - Test file munge handling.
- SaveUploadTest::testNormal in core/
modules/ file/ src/ Tests/ SaveUploadTest.php - Test the file_save_upload() function.
- StateValuesCleanAdvancedTest::testFormStateValuesCleanAdvanced in core/
modules/ system/ src/ Tests/ Form/ StateValuesCleanAdvancedTest.php - Tests \Drupal\Core\Form\FormState::cleanValues().
- system_requirements in core/
modules/ system/ system.install - Implements hook_requirements().
- system_retrieve_file in core/
modules/ system/ system.module - Attempts to get a file using Guzzle HTTP client and to store it locally.
- TaxonomyImageTest::testTaxonomyImageAccess in core/
modules/ taxonomy/ src/ Tests/ TaxonomyImageTest.php - TextFieldTest::testRequiredLongTextWithFileUpload in core/
modules/ text/ src/ Tests/ TextFieldTest.php - Test required long text with file upload.
- ThemeSettingsForm::validatePath in core/
modules/ system/ src/ Form/ ThemeSettingsForm.php - Helper function for the system_theme_settings form.
- ThemeTest::testThemeSettings in core/
modules/ system/ src/ Tests/ System/ ThemeTest.php - Test the theme settings form.
- UpdateDeleteFileIfStaleTest::testUpdateDeleteFileIfStale in core/
modules/ update/ src/ Tests/ UpdateDeleteFileIfStaleTest.php - Tests the deletion of stale files.
- UpdateManagerInstall::submitForm in core/
modules/ update/ src/ Form/ UpdateManagerInstall.php - Form submission handler.
- UpdateReady::submitForm in core/
modules/ update/ src/ Form/ UpdateReady.php - Form submission handler.
- update_manager_file_get in core/
modules/ update/ update.manager.inc - Copies a file from the specified URL to the temporary directory for updates.
- UserPasswordResetTest::testUserPasswordReset in core/
modules/ user/ src/ Tests/ UserPasswordResetTest.php - Tests password reset functionality.
- UserPictureTest::saveUserPicture in core/
modules/ user/ src/ Tests/ UserPictureTest.php - Edits the user picture for the test user.
- _color_render_images in core/
modules/ color/ color.module - Renders images that match a given palette.
- _locale_translation_file_is_remote in core/
modules/ locale/ locale.translation.inc - Determine if a file is a remote file.