Search for remove

  1. Search 7.x for remove
  2. Search 9.5.x for remove
  3. Search 8.9.x for remove
  4. Search 10.3.x for remove
  5. Other projects
Title Object type File name Summary
locale_removed_post_updates function core/modules/locale/locale.post_update.php Implements hook_removed_post_updates().
locale_system_remove function core/modules/locale/locale.module Delete translation history of modules and themes.
locale_update_last_removed function core/modules/locale/locale.install Implements hook_update_last_removed().
MediaLibraryWidget::removeItem function core/modules/media_library/src/Plugin/Field/FieldWidget/MediaLibraryWidget.php Submit callback for remove buttons.
media_library_removed_post_updates function core/modules/media_library/media_library.post_update.php Implements hook_removed_post_updates().
media_library_update_last_removed function core/modules/media_library/media_library.install Implements hook_update_last_removed().
media_removed_post_updates function core/modules/media/media.post_update.php Implements hook_removed_post_updates().
media_update_last_removed function core/modules/media/media.install Implements hook_update_last_removed().
MemoryBackend::removeBin function core/lib/Drupal/Core/Cache/MemoryBackend.php Remove a cache bin.
MenuLinkManager::removeDefinition function core/lib/Drupal/Core/Menu/MenuLinkManager.php Removes a single link definition from the menu tree storage.
MenuLinkManagerInterface::removeDefinition function core/lib/Drupal/Core/Menu/MenuLinkManagerInterface.php Removes a single link definition from the menu tree storage.
MenuSettingsConstraint::$messageRemove property core/modules/menu_ui/src/Plugin/Validation/Constraint/MenuSettingsConstraint.php The violation message when removing a menu link for unpublished content.
menu_link_content_removed_post_updates function core/modules/menu_link_content/menu_link_content.post_update.php Implements hook_removed_post_updates().
menu_link_content_update_last_removed function core/modules/menu_link_content/menu_link_content.install Implements hook_update_last_removed().
MessageCommandTest::waitForMessageRemoved function core/tests/Drupal/FunctionalJavascriptTests/Ajax/MessageCommandTest.php Asserts that a message of the expected type is removed.
MessengerTest::testRemoveSingleMessage function core/tests/Drupal/KernelTests/Core/Messenger/MessengerTest.php @covers ::addStatus[[api-linebreak]]
@covers ::deleteByType[[api-linebreak]]
@covers ::messagesByType[[api-linebreak]]
migrate_drupal_removed_post_updates function core/modules/migrate_drupal/migrate_drupal.post_update.php Implements hook_removed_post_updates().
migrate_drupal_update_last_removed function core/modules/migrate_drupal/migrate_drupal.install Implements hook_update_last_removed().
migrate_removed_post_updates function core/modules/migrate/migrate.post_update.php Implements hook_removed_post_updates().
migrate_update_last_removed function core/modules/migrate/migrate.install Implements hook_update_last_removed().
MimeTypeMap::removeMapping function core/lib/Drupal/Core/File/MimeType/MimeTypeMap.php
MimeTypeMap::removeMimeType function core/lib/Drupal/Core/File/MimeType/MimeTypeMap.php
MimeTypeMapInterface::removeMapping function core/lib/Drupal/Core/File/MimeType/MimeTypeMapInterface.php Removes the mapping between a MIME type and an extension.
MimeTypeMapInterface::removeMimeType function core/lib/Drupal/Core/File/MimeType/MimeTypeMapInterface.php Removes a MIME type and all its mapped extensions from the mapping.
MimeTypeMapTest::testRemoveMapping function core/tests/Drupal/Tests/Core/File/MimeType/MimeTypeMapTest.php @covers ::removeMapping[[api-linebreak]]
MimeTypeMapTest::testRemoveMimeType function core/tests/Drupal/Tests/Core/File/MimeType/MimeTypeMapTest.php @covers ::removeMimeType[[api-linebreak]]
ModuleInstaller::removeCacheBins function core/lib/Drupal/Core/Extension/ModuleInstaller.php Helper method for removing all cache bins registered by a given module.
ModuleRouteSubscriberTest::providerTestRemoveRoute function core/tests/Drupal/Tests/Core/EventSubscriber/ModuleRouteSubscriberTest.php Data provider for testRemoveRoute().
ModuleRouteSubscriberTest::testRemoveRoute function core/tests/Drupal/Tests/Core/EventSubscriber/ModuleRouteSubscriberTest.php Tests that removeRoute() removes routes when the module is not enabled.
NavigationRenderer::removeLocalTasks function core/modules/navigation/src/NavigationRenderer.php Alter the build of any local_tasks_block plugin block.
NavigationRenderer::removeToolbar function core/modules/navigation/src/NavigationRenderer.php Remove the toolbar provided by Toolbar module.
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.
node_removed_post_updates function core/modules/node/node.post_update.php Implements hook_removed_post_updates().
node_update_last_removed function core/modules/node/node.install Implements hook_update_last_removed().
NullBackend::removeBin function core/lib/Drupal/Core/Cache/NullBackend.php Remove a cache bin.
olivero_removed_post_updates function core/themes/olivero/olivero.post_update.php Implements hook_removed_post_updates().
OverriddenConfigurationTest::testOverriddenConfigurationRemoved function core/modules/settings_tray/tests/src/FunctionalJavascript/OverriddenConfigurationTest.php Tests blocks with overridden related configuration removed when overridden.
PackageManagerFixtureCreator::removeAllExcept function core/scripts/PackageManagerFixtureCreator.php Removes all files in a directory except the ones specified.
PathAliasStorageSchemaTest::testPathAliasStatusIndexRemoved function core/modules/path_alias/tests/src/Kernel/PathAliasStorageSchemaTest.php Tests that the path_alias__status index is removed.
PathPluginBase::remove function core/modules/views/src/Plugin/views/display/PathPluginBase.php Reacts on deleting a display.
path_alias_removed_post_updates function core/modules/path_alias/path_alias.post_update.php Implements hook_removed_post_updates().
path_removed_post_updates function core/modules/path/path.post_update.php Implements hook_removed_post_updates().
path_update_last_removed function core/modules/path/path.install Implements hook_update_last_removed().
pgsql_update_last_removed function core/modules/pgsql/pgsql.install Implements hook_update_last_removed().
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.

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