Search for move

  1. Search 7.x for move
  2. Search 9.5.x for move
  3. Search 8.9.x for move
  4. Search 10.3.x for move
  5. Other projects
Title Object type File name Summary
ItemList::removeItem function core/lib/Drupal/Core/TypedData/Plugin/DataType/ItemList.php
JsMessageTest::testAddRemoveMessages function core/tests/Drupal/FunctionalJavascriptTests/Core/JsMessageTest.php Tests click on links to show messages and remove messages.
jsonapi_update_last_removed function core/modules/jsonapi/jsonapi.install Implements hook_update_last_removed().
JSWebAssert::waitForElementRemoved function core/tests/Drupal/FunctionalJavascriptTests/JSWebAssert.php Looks for the specified selector and returns TRUE when it is unavailable.
LanguageNegotiationFormOverrideTest class core/modules/config/tests/src/Functional/LanguageNegotiationFormOverrideTest.php Tests language-negotiation overrides are not on language-negotiation form.
LanguageNegotiationFormOverrideTest.php file core/modules/config/tests/src/Functional/LanguageNegotiationFormOverrideTest.php
LanguageNegotiationFormOverrideTest::$defaultTheme property core/modules/config/tests/src/Functional/LanguageNegotiationFormOverrideTest.php
LanguageNegotiationFormOverrideTest::$modules property core/modules/config/tests/src/Functional/LanguageNegotiationFormOverrideTest.php
LanguageNegotiationFormOverrideTest::testFormWithOverride function core/modules/config/tests/src/Functional/LanguageNegotiationFormOverrideTest.php Tests that overrides do not affect language-negotiation form values.
language_removed_post_updates function core/modules/language/language.post_update.php Implements hook_removed_post_updates().
language_update_last_removed function core/modules/language/language.install Implements hook_update_last_removed().
LayoutBuilderDisableInteractionsTest::movePointerTo function core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderDisableInteractionsTest.php Moves mouse pointer to location of $selector.
LayoutBuilderEntityViewDisplay::removeSectionField function core/modules/layout_builder/src/Entity/LayoutBuilderEntityViewDisplay.php Removes a layout section field if it is no longer needed.
layout_builder_removed_post_updates function core/modules/layout_builder/layout_builder.post_update.php Implements hook_removed_post_updates().
layout_builder_update_last_removed function core/modules/layout_builder/layout_builder.install Implements hook_update_last_removed().
layout_discovery_removed_post_updates function core/modules/layout_discovery/layout_discovery.post_update.php Implements hook_removed_post_updates().
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.
LegacyFileSystemTest::testMoveWithDeprecatedFileExists function core/tests/Drupal/KernelTests/Core/File/LegacyFileSystemTest.php @covers ::move
LibraryDiscoveryParser::applyLibrariesMovedOverrides function core/lib/Drupal/Core/Asset/LibraryDiscoveryParser.php Apply overrides to files that have moved.
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
Local::removeFileJailed function core/lib/Drupal/Core/FileTransfer/Local.php
LocaleImportFunctionalTest::getCustomOverwritePoFile function core/modules/locale/tests/src/Functional/LocaleImportFunctionalTest.php Helper function that returns a .po file for testing customized strings.
locale_removed_post_updates function core/modules/locale/locale.post_update.php Implements hook_removed_post_updates().
locale_system_remove function core/modules/locale/locale.module Delete translation history of modules and themes.
locale_update_last_removed function core/modules/locale/locale.install Implements hook_update_last_removed().
MediaLibraryWidget::removeItem function core/modules/media_library/src/Plugin/Field/FieldWidget/MediaLibraryWidget.php Submit callback for remove buttons.
media_library_removed_post_updates function core/modules/media_library/media_library.post_update.php Implements hook_removed_post_updates().
media_library_update_last_removed function core/modules/media_library/media_library.install Implements hook_update_last_removed().
media_removed_post_updates function core/modules/media/media.post_update.php Implements hook_removed_post_updates().
media_update_last_removed function core/modules/media/media.install Implements hook_update_last_removed().
MemoryBackend::removeBin function core/lib/Drupal/Core/Cache/MemoryBackend.php
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
MenuLinkManagerInterface::removeDefinition function core/lib/Drupal/Core/Menu/MenuLinkManagerInterface.php Removes a single link definition from the menu tree storage.
MenuSettingsConstraint::$messageRemove property core/modules/menu_ui/src/Plugin/Validation/Constraint/MenuSettingsConstraint.php
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.
MenuUiTest::moveMenuLink function core/modules/menu_ui/tests/src/Functional/MenuUiTest.php Changes the parent of a menu link using the UI.
menu_link_content_removed_post_updates function core/modules/menu_link_content/menu_link_content.post_update.php Implements hook_removed_post_updates().
menu_link_content_update_last_removed function core/modules/menu_link_content/menu_link_content.install Implements hook_update_last_removed().
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
@covers ::deleteByType
@covers ::messagesByType
migrate_drupal_removed_post_updates function core/modules/migrate_drupal/migrate_drupal.post_update.php Implements hook_removed_post_updates().
migrate_drupal_update_last_removed function core/modules/migrate_drupal/migrate_drupal.install Implements hook_update_last_removed().
migrate_removed_post_updates function core/modules/migrate/migrate.post_update.php Implements hook_removed_post_updates().
migrate_update_last_removed function core/modules/migrate/migrate.install Implements hook_update_last_removed().
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.