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
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.
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 @covers ::addImageStyleMapping
@covers ::removeImageStyleMappings
ResponsiveImageStyleInterface::removeImageStyleMappings function core/modules/responsive_image/src/ResponsiveImageStyleInterface.php Removes all image style mappings from the responsive image style.
RESTTestBase::removeNodeFieldsForNonAdminUsers function core/modules/rest/src/Tests/RESTTestBase.php Remove node fields that can only be written by an admin user.
Row::removeDestinationProperty function core/modules/migrate/src/Row.php Removes destination property.
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.
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.
SectionStorageTestBase::providerTestRemoveAllSections function core/modules/layout_builder/tests/src/Kernel/SectionStorageTestBase.php Provides test data for ::testRemoveAllSections().
SectionStorageTestBase::testRemoveAllSections function core/modules/layout_builder/tests/src/Kernel/SectionStorageTestBase.php @covers ::removeAllSections
SectionStorageTestBase::testRemoveMultipleSections function core/modules/layout_builder/tests/src/Kernel/SectionStorageTestBase.php @covers ::removeSection
SectionStorageTestBase::testRemoveSection function core/modules/layout_builder/tests/src/Kernel/SectionStorageTestBase.php @covers ::removeSection
SectionStorageTrait::removeAllSections function core/modules/layout_builder/src/SectionStorage/SectionStorageTrait.php
SectionStorageTrait::removeSection function core/modules/layout_builder/src/SectionStorage/SectionStorageTrait.php
SectionTest::testRemoveComponent function core/modules/layout_builder/tests/src/Unit/SectionTest.php @covers ::removeComponent
@covers ::getComponentsByRegion
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.
StableLibraryOverrideTest::removeVendorAssets function core/tests/Drupal/KernelTests/Core/Theme/StableLibraryOverrideTest.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.
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.
taxonomy_post_update_remove_hierarchy_from_vocabularies function core/modules/taxonomy/taxonomy.post_update.php Remove the 'hierarchy' property from vocabularies.
TestControllers::removeExceptionLogger function core/modules/system/tests/modules/router_test_directory/src/TestControllers.php
TestFileTransfer::removeDirectoryJailed function core/modules/system/tests/src/Functional/FileTransfer/TestFileTransfer.php Removes a directory.
TestFileTransfer::removeFileJailed function core/modules/system/tests/src/Functional/FileTransfer/TestFileTransfer.php Removes a file.
TestNodeFormOverride class core/modules/media_library/tests/modules/media_library_test/src/Form/TestNodeFormOverride.php Override NodeForm to test media library form submission semantics.
TestNodeFormOverride.php file core/modules/media_library/tests/modules/media_library_test/src/Form/TestNodeFormOverride.php
TestNodeFormOverride::submitForm function core/modules/media_library/tests/modules/media_library_test/src/Form/TestNodeFormOverride.php This is the default entity object builder function. It is called before any
other submit handler to build the new entity object to be used by the
following submit handlers. At this point of the form workflow the entity is
validated and the form state…
test_legacy_stylesheets_remove.info.yml file core/modules/system/tests/themes/test_legacy_stylesheets_remove/test_legacy_stylesheets_remove.info.yml core/modules/system/tests/themes/test_legacy_stylesheets_remove/test_legacy_stylesheets_remove.info.yml
ThemeInitialization::prepareStylesheetsRemove function core/lib/Drupal/Core/Theme/ThemeInitialization.php Prepares stylesheets-remove specified in the *.info.yml file.
TranslatableInterface::removeTranslation function core/lib/Drupal/Core/TypedData/TranslatableInterface.php Removes the translation identified by the given language code.
TranslationStatusInterface::TRANSLATION_REMOVED constant core/lib/Drupal/Core/TypedData/TranslationStatusInterface.php Status code identifying a removed translation.
TransliterationInterface::removeDiacritics function core/lib/Drupal/Component/Transliteration/TransliterationInterface.php Removes diacritics (accents) from certain letters.
UpdateManagerUpdate::removeCheckboxFromRow function core/modules/update/src/Form/UpdateManagerUpdate.php Prepares a row entry for use in a regular table, not a 'tableselect'.
UpdatePathLastRemovedTest class core/modules/system/tests/src/Functional/UpdateSystem/UpdatePathLastRemovedTest.php Tests that modules can define their last removed update function.
UpdatePathLastRemovedTest.php file core/modules/system/tests/src/Functional/UpdateSystem/UpdatePathLastRemovedTest.php
UpdatePathLastRemovedTest::$defaultTheme property core/modules/system/tests/src/Functional/UpdateSystem/UpdatePathLastRemovedTest.php The theme to install as the default for testing.
UpdatePathLastRemovedTest::$modules property core/modules/system/tests/src/Functional/UpdateSystem/UpdatePathLastRemovedTest.php Modules to enable.
UpdatePathLastRemovedTest::$updateUrl property core/modules/system/tests/src/Functional/UpdateSystem/UpdatePathLastRemovedTest.php URL for the upgrade script.
UpdatePathLastRemovedTest::$updateUser property core/modules/system/tests/src/Functional/UpdateSystem/UpdatePathLastRemovedTest.php A user account with upgrade permission.
UpdatePathLastRemovedTest::setUp function core/modules/system/tests/src/Functional/UpdateSystem/UpdatePathLastRemovedTest.php
UpdatePathLastRemovedTest::testLastRemovedVersion function core/modules/system/tests/src/Functional/UpdateSystem/UpdatePathLastRemovedTest.php Tests that a module with a too old schema version can not be updated.

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