Search for move

  1. Search 7.x for move
  2. Search 8.9.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
FileMoveTest::testMissing function core/tests/Drupal/KernelTests/Core/File/FileMoveTest.php Try to move a missing file.
FileMoveTest::testNormal function core/modules/image/tests/src/Functional/FileMoveTest.php Tests moving a randomly generated image.
FileMoveTest::testNormal function core/tests/Drupal/KernelTests/Core/File/FileMoveTest.php Move a normal file.
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.
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.
file_test_file_move function core/modules/file/tests/file_test/file_test.module Implements hook_file_move().
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/tests/Drupal/KernelTests/Core/Cache/GenericCacheBackendUnitTestBase.php Tests Drupal\Core\Cache\CacheBackendInterface::removeBin().
hal_update_last_removed function core/modules/hal/hal.install Implements hook_update_last_removed().
HelpSearch::removeItemsFromIndex function core/modules/help_topics/src/Plugin/Search/HelpSearch.php Removes an item or items from the search index.
hook_removed_post_updates function core/lib/Drupal/Core/Extension/module.api.php Return an array of removed hook_post_update_NAME() function names.
hook_update_last_removed function core/lib/Drupal/Core/Extension/module.api.php Return a number which is no longer available as hook_update_N().
HtmlToTextTest::testRemoveTrailingWhitespace function core/modules/system/tests/src/Functional/Mail/HtmlToTextTest.php Tests that trailing whitespace is removed before newlines.
image_file_move function core/modules/image/image.module Implements hook_file_move().
image_removed_post_updates function core/modules/image/image.post_update.php Implements hook_removed_post_updates().
image_update_last_removed function core/modules/image/image.install Implements hook_update_last_removed().
ItemList::removeItem function core/lib/Drupal/Core/TypedData/Plugin/DataType/ItemList.php Removes the item at the specified position.
JsMessageTest::testAddRemoveMessages function core/tests/Drupal/FunctionalJavascriptTests/Core/JsMessageTest.php Tests click on links to show messages and remove messages.
JSWebAssert::waitForElementRemoved function core/tests/Drupal/FunctionalJavascriptTests/JSWebAssert.php Looks for the specified selector and returns TRUE when it is unavailable.
LayoutBuilderIntegrationTest::movePointerTo function core/modules/quickedit/tests/src/FunctionalJavascript/LayoutBuilderIntegrationTest.php Moves mouse pointer to location of $selector.
LazyPluginCollection::remove function core/lib/Drupal/Component/Plugin/LazyPluginCollection.php Removes an initialized plugin.
LazyPluginCollection::removeInstanceId function core/lib/Drupal/Component/Plugin/LazyPluginCollection.php Removes an instance ID.
LegacyFileTest::testMove function core/modules/file/tests/src/Kernel/LegacyFileTest.php Tests the file_copy deprecation and legacy behavior.
LegacyStyleSheetsRemoveTest class core/modules/system/tests/src/Functional/Theme/LegacyStyleSheetsRemoveTest.php Tests the legacy stylesheets-remove key.
LegacyStyleSheetsRemoveTest.php file core/modules/system/tests/src/Functional/Theme/LegacyStyleSheetsRemoveTest.php
LegacyStyleSheetsRemoveTest::$defaultTheme property core/modules/system/tests/src/Functional/Theme/LegacyStyleSheetsRemoveTest.php The theme to install as the default for testing.
LegacyStyleSheetsRemoveTest::setUp function core/modules/system/tests/src/Functional/Theme/LegacyStyleSheetsRemoveTest.php
LegacyStyleSheetsRemoveTest::testStyleSheetsRemove function core/modules/system/tests/src/Functional/Theme/LegacyStyleSheetsRemoveTest.php Tests the stylesheets-remove key.
ListInterface::removeItem function core/lib/Drupal/Core/TypedData/ListInterface.php Removes the item at the specified position.
Local::removeDirectoryJailed function core/lib/Drupal/Core/FileTransfer/Local.php Removes a directory.
Local::removeFileJailed function core/lib/Drupal/Core/FileTransfer/Local.php Removes a file.
Log::removeDatabaseEntries function core/lib/Drupal/Core/Database/Log.php Removes database related calls from a backtrace array.
MemoryBackend::removeBin function core/lib/Drupal/Core/Cache/MemoryBackend.php Remove a cache bin.
MenuLinkDefaultIntegrationTest::testMoveToRoot function core/tests/Drupal/KernelTests/Core/Menu/MenuLinkDefaultIntegrationTest.php Tests moving a static menu link without a specified menu to the root.
MenuLinkManager::removeDefinition function core/lib/Drupal/Core/Menu/MenuLinkManager.php Removes a single link definition from the menu tree storage.
MenuLinkManagerInterface::removeDefinition function core/lib/Drupal/Core/Menu/MenuLinkManagerInterface.php Removes a single link definition from the menu tree storage.
MenuTreeStorage::moveChildren function core/lib/Drupal/Core/Menu/MenuTreeStorage.php Re-parents a link's children when the link itself is moved.
MenuTreeStorageTest::moveMenuLink function core/tests/Drupal/KernelTests/Core/Menu/MenuTreeStorageTest.php Moves the link with the given ID so it's under a new parent.
MessageCommandTest::waitForMessageRemoved function core/tests/Drupal/FunctionalJavascriptTests/Ajax/MessageCommandTest.php Asserts that a message of the expected type is removed.
MessengerTest::testRemoveSingleMessage function core/tests/Drupal/KernelTests/Core/Messenger/MessengerTest.php @covers ::addStatus[[api-linebreak]]
@covers ::deleteByType[[api-linebreak]]
@covers ::messagesByType[[api-linebreak]]
ModuleInstaller::removeCacheBins function core/lib/Drupal/Core/Extension/ModuleInstaller.php Helper method for removing all cache bins registered by a given module.
ModuleRouteSubscriberTest::providerTestRemoveRoute function core/tests/Drupal/Tests/Core/EventSubscriber/ModuleRouteSubscriberTest.php Data provider for testRemoveRoute().

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