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
ComputedItemListTrait::removeItem function core/lib/Drupal/Core/TypedData/ComputedItemListTrait.php
ConfigDependenciesTest::testOnDependencyRemovalRemoveAuth function core/modules/rest/tests/src/Kernel/Entity/ConfigDependenciesTest.php @covers ::onDependencyRemoval
@covers ::onDependencyRemovalForMethodGranularity
ConfigDependenciesTest::testOnDependencyRemovalRemoveAuthAndFormats function core/modules/rest/tests/src/Kernel/Entity/ConfigDependenciesTest.php @covers ::onDependencyRemoval
@covers ::onDependencyRemovalForMethodGranularity
ConfigDependenciesTest::testOnDependencyRemovalRemoveFormatForMethodGranularity function core/modules/rest/tests/src/Kernel/Entity/ConfigDependenciesTest.php @covers ::onDependencyRemoval
@covers ::onDependencyRemovalForMethodGranularity
ConfigDependenciesTest::testOnDependencyRemovalRemoveUnrelatedDependency function core/modules/rest/tests/src/Kernel/Entity/ConfigDependenciesTest.php @covers ::onDependencyRemoval
@covers ::onDependencyRemovalForMethodGranularity
@covers ::onDependencyRemovalForResourceGranularity
ConfigEntityFormOverrideTest class core/modules/config/tests/src/Functional/ConfigEntityFormOverrideTest.php Tests that config overrides do not bleed through in entity forms and lists.
ConfigEntityFormOverrideTest.php file core/modules/config/tests/src/Functional/ConfigEntityFormOverrideTest.php
ConfigEntityFormOverrideTest::$defaultTheme property core/modules/config/tests/src/Functional/ConfigEntityFormOverrideTest.php The theme to install as the default for testing.
ConfigEntityFormOverrideTest::$modules property core/modules/config/tests/src/Functional/ConfigEntityFormOverrideTest.php Modules to enable.
ConfigEntityFormOverrideTest::testFormsWithOverrides function core/modules/config/tests/src/Functional/ConfigEntityFormOverrideTest.php Tests that overrides do not affect forms or listing screens.
ConfigFormOverrideTest class core/modules/config/tests/src/Functional/ConfigFormOverrideTest.php Tests config overrides do not appear on forms that extend ConfigFormBase.
ConfigFormOverrideTest.php file core/modules/config/tests/src/Functional/ConfigFormOverrideTest.php
ConfigFormOverrideTest::$defaultTheme property core/modules/config/tests/src/Functional/ConfigFormOverrideTest.php The theme to install as the default for testing.
ConfigFormOverrideTest::testFormsWithOverrides function core/modules/config/tests/src/Functional/ConfigFormOverrideTest.php Tests that overrides do not affect forms.
ConfigHandler::remove function core/modules/views_ui/src/Form/Ajax/ConfigHandler.php Submit handler for removing an item from a view
ContainerAwareEventDispatcher::removeListener function core/lib/Drupal/Component/EventDispatcher/ContainerAwareEventDispatcher.php
ContainerAwareEventDispatcher::removeSubscriber function core/lib/Drupal/Component/EventDispatcher/ContainerAwareEventDispatcher.php
ContainerAwareEventDispatcherTest::testGetListenersWhenAddedCallbackListenerIsRemoved function core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php
ContainerAwareEventDispatcherTest::testHasListenersWhenAddedCallbackListenerIsRemoved function core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php
ContainerAwareEventDispatcherTest::testRemoveFindsLazyListeners function core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php
ContainerAwareEventDispatcherTest::testRemoveListener function core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php
ContainerAwareEventDispatcherTest::testRemoveService function core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php
ContainerAwareEventDispatcherTest::testRemoveSubscriber function core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php
ContainerAwareEventDispatcherTest::testRemoveSubscriberWithMultipleListeners function core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php
ContainerAwareEventDispatcherTest::testRemoveSubscriberWithPriorities function core/tests/Drupal/Tests/Component/EventDispatcher/ContainerAwareEventDispatcherTest.php
ContentEntityBase::removeTranslation function core/lib/Drupal/Core/Entity/ContentEntityBase.php
ContentModeration::removeEntityTypeAndBundle function core/modules/content_moderation/src/Plugin/WorkflowType/ContentModeration.php Removes an entity type ID / bundle ID from the workflow.
ContentModerationInterface::removeEntityTypeAndBundle function core/modules/content_moderation/src/Plugin/WorkflowType/ContentModerationInterface.php Removes an entity type ID / bundle ID from the workflow.
ContentModerationWorkflowTypeApiTest::testRemoveEntityTypeAndBundle function core/modules/content_moderation/tests/src/Kernel/ContentModerationWorkflowTypeApiTest.php @covers ::addEntityTypeAndBundle
@covers ::removeEntityTypeAndBundle
ContextAwarePluginDefinitionInterface::removeContextDefinition function core/lib/Drupal/Component/Plugin/Definition/ContextAwarePluginDefinitionInterface.php Removes a context definition from this plugin.
ContextAwarePluginDefinitionTrait::removeContextDefinition function core/lib/Drupal/Component/Plugin/Definition/ContextAwarePluginDefinitionTrait.php Implements \Drupal\Component\Plugin\Definition\ContextAwarePluginDefinitionInterface::removeContextDefinition().
Database::removeConnection function core/lib/Drupal/Core/Database/Database.php Remove a connection and its corresponding connection information.
DatabaseBackend::removeBin function core/lib/Drupal/Core/Cache/DatabaseBackend.php Remove a cache bin.
database_test_query_database_test_alter_remove_range_alter function core/modules/system/tests/modules/database_test/database_test.module Implements hook_query_TAG_alter().
DefaultLazyPluginCollection::removeInstanceId function core/lib/Drupal/Core/Plugin/DefaultLazyPluginCollection.php Removes an instance ID.
DefaultLazyPluginCollectionTest::testRemoveInstanceId function core/tests/Drupal/Tests/Core/Plugin/DefaultLazyPluginCollectionTest.php @covers ::removeInstanceId
DeletedFieldsRepository::removeFieldDefinition function core/lib/Drupal/Core/Field/DeletedFieldsRepository.php Removes a field definition object from the deleted list.
DeletedFieldsRepository::removeFieldStorageDefinition function core/lib/Drupal/Core/Field/DeletedFieldsRepository.php Removes a field storage definition object from the deleted list.
DeletedFieldsRepositoryInterface::removeFieldDefinition function core/lib/Drupal/Core/Field/DeletedFieldsRepositoryInterface.php Removes a field definition object from the deleted list.
DeletedFieldsRepositoryInterface::removeFieldStorageDefinition function core/lib/Drupal/Core/Field/DeletedFieldsRepositoryInterface.php Removes a field storage definition object from the deleted list.
DeprecatedModulesTestTrait::removeDeprecatedModules function core/tests/Drupal/Tests/DeprecatedModulesTestTrait.php Removes deprecated modules from the provided modules.list.
DisplayAttachmentTest::testRemoveAttachedDisplay function core/modules/views_ui/tests/src/Functional/DisplayAttachmentTest.php Tests the attachment working after the attached page was deleted.
DisplayCRUDTest::testRemoveDisplay function core/modules/views_ui/tests/src/Functional/DisplayCRUDTest.php Tests removing a display.
DisplayPluginBase::remove function core/modules/views/src/Plugin/views/display/DisplayPluginBase.php Reacts on deleting a display.
DisplayPluginCollection::remove function core/modules/views/src/DisplayPluginCollection.php Removes an initialized plugin.
DisplayPluginInterface::remove function core/modules/views/src/Plugin/views/display/DisplayPluginInterface.php Reacts on deleting a display.
drupal-8.remove_handler_submit_setting-2715589.php file core/modules/field/tests/fixtures/update/drupal-8.remove_handler_submit_setting-2715589.php Provides necessary database additions for testing
field_post_update_remove_handler_submit_setting()
drupal_move_uploaded_file function core/includes/file.inc Moves an uploaded file to a new location.
EntityConstraintViolationList::remove function core/lib/Drupal/Core/Entity/EntityConstraintViolationList.php
EntityDecoupledTranslationRevisionsTest::testRemovedTranslations function core/tests/Drupal/KernelTests/Core/Entity/EntityDecoupledTranslationRevisionsTest.php Tests that deleted translations are not accidentally restored.

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