Search for remove

  1. Search 7.x for remove
  2. Search 9.5.x for remove
  3. Search 10.3.x for remove
  4. Search 11.x for remove
  5. Other projects
Title Object type File name Summary
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::removeFromChangelist function core/lib/Drupal/Core/Config/StorageComparer.php Removes the entry from the given operation changelist for the given name.
Tar::remove function core/lib/Drupal/Core/Archiver/Tar.php Removes the specified file from the archive.
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.
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.
UpdateRegistry::getRemovedPostUpdates function core/lib/Drupal/Core/Update/UpdateRegistry.php Gets removed hook_post_update_NAME() implementations for a module.
UpdateRegistryTest::testGetPendingUpdateInformationWithRemovedUpdates function core/tests/Drupal/Tests/Core/Update/UpdateRegistryTest.php @covers ::getPendingUpdateInformation
UpdateRemovedPostUpdateTest class core/modules/system/tests/src/Functional/UpdateSystem/UpdateRemovedPostUpdateTest.php Tests hook_removed_post_updates().
UpdateRemovedPostUpdateTest.php file core/modules/system/tests/src/Functional/UpdateSystem/UpdateRemovedPostUpdateTest.php
UpdateRemovedPostUpdateTest::$defaultTheme property core/modules/system/tests/src/Functional/UpdateSystem/UpdateRemovedPostUpdateTest.php The theme to install as the default for testing.
UpdateRemovedPostUpdateTest::setUp function core/modules/system/tests/src/Functional/UpdateSystem/UpdateRemovedPostUpdateTest.php
UpdateRemovedPostUpdateTest::testRemovedPostUpdate function core/modules/system/tests/src/Functional/UpdateSystem/UpdateRemovedPostUpdateTest.php Tests hook_post_update_NAME().
UpdateTestArchiver::remove function core/modules/update/tests/modules/update_test/src/Plugin/Archiver/UpdateTestArchiver.php Removes the specified file from the archive.
update_script_test_update_last_removed function core/modules/system/tests/modules/update_script_test/update_script_test.install Implements hook_update_last_removed().
update_test_last_removed.info.yml file core/modules/system/tests/modules/update_test_last_removed/update_test_last_removed.info.yml core/modules/system/tests/modules/update_test_last_removed/update_test_last_removed.info.yml
update_test_last_removed.install file core/modules/system/tests/modules/update_test_last_removed/update_test_last_removed.install Update functions for the update_test_last_removed module.
update_test_last_removed_update_8003 function core/modules/system/tests/modules/update_test_last_removed/update_test_last_removed.install Dummy update function to run during the tests.
update_test_last_removed_update_last_removed function core/modules/system/tests/modules/update_test_last_removed/update_test_last_removed.install Implements hook_update_last_removed().
update_test_postupdate_removed_post_updates function core/modules/system/tests/modules/update_test_postupdate/update_test_postupdate.post_update.php Implements hook_removed_post_updates().
update_test_with_7x_update_last_removed function core/modules/system/tests/modules/update_test_with_7x/update_test_with_7x.install Implements hook_update_last_removed().
UsageTest::doTestRemoveUsage function core/modules/file/tests/src/Kernel/UsageTest.php Tests \Drupal\file\FileUsage\DatabaseFileUsageBackend::delete().

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