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
MoveTest::testNormal function core/modules/file/tests/src/Kernel/MoveTest.php Move a normal file.
NodeMigrateTypeTestTrait::removeNodeMigrateMapTable function core/modules/migrate_drupal/tests/src/Traits/NodeMigrateTypeTestTrait.php Remove the node migrate map table.
NodeSearch::removeSubmittedInfo function core/modules/node/src/Plugin/Search/NodeSearch.php Removes the submitted by information from the build array.
NullBackend::removeBin function core/lib/Drupal/Core/Cache/NullBackend.php Remove a cache bin.
OverriddenConfigurationTest::testOverriddenConfigurationRemoved function core/modules/settings_tray/tests/src/FunctionalJavascript/OverriddenConfigurationTest.php Test blocks with overridden related configuration removed when overridden.
PathPluginBase::remove function core/modules/views/src/Plugin/views/display/PathPluginBase.php Reacts on deleting a display.
PhpBackend::removeBin function core/lib/Drupal/Core/Cache/PhpBackend.php Remove a cache bin.
PhpTransliteration::$fixTransliterateForRemoveDiacritics property core/lib/Drupal/Component/Transliteration/PhpTransliteration.php Special characters for ::removeDiacritics().
PhpTransliteration::removeDiacritics function core/lib/Drupal/Component/Transliteration/PhpTransliteration.php Removes diacritics (accents) from certain letters.
PhpTransliterationTest::providerTestPhpTransliterationRemoveDiacritics function core/tests/Drupal/Tests/Component/Transliteration/PhpTransliterationTest.php Provides data for self::testRemoveDiacritics().
PhpTransliterationTest::testRemoveDiacritics function core/tests/Drupal/Tests/Component/Transliteration/PhpTransliterationTest.php Tests the PhpTransliteration::removeDiacritics() function.
QuickEditFileTest::testRemove function core/modules/quickedit/tests/src/FunctionalJavascript/QuickEditFileTest.php Tests if a file can be in-place removed with Quick Edit.
RemoteFileMoveTest class core/tests/Drupal/KernelTests/Core/File/RemoteFileMoveTest.php Tests the unmanaged file move function.
RemoteFileMoveTest.php file core/tests/Drupal/KernelTests/Core/File/RemoteFileMoveTest.php
RemoteFileMoveTest::$classname property core/tests/Drupal/KernelTests/Core/File/RemoteFileMoveTest.php A fully-qualified stream wrapper class name to register for the test.
RemoteFileMoveTest::$modules property core/tests/Drupal/KernelTests/Core/File/RemoteFileMoveTest.php Modules to enable.
RemoteFileMoveTest::$scheme property core/tests/Drupal/KernelTests/Core/File/RemoteFileMoveTest.php A stream wrapper scheme to register for the test.
RemoteFileMoveTest::setUp function core/tests/Drupal/KernelTests/Core/File/RemoteFileMoveTest.php
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
RemoveResponseGzipFromSystemPerformanceConfigurationTest class core/modules/system/tests/src/Functional/Update/RemoveResponseGzipFromSystemPerformanceConfigurationTest.php Ensures that response.gzip is removed from system.performance configuration.
RemoveResponseGzipFromSystemPerformanceConfigurationTest.php file core/modules/system/tests/src/Functional/Update/RemoveResponseGzipFromSystemPerformanceConfigurationTest.php
RemoveResponseGzipFromSystemPerformanceConfigurationTest::$defaultTheme property core/modules/system/tests/src/Functional/Update/RemoveResponseGzipFromSystemPerformanceConfigurationTest.php The theme to install as the default for testing.
RemoveResponseGzipFromSystemPerformanceConfigurationTest::setDatabaseDumpFiles function core/modules/system/tests/src/Functional/Update/RemoveResponseGzipFromSystemPerformanceConfigurationTest.php Set database dump files to be used.
RemoveResponseGzipFromSystemPerformanceConfigurationTest::testUpdate function core/modules/system/tests/src/Functional/Update/RemoveResponseGzipFromSystemPerformanceConfigurationTest.php Ensures that response.gzip is removed from system.performance
configuration.
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.

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