Skip to main content
Hostdog docs
Documentation & API reference
Main menu
Drupal 7
Drupal 8
Drupal 9
You are here
Home
»
API reference
»
Drupal 8.x
»
Delete.php
»
Delete
Search Drupal 8.x
Function, class, file, topic, etc.
*
Partial match search is supported
API Navigation
Drupal 8.x
Topics
Classes
Functions
Files
Namespaces
Services
Constants
Globals
Deprecated
108 string references to 'Delete'
ActionListController::getOperations
in drupal/
core/
modules/
action/
lib/
Drupal/
action/
ActionListController.php
Overrides
\Drupal\Core\Entity\EntityListController::getOperations
();
AdminBlockDeleteForm::getConfirmText
in drupal/
core/
modules/
block/
lib/
Drupal/
block/
Form/
AdminBlockDeleteForm.php
Returns a caption for the button that confirms the action.
AggregatorController::adminOverview
in drupal/
core/
modules/
aggregator/
lib/
Drupal/
aggregator/
Controller/
AggregatorController.php
Displays the aggregator administration page.
AggregatorTestBase::deleteFeed
in drupal/
core/
modules/
aggregator/
lib/
Drupal/
aggregator/
Tests/
AggregatorTestBase.php
Deletes an aggregator feed.
aggregator_form_category
in drupal/
core/
modules/
aggregator/
aggregator.admin.inc
Form constructor to add/edit/delete aggregator categories.
aggregator_form_category_submit
in drupal/
core/
modules/
aggregator/
aggregator.admin.inc
Form submission handler for
aggregator_form_category
().
BanDelete::getConfirmText
in drupal/
core/
modules/
ban/
lib/
Drupal/
ban/
Form/
BanDelete.php
Returns a caption for the button that confirms the action.
BlockLanguageTest::testLanguageBlockVisibilityLanguageDelete
in drupal/
core/
modules/
block/
lib/
Drupal/
block/
Tests/
BlockLanguageTest.php
Tests if the visibility settings are removed if the language is deleted.
CommentTestBase::deleteComment
in drupal/
core/
modules/
comment/
lib/
Drupal/
comment/
Tests/
CommentTestBase.php
Deletes a comment.
comment_confirm_delete
in drupal/
core/
modules/
comment/
comment.admin.inc
Form constructor for the confirmation form for comment deletion.
comment_menu
in drupal/
core/
modules/
comment/
comment.module
Implements
hook_menu
().
ConfigEntityListTest::testList
in drupal/
core/
modules/
config/
lib/
Drupal/
config/
Tests/
ConfigEntityListTest.php
Tests entity list controller methods.
ConfigEntityListTest::testListUI
in drupal/
core/
modules/
config/
lib/
Drupal/
config/
Tests/
ConfigEntityListTest.php
Tests the listing UI.
ConfigEntityTest::testCRUDUI
in drupal/
core/
modules/
config/
lib/
Drupal/
config/
Tests/
ConfigEntityTest.php
Tests CRUD operations through the UI.
ConfigTestDeleteForm::getConfirmText
in drupal/
core/
modules/
config/
tests/
config_test/
lib/
Drupal/
config_test/
Form/
ConfigTestDeleteForm.php
Returns a caption for the button that confirms the action.
ConfigTestFormController::form
in drupal/
core/
modules/
config/
tests/
config_test/
lib/
Drupal/
config_test/
ConfigTestFormController.php
Overrides
Drupal\Core\Entity\EntityFormController::form
().
ConfigurationTest::testActionConfiguration
in drupal/
core/
modules/
action/
lib/
Drupal/
action/
Tests/
ConfigurationTest.php
Tests configuration of advanced actions through administration interface.
config_test_menu
in drupal/
core/
modules/
config/
tests/
config_test/
config_test.module
Implements
hook_menu
().
Connection::delete
in drupal/
core/
lib/
Drupal/
Core/
Database/
Connection.php
Prepares and returns a DELETE query object.
ContactSitewideTest::deleteCategories
in drupal/
core/
modules/
contact/
lib/
Drupal/
contact/
Tests/
ContactSitewideTest.php
Deletes all categories.
contact_menu
in drupal/
core/
modules/
contact/
contact.module
Implements
hook_menu
().
CustomBlockCreationTest::testBlockDelete
in drupal/
core/
modules/
block/
custom_block/
lib/
Drupal/
custom_block/
Tests/
CustomBlockCreationTest.php
Test deleting a block.
CustomBlockTypeTest::testCustomBlockTypeEditing
in drupal/
core/
modules/
block/
custom_block/
lib/
Drupal/
custom_block/
Tests/
CustomBlockTypeTest.php
Tests editing a block type using the UI.
custom_block_delete_form
in drupal/
core/
modules/
block/
custom_block/
custom_block.pages.inc
Page callback: Form constructor for the custom block deletion form.
custom_block_menu
in drupal/
core/
modules/
block/
custom_block/
custom_block.module
Implements
hook_menu
().
custom_block_type_delete_form
in drupal/
core/
modules/
block/
custom_block/
custom_block.admin.inc
Page callback: Form constructor for the custom block type deletion form.
DateTimeTest::testDateFormatConfiguration
in drupal/
core/
modules/
system/
lib/
Drupal/
system/
Tests/
System/
DateTimeTest.php
Test date format configuration.
DbLogTest::doNode
in drupal/
core/
modules/
dblog/
lib/
Drupal/
dblog/
Tests/
DbLogTest.php
Generates and then verifies some node events.
DefaultViewsTest::testDefaultViews
in drupal/
core/
modules/
views_ui/
lib/
Drupal/
views_ui/
Tests/
DefaultViewsTest.php
Tests default views.
DeleteForm::getConfirmText
in drupal/
core/
modules/
forum/
lib/
Drupal/
forum/
Form/
DeleteForm.php
Returns a caption for the button that confirms the action.
DeleteForm::getConfirmText
in drupal/
core/
modules/
contact/
lib/
Drupal/
contact/
Form/
DeleteForm.php
Overrides
\Drupal\Core\Form\ConfirmFormBase::getConfirmText
().
DeleteForm::getConfirmText
in drupal/
core/
modules/
views_ui/
lib/
Drupal/
views_ui/
Form/
DeleteForm.php
Implements
\Drupal\Core\Form\ConfirmFormBase::getConfirmText
().
DeleteForm::getConfirmText
in drupal/
core/
modules/
action/
lib/
Drupal/
action/
Form/
DeleteForm.php
Returns a caption for the button that confirms the action.
DeleteMultiple::getConfirmText
in drupal/
core/
modules/
node/
lib/
Drupal/
node/
Form/
DeleteMultiple.php
Returns a caption for the button that confirms the action.
EntityFormController::actions
in drupal/
core/
lib/
Drupal/
Core/
Entity/
EntityFormController.php
Returns an array of supported actions for the current entity form.
EntityFormTest::assertFormCRUD
in drupal/
core/
modules/
system/
lib/
Drupal/
system/
Tests/
Entity/
EntityFormTest.php
Executes the form CRUD tests for the given entity type.
EntityListController::getOperations
in drupal/
core/
lib/
Drupal/
Core/
Entity/
EntityListController.php
Implements
\Drupal\Core\Entity\EntityListControllerInterface::getOperations
().
EntityTranslationUITest::assertTranslationDeletion
in drupal/
core/
modules/
translation_entity/
lib/
Drupal/
translation_entity/
Tests/
EntityTranslationUITest.php
Tests translation deletion.
EntityTranslationWorkflowsTest::testWorkflows
in drupal/
core/
modules/
translation_entity/
lib/
Drupal/
translation_entity/
Tests/
EntityTranslationWorkflowsTest.php
Test simple and editorial translation workflows.
FeedDelete::getConfirmText
in drupal/
core/
modules/
aggregator/
lib/
Drupal/
aggregator/
Form/
FeedDelete.php
Returns a caption for the button that confirms the action.
FieldDeleteForm::getConfirmText
in drupal/
core/
modules/
field_ui/
lib/
Drupal/
field_ui/
Form/
FieldDeleteForm.php
Returns a caption for the button that confirms the action.
FieldOverview::buildForm
in drupal/
core/
modules/
field_ui/
lib/
Drupal/
field_ui/
FieldOverview.php
Implements
\Drupal\Core\Form\FormInterface::buildForm
().
FieldUiTestBase::fieldUIDeleteField
in drupal/
core/
modules/
field_ui/
lib/
Drupal/
field_ui/
Tests/
FieldUiTestBase.php
Deletes a field instance through the Field UI.
field_ui_menu
in drupal/
core/
modules/
field_ui/
field_ui.module
Implements
hook_menu
().
FileFieldRevisionTest::testRevisions
in drupal/
core/
modules/
file/
lib/
Drupal/
file/
Tests/
FileFieldRevisionTest.php
Tests creating multiple revisions of a node and managing attached files.
form_test_button_class
in drupal/
core/
modules/
system/
tests/
modules/
form_test/
form_test.module
Builds a simple form to test form button classes.
ForumTest::deleteForum
in drupal/
core/
modules/
forum/
lib/
Drupal/
forum/
Tests/
ForumTest.php
Deletes a forum.
ForumTest::doAdminTests
in drupal/
core/
modules/
forum/
lib/
Drupal/
forum/
Tests/
ForumTest.php
Runs admin tests on the admin user.
ForumTest::verifyForums
in drupal/
core/
modules/
forum/
lib/
Drupal/
forum/
Tests/
ForumTest.php
Verifies that the logged in user has access to a forum node.
forum_form_container
in drupal/
core/
modules/
forum/
forum.admin.inc
Form constructor for adding and editing forum containers.
forum_form_forum
in drupal/
core/
modules/
forum/
forum.admin.inc
Form constructor for adding and editing a forum.
ImageAdminStylesTest::testStyle
in drupal/
core/
modules/
image/
lib/
Drupal/
image/
Tests/
ImageAdminStylesTest.php
General test to add a style, add/remove/edit effects to it, then delete it.
ImageAdminStylesTest::testStyleReplacement
in drupal/
core/
modules/
image/
lib/
Drupal/
image/
Tests/
ImageAdminStylesTest.php
Test deleting a style and choosing a replacement style.
ImageEffectDeleteForm::getConfirmText
in drupal/
core/
modules/
image/
lib/
Drupal/
image/
Form/
ImageEffectDeleteForm.php
Returns a caption for the button that confirms the action.
ImageStyleDeleteForm::getConfirmText
in drupal/
core/
modules/
image/
lib/
Drupal/
image/
Form/
ImageStyleDeleteForm.php
Returns a caption for the button that confirms the action.
ImageStyleFlushTest::testFlush
in drupal/
core/
modules/
image/
lib/
Drupal/
image/
Tests/
ImageStyleFlushTest.php
General test to flush a style.
image_menu
in drupal/
core/
modules/
image/
image.module
Implements
hook_menu
().
LanguageConfigurationTest::testLanguageConfigurationWeight
in drupal/
core/
modules/
language/
lib/
Drupal/
language/
Tests/
LanguageConfigurationTest.php
Functional tests for setting system language weight on adding, editing and deleting languages.
LanguageListTest::testLanguageList
in drupal/
core/
modules/
language/
lib/
Drupal/
language/
Tests/
LanguageListTest.php
Functional tests for adding, editing and deleting languages.
LanguagePathMonolingualTest::setUp
in drupal/
core/
modules/
language/
lib/
Drupal/
language/
Tests/
LanguagePathMonolingualTest.php
Sets up a Drupal site for running functional and integration tests.
language_admin_delete_form
in drupal/
core/
modules/
language/
language.admin.inc
User interface for the language deletion confirmation screen.
LinkDelete::getConfirmText
in drupal/
core/
modules/
shortcut/
lib/
Drupal/
shortcut/
Form/
LinkDelete.php
Returns a caption for the button that confirms the action.
LocaleTranslationTest::testStringTranslation
in drupal/
core/
modules/
locale/
lib/
Drupal/
locale/
Tests/
LocaleTranslationTest.php
Adds a language and tests string translation by users with the appropriate permissions.
LocaleUpdateTest::testEnableDisableLanguage
in drupal/
core/
modules/
locale/
lib/
Drupal/
locale/
Tests/
LocaleUpdateTest.php
Tests automatic translation import when a langauge is enabled.
MenuDeleteMenuForm::getConfirmText
in drupal/
core/
modules/
menu/
lib/
Drupal/
menu/
Form/
MenuDeleteMenuForm.php
Returns a caption for the button that confirms the action.
MenuTest::deleteCustomMenu
in drupal/
core/
modules/
menu/
lib/
Drupal/
menu/
Tests/
MenuTest.php
Delete custom menu.
Node::buildOptionsForm
in drupal/
core/
modules/
node/
lib/
Drupal/
node/
Plugin/
views/
argument_validator/
Node.php
Provide the default form for setting options.
NodeRevisionsAllTestCase::testRevisions
in drupal/
core/
modules/
node/
lib/
Drupal/
node/
Tests/
NodeRevisionsAllTestCase.php
Checks node revision operations.
NodeRevisionsTest::testRevisions
in drupal/
core/
modules/
node/
lib/
Drupal/
node/
Tests/
NodeRevisionsTest.php
Checks node revision related operations.
NodeTypeTest::testNodeTypeEditing
in drupal/
core/
modules/
node/
lib/
Drupal/
node/
Tests/
NodeTypeTest.php
Tests editing a node type using the UI.
node_admin_nodes
in drupal/
core/
modules/
node/
node.admin.inc
Returns the admin form object to node_admin_content().
node_delete_confirm
in drupal/
core/
modules/
node/
node.pages.inc
Page callback: Form constructor for node deletion confirmation form.
node_menu
in drupal/
core/
modules/
node/
node.module
Implements
hook_menu
().
node_overview_types
in drupal/
core/
modules/
node/
content_types.inc
Page callback: Displays the content type admin overview page.
node_revision_delete_confirm
in drupal/
core/
modules/
node/
node.pages.inc
Page callback: Form constructor for the revision deletion confirmation form.
node_revision_overview
in drupal/
core/
modules/
node/
node.pages.inc
Page callback: Generates an overview table of older revisions of a node.
node_type_delete_confirm
in drupal/
core/
modules/
node/
content_types.inc
Page callback: Form constructor for the content type delete form.
PageEditTest::testPageEdit
in drupal/
core/
modules/
block/
custom_block/
lib/
Drupal/
custom_block/
Tests/
PageEditTest.php
Checks block edit functionality.
PathAliasTest::testAdminAlias
in drupal/
core/
modules/
path/
lib/
Drupal/
path/
Tests/
PathAliasTest.php
Tests alias functionality through the admin interfaces.
path_admin_form
in drupal/
core/
modules/
path/
path.admin.inc
Form constructor for the path administration form.
PictureAdminUITest::testPictureAdmin
in drupal/
core/
modules/
picture/
lib/
Drupal/
picture/
Tests/
PictureAdminUITest.php
Test picture administration functionality.
PictureMappingActionConfirmForm::getConfirmText
in drupal/
core/
modules/
picture/
lib/
Drupal/
picture/
Form/
PictureMappingActionConfirmForm.php
Returns a caption for the button that confirms the action.
picture_menu
in drupal/
core/
modules/
picture/
picture.module
Implements
hook_menu
().
RevisionLinkDelete::render_link
in drupal/
core/
modules/
node/
lib/
Drupal/
node/
Plugin/
views/
field/
RevisionLinkDelete.php
SearchLanguageTest::testLanguages
in drupal/
core/
modules/
search/
lib/
Drupal/
search/
Tests/
SearchLanguageTest.php
SetDelete::getConfirmText
in drupal/
core/
modules/
shortcut/
lib/
Drupal/
shortcut/
Form/
SetDelete.php
Returns a caption for the button that confirms the action.
ShortcutLinksTest::testShortcutLinkDelete
in drupal/
core/
modules/
shortcut/
lib/
Drupal/
shortcut/
Tests/
ShortcutLinksTest.php
Tests deleting a shortcut link.
ShortcutSetsTest::testShortcutSetDelete
in drupal/
core/
modules/
shortcut/
lib/
Drupal/
shortcut/
Tests/
ShortcutSetsTest.php
Tests deleting a shortcut set.
shortcut_set_customize
in drupal/
core/
modules/
shortcut/
shortcut.admin.inc
Form callback: builds the form for customizing shortcut sets.
system_date_time_formats
in drupal/
core/
modules/
system/
system.admin.inc
Displays the date format strings overview page.
taxonomy_menu
in drupal/
core/
modules/
taxonomy/
taxonomy.module
Implements
hook_menu
().
taxonomy_term_confirm_delete
in drupal/
core/
modules/
taxonomy/
taxonomy.admin.inc
Form builder for the term delete form.
taxonomy_vocabulary_confirm_delete
in drupal/
core/
modules/
taxonomy/
taxonomy.admin.inc
Form builder for the vocabulary delete confirmation form.
TermTest::testNodeTermCreationAndDeletion
in drupal/
core/
modules/
taxonomy/
lib/
Drupal/
taxonomy/
Tests/
TermTest.php
Test term creation with a free-tagging vocabulary from the node form.
TermTest::testTermInterface
in drupal/
core/
modules/
taxonomy/
lib/
Drupal/
taxonomy/
Tests/
TermTest.php
Save, edit and delete a term using the user interface.
theme_book_admin_table
in drupal/
core/
modules/
book/
book.admin.inc
Returns HTML for a book administration form.
theme_language_negotiation_configure_browser_form_table
in drupal/
core/
modules/
language/
language.admin.inc
Theme browser configuration form as table.
TranslationTest::testContentTranslation
in drupal/
core/
modules/
translation/
lib/
Drupal/
translation/
Tests/
TranslationTest.php
Creates, modifies, and updates a basic page with a translation.
translation_entity_delete_confirm
in drupal/
core/
modules/
translation_entity/
translation_entity.pages.inc
Form constructor for the translation deletion confirmation.
translation_entity_menu
in drupal/
core/
modules/
translation_entity/
translation_entity.module
Implements
hook_menu
().
translation_entity_overview
in drupal/
core/
modules/
translation_entity/
translation_entity.pages.inc
Translations overview page callback.
UserRoleAdminTest::testRoleAdministration
in drupal/
core/
modules/
user/
lib/
Drupal/
user/
Tests/
UserRoleAdminTest.php
Test adding, renaming and deleting roles.
UserRoleDelete::getConfirmText
in drupal/
core/
modules/
user/
lib/
Drupal/
user/
Form/
UserRoleDelete.php
Returns a caption for the button that confirms the action.
views.view.content.yml
in drupal/
core/
modules/
node/
config/
views.view.content.yml
drupal/core/modules/node/config/views.view.content.yml
VocabularyFormController::submit
in drupal/
core/
modules/
taxonomy/
lib/
Drupal/
taxonomy/
VocabularyFormController.php
Overrides
Drupal\Core\Entity\EntityFormController::submit
().
VocabularyPermissionsTest::testVocabularyPermissionsTaxonomyTerm
in drupal/
core/
modules/
taxonomy/
lib/
Drupal/
taxonomy/
Tests/
VocabularyPermissionsTest.php
Create, edit and delete a taxonomy term via the user interface.
VocabularyTest::testTaxonomyAdminDeletingVocabulary
in drupal/
core/
modules/
taxonomy/
lib/
Drupal/
taxonomy/
Tests/
VocabularyTest.php
Deleting a vocabulary.
_menu_overview_tree_form
in drupal/
core/
modules/
menu/
menu.admin.inc
Recursive helper function for
menu_overview_form
().