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
RemoveBlockForm class core/modules/layout_builder/src/Form/RemoveBlockForm.php Provides a form to confirm the removal of a block.
RemoveBlockForm.php file core/modules/layout_builder/src/Form/RemoveBlockForm.php
RemoveBlockForm::$region property core/modules/layout_builder/src/Form/RemoveBlockForm.php The current region.
RemoveBlockForm::$uuid property core/modules/layout_builder/src/Form/RemoveBlockForm.php The UUID of the block being removed.
RemoveBlockForm::buildForm function core/modules/layout_builder/src/Form/RemoveBlockForm.php Form constructor.
RemoveBlockForm::getConfirmText function core/modules/layout_builder/src/Form/RemoveBlockForm.php Returns a caption for the button that confirms the action.
RemoveBlockForm::getFormId function core/modules/layout_builder/src/Form/RemoveBlockForm.php Returns a unique string identifying the form.
RemoveBlockForm::getQuestion function core/modules/layout_builder/src/Form/RemoveBlockForm.php Returns the question to ask the user.
RemoveBlockForm::handleSectionStorage function core/modules/layout_builder/src/Form/RemoveBlockForm.php Performs any actions on the section storage before saving.
RemoveCommand class core/lib/Drupal/Core/Ajax/RemoveCommand.php AJAX command for calling the jQuery remove() method.
RemoveCommand.php file core/lib/Drupal/Core/Ajax/RemoveCommand.php
RemoveCommand::$selector property core/lib/Drupal/Core/Ajax/RemoveCommand.php The CSS selector for the element(s) to be removed.
RemoveCommand::render function core/lib/Drupal/Core/Ajax/RemoveCommand.php Implements Drupal\Core\Ajax\CommandInterface:render().
RemoveCommand::__construct function core/lib/Drupal/Core/Ajax/RemoveCommand.php Constructs a RemoveCommand object.
RemovedPostUpdateNameException class core/lib/Drupal/Core/Update/RemovedPostUpdateNameException.php An exception thrown for removed post-update functions.
RemovedPostUpdateNameException.php file core/lib/Drupal/Core/Update/RemovedPostUpdateNameException.php
RemoveRevisionMetadataBcLayerUpdateTest class core/modules/system/tests/src/Functional/Update/RemoveRevisionMetadataBcLayerUpdateTest.php Tests the upgrade path for removing the revision metadata BC layer.
RemoveRevisionMetadataBcLayerUpdateTest.php file core/modules/system/tests/src/Functional/Update/RemoveRevisionMetadataBcLayerUpdateTest.php
RemoveRevisionMetadataBcLayerUpdateTest::setDatabaseDumpFiles function core/modules/system/tests/src/Functional/Update/RemoveRevisionMetadataBcLayerUpdateTest.php Set database dump files to be used.
RemoveRevisionMetadataBcLayerUpdateTest::testRevisionMetadataBcLayerRemoval function core/modules/system/tests/src/Functional/Update/RemoveRevisionMetadataBcLayerUpdateTest.php
RemoveRoleUser class core/modules/user/src/Plugin/Action/RemoveRoleUser.php Removes a role from a user.
RemoveRoleUser.php file core/modules/user/src/Plugin/Action/RemoveRoleUser.php
RemoveRoleUser::execute function core/modules/user/src/Plugin/Action/RemoveRoleUser.php Executes the plugin.
RemoveRoleUserTest class core/modules/user/tests/src/Unit/Plugin/Action/RemoveRoleUserTest.php @coversDefaultClass \Drupal\user\Plugin\Action\RemoveRoleUser
@group user
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.
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.
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().
Row::removeDestinationProperty function core/modules/migrate/src/Row.php Removes 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
SectionListTestBase::testRemoveMultipleSections function core/modules/layout_builder/tests/src/Kernel/SectionListTestBase.php @covers ::removeSection
SectionListTestBase::testRemoveSection function core/modules/layout_builder/tests/src/Kernel/SectionListTestBase.php @covers ::removeSection
SectionListTrait::removeAllSections function core/modules/layout_builder/src/SectionListTrait.php

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