Search for copy

  1. Search 7.x for copy
  2. Search 9.5.x for copy
  3. Search 8.9.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.
BlockContentTypeForm::copyFormValuesToEntity function core/modules/block_content/src/BlockContentTypeForm.php Copies top-level form values to entity properties.
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::testCopyCodebaseDocRoot function core/tests/Drupal/BuildTests/Framework/Tests/BuildTestTest.php Tests copying codebase when Drupal and Composer roots are different.
BuildTestTest::testCopyCodebaseExclude function core/tests/Drupal/BuildTests/Framework/Tests/BuildTestTest.php Ensure we're not copying directories we wish to exclude.
ConfigFormBase::copyFormValuesToConfig function core/lib/Drupal/Core/Form/ConfigFormBase.php Copies form values to Config keys.
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.
ContactPersonalTest::testPersonalContactFormUserCopy function core/modules/contact/tests/src/Functional/ContactPersonalTest.php Tests that the opt-out message is not included in user copy emails.
ContentEntityForm::copyFormValuesToEntity function core/lib/Drupal/Core/Entity/ContentEntityForm.php Copies top-level form values to entity properties.
CopyFieldValueTest class core/modules/system/tests/src/FunctionalJavascript/CopyFieldValueTest.php Tests copy field value functionality.
CopyFieldValueTest.php file core/modules/system/tests/src/FunctionalJavascript/CopyFieldValueTest.php
CopyFieldValueTest::$defaultTheme property core/modules/system/tests/src/FunctionalJavascript/CopyFieldValueTest.php The theme to install as the default for testing.
CopyFieldValueTest::$modules property core/modules/system/tests/src/FunctionalJavascript/CopyFieldValueTest.php Modules to enable.
CopyFieldValueTest::testCopyFieldValue function core/modules/system/tests/src/FunctionalJavascript/CopyFieldValueTest.php Tests copy field value JavaScript functionality.
CopyFieldValueTestForm class core/modules/system/tests/modules/system_test/src/Form/CopyFieldValueTestForm.php Provides a form to test Drupal.behaviors.copyFieldValue.
CopyFieldValueTestForm.php file core/modules/system/tests/modules/system_test/src/Form/CopyFieldValueTestForm.php
CopyFieldValueTestForm::buildForm function core/modules/system/tests/modules/system_test/src/Form/CopyFieldValueTestForm.php Form constructor.
CopyFieldValueTestForm::getFormId function core/modules/system/tests/modules/system_test/src/Form/CopyFieldValueTestForm.php Returns a unique string identifying the form.
CopyFieldValueTestForm::submitForm function core/modules/system/tests/modules/system_test/src/Form/CopyFieldValueTestForm.php Form submission handler.
COPYRIGHT.txt file core/COPYRIGHT.txt All Drupal code is Copyright 2001 - present 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…
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
FieldConfigEditForm::copyFormValuesToEntity function core/modules/field_ui/src/Form/FieldConfigEditForm.php Copies top-level form values to entity properties.
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.

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