Search for move

  1. Search 7.x for move
  2. Search 9.5.x for move
  3. Search 10.3.x for move
  4. Search 11.x for move
  5. Other projects
Title Object type File name Summary
EntityDefinitionTestTrait::removeBaseField function core/modules/system/tests/src/Functional/Entity/Traits/EntityDefinitionTestTrait.php Removes the new base field from the 'entity_test_update' entity type.
EntityDefinitionTestTrait::removeBaseField function core/modules/system/src/Tests/Entity/EntityDefinitionTestTrait.php Removes the new base field from the 'entity_test_update' entity type.
EntityDefinitionTestTrait::removeBaseFieldIndex function core/modules/system/tests/src/Functional/Entity/Traits/EntityDefinitionTestTrait.php Removes the index added in addBaseFieldIndex().
EntityDefinitionTestTrait::removeBaseFieldIndex function core/modules/system/src/Tests/Entity/EntityDefinitionTestTrait.php Removes the index added in addBaseFieldIndex().
EntityDefinitionTestTrait::removeBundleField function core/modules/system/tests/src/Functional/Entity/Traits/EntityDefinitionTestTrait.php Removes the new bundle field from the 'entity_test_update' entity type.
EntityDefinitionTestTrait::removeBundleField function core/modules/system/src/Tests/Entity/EntityDefinitionTestTrait.php Removes the new bundle field from the 'entity_test_update' entity type.
EntityDefinitionTestTrait::removeEntityIndex function core/modules/system/tests/src/Functional/Entity/Traits/EntityDefinitionTestTrait.php Removes the index added in addEntityIndex().
EntityDefinitionTestTrait::removeEntityIndex function core/modules/system/src/Tests/Entity/EntityDefinitionTestTrait.php Removes the index added in addEntityIndex().
EntityDisplayBase::getPluginRemovedDependencies function core/lib/Drupal/Core/Entity/EntityDisplayBase.php Returns the plugin dependencies being removed.
EntityDisplayBase::removeComponent function core/lib/Drupal/Core/Entity/EntityDisplayBase.php Sets a component to be hidden.
EntityDisplayInterface::removeComponent function core/lib/Drupal/Core/Entity/Display/EntityDisplayInterface.php Sets a component to be hidden.
EntityFormDisplay::movePropertyPathViolationsRelativeToField function core/lib/Drupal/Core/Entity/Entity/EntityFormDisplay.php Moves the property path to be relative to field level.
EntityResource::removeFromRelationshipData function core/modules/jsonapi/src/Controller/EntityResource.php Deletes the relationship of an entity.
FieldableEntityDefinitionUpdateTest::testFieldableEntityTypeUpdatesRemoveBackupTables function core/tests/Drupal/KernelTests/Core/Entity/FieldableEntityDefinitionUpdateTest.php Tests the removal of the backup tables after a successful update.
field_post_update_remove_handler_submit_setting function core/modules/field/field.post_update.php Remove the stale 'handler_submit' setting for entity_reference fields.
FileCopyTest::testSuccessfulMoves function core/modules/migrate/tests/src/Kernel/process/FileCopyTest.php Test successful moves.
FileFieldTestBase::removeNodeFile function core/modules/file/src/Tests/FileFieldTestBase.php Removes a file from a node.
FileFieldTestBase::removeNodeFile function core/modules/file/tests/src/Functional/FileFieldTestBase.php Removes a file from a node.
FileManagedFileElementTest::testFileRemovedFromDisk function core/modules/file/tests/src/Functional/FileManagedFileElementTest.php Ensure a file entity can be saved when the file does not exist on disk.
FileManagedFileElementTest::testManagedFileRemoved function core/modules/file/tests/src/Functional/FileManagedFileElementTest.php Ensure that warning is shown if file on the field has been removed.
FileMoveTest class core/tests/Drupal/KernelTests/Core/File/FileMoveTest.php Tests the unmanaged file move function.
FileMoveTest class core/modules/image/tests/src/Functional/FileMoveTest.php Tests the file move function for images and image styles.
FileMoveTest.php file core/tests/Drupal/KernelTests/Core/File/FileMoveTest.php
FileMoveTest.php file core/modules/image/tests/src/Functional/FileMoveTest.php
FileMoveTest::$defaultTheme property core/modules/image/tests/src/Functional/FileMoveTest.php The theme to install as the default for testing.
FileMoveTest::$modules property core/modules/image/tests/src/Functional/FileMoveTest.php Modules to enable.
FileMoveTest::testMissing function core/tests/Drupal/KernelTests/Core/File/FileMoveTest.php Try to move a missing file.
FileMoveTest::testNormal function core/tests/Drupal/KernelTests/Core/File/FileMoveTest.php Move a normal file.
FileMoveTest::testNormal function core/modules/image/tests/src/Functional/FileMoveTest.php Tests moving a randomly generated image.
FileMoveTest::testOverwriteSelf function core/tests/Drupal/KernelTests/Core/File/FileMoveTest.php Try to move a file onto itself.
FileSystem::move function core/lib/Drupal/Core/File/FileSystem.php Moves a file to a new location without database changes or hook invocation.
FileSystem::moveUploadedFile function core/lib/Drupal/Core/File/FileSystem.php Moves an uploaded file to a new location.
FileSystemDeprecationTest::testDeprecatedFileMoveUploadedFile function core/tests/Drupal/KernelTests/Core/File/FileSystemDeprecationTest.php @expectedDeprecation drupal_move_uploaded_file() is deprecated in Drupal 8.0.x-dev and will be removed before Drupal 9.0.0. Use \Drupal\Core\File\FileSystemInterface::moveUploadedFile(). See https://www.drupal.org/node/2418133.
FileSystemDeprecationTest::testDeprecatedUnmanagedFileMove function core/tests/Drupal/KernelTests/Core/File/FileSystemDeprecationTest.php @expectedDeprecation file_directory_temp() is deprecated in drupal:8.8.0 and is removed from drupal:9.0.0. Use \Drupal\Core\File\FileSystemInterface::getTempDirectory() instead. See https://www.drupal.org/node/3039255
@expectedDeprecation…
FileSystemInterface::move function core/lib/Drupal/Core/File/FileSystemInterface.php Moves a file to a new location without database changes or hook invocation.
FileSystemInterface::moveUploadedFile function core/lib/Drupal/Core/File/FileSystemInterface.php Moves an uploaded file to a new location.
FileTransfer::removeDirectory function core/lib/Drupal/Core/FileTransfer/FileTransfer.php Removes a directory.
FileTransfer::removeDirectoryJailed function core/lib/Drupal/Core/FileTransfer/FileTransfer.php Removes a directory.
FileTransfer::removeFile function core/lib/Drupal/Core/FileTransfer/FileTransfer.php Removes a file.
FileTransfer::removeFileJailed function core/lib/Drupal/Core/FileTransfer/FileTransfer.php Removes a file.
FileUploadForm::removeButtonSubmit function core/modules/media_library/src/Form/FileUploadForm.php Submit handler for the remove button.
file_move function core/modules/file/file.module Moves a file to a new location and update the file's database entry.
file_test_file_move function core/modules/file/tests/file_test/file_test.module Implements hook_file_move().
file_unmanaged_move function core/includes/file.inc Moves a file to a new location without database changes or hook invocation.
FilterFormat::removeFilter function core/modules/filter/src/Entity/FilterFormat.php Removes a filter.
FilterFormatInterface::removeFilter function core/modules/filter/src/FilterFormatInterface.php Removes a filter.
FTPExtension::removeDirectoryJailed function core/lib/Drupal/Core/FileTransfer/FTPExtension.php Removes a directory.
FTPExtension::removeFileJailed function core/lib/Drupal/Core/FileTransfer/FTPExtension.php Removes a file.
GenericCacheBackendUnitTestBase::testRemoveBin function core/modules/system/src/Tests/Cache/GenericCacheBackendUnitTestBase.php Tests Drupal\Core\Cache\CacheBackendInterface::removeBin().
GenericCacheBackendUnitTestBase::testRemoveBin function core/tests/Drupal/KernelTests/Core/Cache/GenericCacheBackendUnitTestBase.php Tests Drupal\Core\Cache\CacheBackendInterface::removeBin().

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