Search for copy

  1. Search 7.x for copy
  2. Search 8.9.x for copy
  3. Search 10.3.x for copy
  4. Search 11.x for copy
  5. Other projects
Title Object type File name Summary
AttributesTest::testAttributeValueBaseCopy function core/tests/Drupal/Tests/Core/Common/AttributesTest.php Tests AttributeValueBase copy.
BuildTestBase::copyCodebase function core/tests/Drupal/BuildTests/Framework/BuildTestBase.php Copy the current working codebase into a workspace.
BuildTestTest::testCopyCodebase function core/tests/Drupal/BuildTests/Framework/Tests/BuildTestTest.php @covers ::copyCodebase[[api-linebreak]]
BuildTestTest::testCopyCodebaseExclude function core/tests/Drupal/BuildTests/Framework/Tests/BuildTestTest.php Ensure we're not copying directories we wish to exclude.
ConfigTestTrait::copyConfig function core/tests/Drupal/Tests/ConfigTestTrait.php Copies configuration objects from source storage to target storage.
ContentEntityForm::copyFormValuesToEntity function core/lib/Drupal/Core/Entity/ContentEntityForm.php Copies top-level form values to entity properties.
copyright.md file core/tests/Drupal/Tests/Component/Annotation/Doctrine/copyright.md All files within this directory where copied from the Doctrine project: http://www.doctrine-project.org
They were copied from version 1.2.7.
COPYRIGHT.txt file core/COPYRIGHT.txt All Drupal code is Copyright 2001 - 2020 by the original authors.

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2…
DiffOpCopy class core/lib/Drupal/Component/Diff/Engine/DiffOpCopy.php @todo document
@private
@subpackage DifferenceEngine
DiffOpCopy.php file core/lib/Drupal/Component/Diff/Engine/DiffOpCopy.php
DiffOpCopy::$type property core/lib/Drupal/Component/Diff/Engine/DiffOpCopy.php
DiffOpCopy::reverse function core/lib/Drupal/Component/Diff/Engine/DiffOpCopy.php
DiffOpCopy::__construct function core/lib/Drupal/Component/Diff/Engine/DiffOpCopy.php
EntityDisplayBase::createCopy function core/lib/Drupal/Core/Entity/EntityDisplayBase.php Creates a duplicate of the entity display object on a different view mode.
EntityDisplayFormBaseTest::testCopyFormValuesToEntity function core/tests/Drupal/KernelTests/Core/Entity/EntityDisplayFormBaseTest.php @covers ::copyFormValuesToEntity[[api-linebreak]]
EntityDisplayInterface::createCopy function core/lib/Drupal/Core/Entity/Display/EntityDisplayInterface.php Creates a duplicate of the entity display object on a different view mode.
EntityForm::copyFormValuesToEntity function core/lib/Drupal/Core/Entity/EntityForm.php Copies top-level form values to entity properties.
EntityFormTest::testCopyFormValuesToEntity function core/tests/Drupal/Tests/Core/Entity/EntityFormTest.php @covers ::copyFormValuesToEntity[[api-linebreak]]
FileCopyTest class core/tests/Drupal/KernelTests/Core/File/FileCopyTest.php Tests the unmanaged file copy function.
FileCopyTest.php file core/tests/Drupal/KernelTests/Core/File/FileCopyTest.php
FileCopyTest::testNonExistent function core/tests/Drupal/KernelTests/Core/File/FileCopyTest.php Copy a non-existent file.
FileCopyTest::testNormal function core/tests/Drupal/KernelTests/Core/File/FileCopyTest.php Copy a normal file.
FileCopyTest::testOverwriteSelf function core/tests/Drupal/KernelTests/Core/File/FileCopyTest.php Copy a file onto itself.
FileSystem::copy function core/lib/Drupal/Core/File/FileSystem.php Copies a file to a new location without invoking the file API.
FileSystemInterface::copy function core/lib/Drupal/Core/File/FileSystemInterface.php Copies a file to a new location without invoking the file API.
FileSystemTest::testCopyFailureIfFileAlreadyExists function core/tests/Drupal/KernelTests/Core/File/FileSystemTest.php @covers ::copy[[api-linebreak]]
FileSystemTest::testCopyFailureIfSelfOverwrite function core/tests/Drupal/KernelTests/Core/File/FileSystemTest.php @covers ::copy[[api-linebreak]]
FileSystemTest::testCopySelfRename function core/tests/Drupal/KernelTests/Core/File/FileSystemTest.php @covers ::copy[[api-linebreak]]
FileSystemTest::testDestinationDirectoryFailureOnCopy function core/tests/Drupal/KernelTests/Core/File/FileSystemTest.php @covers ::copy[[api-linebreak]]
FileSystemTest::testEnsureFileExistsBeforeCopy function core/tests/Drupal/KernelTests/Core/File/FileSystemTest.php @covers ::copy[[api-linebreak]]
FileSystemTest::testSuccessfulCopy function core/tests/Drupal/KernelTests/Core/File/FileSystemTest.php @covers ::copy[[api-linebreak]]
FileTransfer::copyDirectory function core/lib/Drupal/Core/FileTransfer/FileTransfer.php Copies a directory.
FileTransfer::copyDirectoryJailed function core/lib/Drupal/Core/FileTransfer/FileTransfer.php Copies a directory.
FileTransfer::copyFile function core/lib/Drupal/Core/FileTransfer/FileTransfer.php Copies a file.
FileTransfer::copyFileJailed function core/lib/Drupal/Core/FileTransfer/FileTransfer.php Copies a file.
FTPExtension::copyFileJailed function core/lib/Drupal/Core/FileTransfer/FTPExtension.php Copies a file.
GenerateTheme::copyRecursive function core/lib/Drupal/Core/Command/GenerateTheme.php Copies files recursively.
Local::copyFileJailed function core/lib/Drupal/Core/FileTransfer/Local.php Copies a file.
ParamConversionEnhancer::copyRawVariables function core/lib/Drupal/Core/Routing/Enhancer/ParamConversionEnhancer.php Store a backup of the raw values that corresponding to the route pattern.
ParamConversionEnhancerTest::testCopyRawVariables function core/tests/Drupal/Tests/Core/Enhancer/ParamConversionEnhancerTest.php @covers ::copyRawVariables[[api-linebreak]]
RemoteFileUnmanagedCopyTest class core/tests/Drupal/KernelTests/Core/File/RemoteFileUnmanagedCopyTest.php Tests the unmanaged file copy function.
RemoteFileUnmanagedCopyTest.php file core/tests/Drupal/KernelTests/Core/File/RemoteFileUnmanagedCopyTest.php
RemoteFileUnmanagedCopyTest::$classname property core/tests/Drupal/KernelTests/Core/File/RemoteFileUnmanagedCopyTest.php A fully-qualified stream wrapper class name to register for the test.
RemoteFileUnmanagedCopyTest::$modules property core/tests/Drupal/KernelTests/Core/File/RemoteFileUnmanagedCopyTest.php Modules to enable.
RemoteFileUnmanagedCopyTest::$scheme property core/tests/Drupal/KernelTests/Core/File/RemoteFileUnmanagedCopyTest.php A stream wrapper scheme to register for the test.
RemoteFileUnmanagedCopyTest::setUp function core/tests/Drupal/KernelTests/Core/File/RemoteFileUnmanagedCopyTest.php
SecuredRedirectResponseTest::testRedirectCopy function core/tests/Drupal/Tests/Component/HttpFoundation/SecuredRedirectResponseTest.php Tests copying of redirect response.
SqlContentEntityStorageSchema::handleEntityTypeSchemaUpdateExceptionOnDataCopy function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php Handles the case when an error occurs during the data copying step.
SqlFieldableEntityTypeListenerTrait::copyData function core/lib/Drupal/Core/Entity/Sql/SqlFieldableEntityTypeListenerTrait.php Copies entity data from the original storage to the temporary one.
SqlFieldableEntityTypeListenerTrait::handleEntityTypeSchemaUpdateExceptionOnDataCopy function core/lib/Drupal/Core/Entity/Sql/SqlFieldableEntityTypeListenerTrait.php Handles the case when an error occurs during the data copying step.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.