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
RemoveRoleUserTest.php file core/modules/user/tests/src/Unit/Plugin/Action/RemoveRoleUserTest.php
RemoveRoleUserTest::testExecuteRemoveExistingRole function core/modules/user/tests/src/Unit/Plugin/Action/RemoveRoleUserTest.php Tests the execute method on a user with a role.
RemoveRoleUserTest::testExecuteRemoveNonExistingRole function core/modules/user/tests/src/Unit/Plugin/Action/RemoveRoleUserTest.php Tests the execute method on a user without a specific role.
RemoveSectionForm class core/modules/layout_builder/src/Form/RemoveSectionForm.php Provides a form to confirm the removal of a section.
RemoveSectionForm.php file core/modules/layout_builder/src/Form/RemoveSectionForm.php
RemoveSectionForm::getConfirmText function core/modules/layout_builder/src/Form/RemoveSectionForm.php Returns a caption for the button that confirms the action.
RemoveSectionForm::getFormId function core/modules/layout_builder/src/Form/RemoveSectionForm.php Returns a unique string identifying the form.
RemoveSectionForm::getQuestion function core/modules/layout_builder/src/Form/RemoveSectionForm.php Returns the question to ask the user.
RemoveSectionForm::handleSectionStorage function core/modules/layout_builder/src/Form/RemoveSectionForm.php Performs any actions on the section storage before saving.
RenderCallbacks::removeTabAttributes function core/modules/announcements_feed/src/RenderCallbacks.php Render callback.
ResourceTestBase::removeResourceTypeFromDocument function core/modules/jsonapi/tests/src/Functional/ResourceTestBase.php Makes the JSON:API document violate the spec by omitting the resource type.
ResponsiveImageStyle::removeImageStyleMappings function core/modules/responsive_image/src/Entity/ResponsiveImageStyle.php Removes all image style mappings from the responsive image style.
ResponsiveImageStyleConfigEntityUnitTest::testRemoveImageStyleMappings function core/modules/responsive_image/tests/src/Unit/ResponsiveImageStyleConfigEntityUnitTest.php Tests remove image style mappings.
ResponsiveImageStyleInterface::removeImageStyleMappings function core/modules/responsive_image/src/ResponsiveImageStyleInterface.php Removes all image style mappings from the responsive image style.
responsive_image_removed_post_updates function core/modules/responsive_image/responsive_image.post_update.php Implements hook_removed_post_updates().
rest_removed_post_updates function core/modules/rest/rest.post_update.php Implements hook_removed_post_updates().
rest_update_last_removed function core/modules/rest/rest.install Implements hook_update_last_removed().
RootComposer::removeFromComposerLock function composer/Plugin/RecipeUnpack/RootComposer.php Removes an element from the composer lock.
Row::removeDestinationProperty function core/modules/migrate/src/Row.php Removes destination property.
Row::removeEmptyDestinationProperty function core/modules/migrate/src/Row.php Removes an empty destination property.
search_removed_post_updates function core/modules/search/search.post_update.php Implements hook_removed_post_updates().
Section::removeComponent function core/modules/layout_builder/src/Section.php Removes a given component from a region.
SectionListInterface::removeAllSections function core/modules/layout_builder/src/SectionListInterface.php Removes all of the sections.
SectionListInterface::removeSection function core/modules/layout_builder/src/SectionListInterface.php Removes the section at the given delta.
SectionListTestBase::providerTestRemoveAllSections function core/modules/layout_builder/tests/src/Kernel/SectionListTestBase.php Provides test data for ::testRemoveAllSections().
SectionListTestBase::testRemoveAllSections function core/modules/layout_builder/tests/src/Kernel/SectionListTestBase.php @covers ::removeAllSections[[api-linebreak]]
SectionListTestBase::testRemoveMultipleSections function core/modules/layout_builder/tests/src/Kernel/SectionListTestBase.php @covers ::removeSection[[api-linebreak]]
SectionListTestBase::testRemoveSection function core/modules/layout_builder/tests/src/Kernel/SectionListTestBase.php @covers ::removeSection[[api-linebreak]]
SectionListTrait::removeAllSections function core/modules/layout_builder/src/SectionListTrait.php
SectionListTrait::removeSection function core/modules/layout_builder/src/SectionListTrait.php
SectionStorageBase::removeAllSections function core/modules/layout_builder/src/Plugin/SectionStorage/SectionStorageBase.php Removes all of the sections.
SectionStorageBase::removeSection function core/modules/layout_builder/src/Plugin/SectionStorage/SectionStorageBase.php Removes the section at the given delta.
SectionTest::testRemoveComponent function core/modules/layout_builder/tests/src/Unit/SectionTest.php Tests remove component.
serialization_removed_post_updates function core/modules/serialization/serialization.post_update.php Implements hook_removed_post_updates().
serialization_update_last_removed function core/modules/serialization/serialization.install Implements hook_update_last_removed().
SimpletestTestRunResultsStorage::removeResults function core/lib/Drupal/Core/Test/SimpletestTestRunResultsStorage.php Removes the results of a test run from the storage.
SSH::removeDirectoryJailed function core/lib/Drupal/Core/FileTransfer/SSH.php Removes a directory.
SSH::removeFileJailed function core/lib/Drupal/Core/FileTransfer/SSH.php Removes a file.
StableLibraryOverrideTestBase::removeVendorAssets function core/tests/Drupal/KernelTests/Core/Theme/StableLibraryOverrideTestBase.php Removes all vendor libraries and assets from the library definitions.
StorageComparer::moveRenameToUpdate function core/lib/Drupal/Core/Config/StorageComparer.php Moves a rename operation to an update.
StorageComparer::removeFromChangelist function core/lib/Drupal/Core/Config/StorageComparer.php Removes the entry from the given operation changelist for the given name.
StorageComparerInterface::moveRenameToUpdate function core/lib/Drupal/Core/Config/StorageComparerInterface.php Moves a rename operation to an update.
syslog_update_last_removed function core/modules/syslog/syslog.install Implements hook_update_last_removed().
system_post_update_remove_path_key function core/modules/system/system.post_update.php Remove path key in system.file.
system_post_update_remove_rss_cdata_subscriber function core/modules/system/system.post_update.php Rebuild the container to fix HTML in RSS feeds.
system_removed_post_updates function core/modules/system/system.post_update.php Implements hook_removed_post_updates().
system_update_last_removed function core/modules/system/system.install Implements hook_update_last_removed().
TableDragTest::moveRowWithKeyboard function core/tests/Drupal/FunctionalJavascriptTests/TableDrag/TableDragTest.php Moves a row through the keyboard.
Tar::remove function core/lib/Drupal/Core/Archiver/Tar.php Removes the specified file from the archive.
TaxonomyTermPagerTest::testTaxonomyTermOverviewPager function core/modules/taxonomy/tests/src/Functional/TaxonomyTermPagerTest.php Tests that the pager is displayed properly on the term overview page.

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