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
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
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.
PathAliasUpdateTest::testPathAliasStatusIndexRemoved function core/modules/path_alias/tests/src/Functional/PathAliasUpdateTest.php Tests path_alias_post_update_drop_path_alias_status_index.
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
PhpTransliteration::$fixTransliterateForRemoveDiacritics property core/lib/Drupal/Component/Transliteration/PhpTransliteration.php Special characters for ::removeDiacritics().
PhpTransliteration::removeDiacritics function core/lib/Drupal/Component/Transliteration/PhpTransliteration.php
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.
PhpTufValidatorTest::testPluginRemovedFromStagePreApply function core/modules/package_manager/tests/src/Kernel/PhpTufValidatorTest.php Tests removing the plugin from the stage before applying it.
PhpTufValidatorTest::testPluginRemovedFromStagePreRequire function core/modules/package_manager/tests/src/Kernel/PhpTufValidatorTest.php Tests removing the plugin from the stage on pre-require.
RefinableCalculatedPermissions::removeItem function core/lib/Drupal/Core/Session/RefinableCalculatedPermissions.php
RefinableCalculatedPermissions::removeItems function core/lib/Drupal/Core/Session/RefinableCalculatedPermissions.php
RefinableCalculatedPermissions::removeItemsByScope function core/lib/Drupal/Core/Session/RefinableCalculatedPermissions.php
RefinableCalculatedPermissionsInterface::removeItem function core/lib/Drupal/Core/Session/RefinableCalculatedPermissionsInterface.php Removes a single calculated permission item from a given scope.
RefinableCalculatedPermissionsInterface::removeItems function core/lib/Drupal/Core/Session/RefinableCalculatedPermissionsInterface.php Removes all of the calculated permission items, regardless of scope.
RefinableCalculatedPermissionsInterface::removeItemsByScope function core/lib/Drupal/Core/Session/RefinableCalculatedPermissionsInterface.php Removes all of the calculated permission items for the given scope.
RefinableCalculatedPermissionsTest::testRemoveItem function core/tests/Drupal/Tests/Core/Session/RefinableCalculatedPermissionsTest.php Tests the removal of a calculated permissions item.
RefinableCalculatedPermissionsTest::testRemoveItems function core/tests/Drupal/Tests/Core/Session/RefinableCalculatedPermissionsTest.php Tests the removal of all calculated permissions items.
RefinableCalculatedPermissionsTest::testRemoveItemsByScope function core/tests/Drupal/Tests/Core/Session/RefinableCalculatedPermissionsTest.php Tests the removal of calculated permissions items by scope.
remove-description-from-article-content-type.php file core/modules/node/tests/fixtures/update/remove-description-from-article-content-type.php Empties the description of the `article` content type.
remove-description-from-tags-vocabulary.php file core/modules/taxonomy/tests/fixtures/update/remove-description-from-tags-vocabulary.php Empties the description of the `tags` vocabulary.
remove-format.css file core/modules/ckeditor5/css/remove-format.css .ckeditor5-toolbar-button-removeFormat {
background-image: url(../icons/remove-format.svg);
}
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.

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