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
BuildTestTest::testCopyCodebaseExclude function core/tests/Drupal/BuildTests/Framework/Tests/BuildTestTest.php Ensure we're not copying directories we wish to exclude.
ConfigInstallProfileUnmetDependenciesTest::copyTestingOverrides function core/modules/config/tests/src/Functional/ConfigInstallProfileUnmetDependenciesTest.php Copy the testing_config_overrides install profile.
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.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…
CopyTest class core/modules/file/tests/src/Kernel/CopyTest.php Tests the file copy function.
CopyTest.php file core/modules/file/tests/src/Kernel/CopyTest.php
CopyTest::$fileRepository property core/modules/file/tests/src/Kernel/CopyTest.php The file repository service under test.
CopyTest::setUp function core/modules/file/tests/src/Kernel/CopyTest.php
CopyTest::testEntityStorageException function core/modules/file/tests/src/Kernel/CopyTest.php Tests for entity storage exception.
CopyTest::testExistingError function core/modules/file/tests/src/Kernel/CopyTest.php Tests that copying over an existing file fails when instructed to do so.
CopyTest::testExistingRename function core/modules/file/tests/src/Kernel/CopyTest.php Tests renaming when copying over a file that already exists.
CopyTest::testExistingReplace function core/modules/file/tests/src/Kernel/CopyTest.php Tests replacement when copying over a file that already exists.
CopyTest::testInvalidStreamWrapper function core/modules/file/tests/src/Kernel/CopyTest.php Tests for an invalid stream wrapper.
CopyTest::testNormal function core/modules/file/tests/src/Kernel/CopyTest.php Tests file copying in the normal, base case.
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.
EntityDisplayFormBase::copyFormValuesToEntity function core/modules/field_ui/src/Form/EntityDisplayFormBase.php Copies top-level form values to entity properties.
EntityDisplayFormBaseTest::testCopyFormValuesToEntity function core/tests/Drupal/KernelTests/Core/Entity/EntityDisplayFormBaseTest.php @covers ::copyFormValuesToEntity
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
field.field.block_content.disclaimer_block.field_copyright.yml file core/profiles/demo_umami/config/install/field.field.block_content.disclaimer_block.field_copyright.yml core/profiles/demo_umami/config/install/field.field.block_content.disclaimer_block.field_copyright.yml
field.storage.block_content.field_copyright.yml file core/profiles/demo_umami/config/install/field.storage.block_content.field_copyright.yml core/profiles/demo_umami/config/install/field.storage.block_content.field_copyright.yml
FileCopy class core/modules/migrate/src/Plugin/migrate/process/FileCopy.php Copies or moves a local file from one place into another.
FileCopy.php file core/modules/migrate/src/Plugin/migrate/process/FileCopy.php
FileCopy::$downloadPlugin property core/modules/migrate/src/Plugin/migrate/process/FileCopy.php An instance of the download process plugin.
FileCopy::$fileSystem property core/modules/migrate/src/Plugin/migrate/process/FileCopy.php The file system service.
FileCopy::$streamWrapperManager property core/modules/migrate/src/Plugin/migrate/process/FileCopy.php The stream wrapper manager service.
FileCopy::create function core/modules/migrate/src/Plugin/migrate/process/FileCopy.php Creates an instance of the plugin.
FileCopy::getDirectory function core/modules/migrate/src/Plugin/migrate/process/FileCopy.php Returns the directory component of a URI or path.
FileCopy::isLocalUri function core/modules/migrate/src/Plugin/migrate/process/FileCopy.php Determines if the given URI or path is considered local.
FileCopy::isLocationUnchanged function core/modules/migrate/src/Plugin/migrate/process/FileCopy.php Determines if the source and destination URIs represent identical paths.
FileCopy::transform function core/modules/migrate/src/Plugin/migrate/process/FileCopy.php Performs the associated process.
FileCopy::writeFile function core/modules/migrate/src/Plugin/migrate/process/FileCopy.php Tries to move or copy a file.
FileCopy::__construct function core/modules/migrate/src/Plugin/migrate/process/FileCopy.php Constructs a file_copy process plugin.
FileCopyTest class core/modules/migrate/tests/src/Kernel/process/FileCopyTest.php Tests the file_copy process plugin.
FileCopyTest class core/tests/Drupal/KernelTests/Core/File/FileCopyTest.php Tests the unmanaged file copy function.
FileCopyTest class core/modules/migrate/tests/src/Unit/process/FileCopyTest.php Tests the file copy process plugin.
FileCopyTest.php file core/modules/migrate/tests/src/Unit/process/FileCopyTest.php
FileCopyTest.php file core/modules/migrate/tests/src/Kernel/process/FileCopyTest.php
FileCopyTest.php file core/tests/Drupal/KernelTests/Core/File/FileCopyTest.php
FileCopyTest::$fileSystem property core/modules/migrate/tests/src/Kernel/process/FileCopyTest.php The file system service.

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