381 string references to 'Delete'
- AccessTest::testFileAccess in core/modules/ file/ tests/ src/ Kernel/ AccessTest.php 
- Tests 'update' and 'delete' access to file entities.
- BanAdmin::buildForm in core/modules/ ban/ src/ Form/ BanAdmin.php 
- BanDelete::getConfirmText in core/modules/ ban/ src/ Form/ BanDelete.php 
- Returns a caption for the button that confirms the action.
- BlockContentAccessHandlerTest::providerTestAccess in core/modules/ block_content/ tests/ src/ Kernel/ BlockContentAccessHandlerTest.php 
- Data provider for testAccess().
- BlockContentCreationTest::testBlockDelete in core/modules/ block_content/ tests/ src/ Functional/ BlockContentCreationTest.php 
- Tests deleting a block.
- BlockContentListTest::testListing in core/modules/ block_content/ tests/ src/ Functional/ BlockContentListTest.php 
- Tests the content block listing page with different permissions.
- BlockContentListViewsTest::testListing in core/modules/ block_content/ tests/ src/ Functional/ BlockContentListViewsTest.php 
- Tests the content block listing page.
- BlockContentResourceTestBase::setUpAuthorization in core/modules/ block_content/ tests/ src/ Functional/ Rest/ BlockContentResourceTestBase.php 
- Sets up the necessary authorization.
- BlockContentRevisionDeleteTest::testDeleteForm in core/modules/ block_content/ tests/ src/ Functional/ BlockContentRevisionDeleteTest.php 
- Tests revision delete.
- BlockContentRevisionVersionHistoryTest::testVersionHistory in core/modules/ block_content/ tests/ src/ Functional/ BlockContentRevisionVersionHistoryTest.php 
- Tests version history page.
- BlockContentTest::setUpAuthorization in core/modules/ jsonapi/ tests/ src/ Functional/ BlockContentTest.php 
- Sets up the necessary authorization.
- BlockContentTypeTest::testBlockContentTypeEditing in core/modules/ block_content/ tests/ src/ Functional/ BlockContentTypeTest.php 
- Tests editing a block type using the UI.
- BlockLanguageTest::testLanguageBlockVisibilityLanguageDelete in core/modules/ block/ tests/ src/ Functional/ BlockLanguageTest.php 
- Tests if the visibility settings are removed if the language is deleted.
- block_content.links.task.yml in core/modules/ block_content/ block_content.links.task.yml 
- core/modules/block_content/block_content.links.task.yml
- block_content.routing.yml in core/modules/ block_content/ block_content.routing.yml 
- core/modules/block_content/block_content.routing.yml
- BookAdminEditForm::bookAdminTableTree in core/modules/ book/ src/ Form/ BookAdminEditForm.php 
- Helps build the main table in the book administration page form.
- BookTest::testBookDelete in core/modules/ book/ tests/ src/ Functional/ BookTest.php 
- Tests the access for deleting top-level book nodes.
- book_form_node_confirm_form_alter in core/modules/ book/ book.module 
- Implements hook_form_BASE_FORM_ID_alter() for \Drupal\node\Form\NodeDeleteForm.
- BulkFormAccessTest::testNodeDeleteAccess in core/modules/ node/ tests/ src/ Functional/ Views/ BulkFormAccessTest.php 
- Tests if nodes that may not be deleted, can not be deleted in bulk.
- BulkFormAccessTest::testNodeDeleteAccess in core/modules/ node/ tests/ src/ Functional/ Views/ BulkFormAccessTest.php 
- Tests if nodes that may not be deleted, can not be deleted in bulk.
- BulkFormTest::testBulkDeletion in core/modules/ node/ tests/ src/ Functional/ Views/ BulkFormTest.php 
- Tests multiple deletion.
- BulkFormTest::testBulkForm in core/modules/ views/ tests/ src/ Functional/ BulkFormTest.php 
- Tests the bulk form.
- BulkOperationsTest::testBulkOperations in core/modules/ views/ tests/ src/ FunctionalJavascript/ Plugin/ BulkOperationsTest.php 
- BundleConfigImportValidate::onConfigImporterValidate in core/lib/ Drupal/ Core/ Entity/ Event/ BundleConfigImportValidate.php 
- Ensures bundles that will be deleted are not in use.
- CacheCollectorTest::testUpdateCacheClearTags in core/tests/ Drupal/ Tests/ Core/ Cache/ CacheCollectorTest.php 
- Tests a clear of the cache collector using tags.
- CachedDataUITest::testCacheData in core/modules/ views_ui/ tests/ src/ Functional/ CachedDataUITest.php 
- Tests the shared tempstore views data in the UI.
- CancelUser::access in core/modules/ user/ src/ Plugin/ Action/ CancelUser.php 
- Checks object access.
- CheckpointStorageTest::writeMethodsProvider in core/tests/ Drupal/ Tests/ Core/ Config/ Checkpoint/ CheckpointStorageTest.php 
- Provide the methods that throw an exception.
- CommandLineOrUnsafeMethodTest::providerTestHttpMethod in core/tests/ Drupal/ Tests/ Core/ PageCache/ CommandLineOrUnsafeMethodTest.php 
- Provides test data and expected results for the HTTP method test.
- comment.links.task.yml in core/modules/ comment/ comment.links.task.yml 
- core/modules/comment/comment.links.task.yml
- comment.routing.yml in core/modules/ comment/ comment.routing.yml 
- core/modules/comment/comment.routing.yml
- CommentAdminOverview::submitForm in core/modules/ comment/ src/ Form/ CommentAdminOverview.php 
- Form submission handler.
- CommentAdminTest::testApprovalAdminInterface in core/modules/ comment/ tests/ src/ Functional/ CommentAdminTest.php 
- Tests comment approval functionality through admin/content/comment.
- CommentAdminTest::testApprovalAdminInterface in core/modules/ comment/ tests/ src/ Functional/ CommentAdminTest.php 
- Tests comment approval functionality through admin/content/comment.
- CommentAdminTest::testApprovalAdminInterface in core/modules/ comment/ tests/ src/ Functional/ Views/ CommentAdminTest.php 
- Tests comment approval functionality through admin/content/comment.
- CommentAdminTest::testCommentedTranslationDeletion in core/modules/ comment/ tests/ src/ Functional/ CommentAdminTest.php 
- Tests commented translation deletion admin view.
- CommentAdminTest::testCommentedTranslationDeletion in core/modules/ comment/ tests/ src/ Functional/ CommentAdminTest.php 
- Tests commented translation deletion admin view.
- CommentAnonymousTest::testAnonymous in core/modules/ comment/ tests/ src/ Functional/ CommentAnonymousTest.php 
- Tests anonymous comment functionality.
- CommentLazyBuilders::buildLinks in core/modules/ comment/ src/ CommentLazyBuilders.php 
- Build the default links (reply, edit, delete …) for a comment.
- CommentLazyBuilders::buildLinks in core/modules/ comment/ src/ CommentLazyBuilders.php 
- Build the default links (reply, edit, delete …) for a comment.
- CommentNonNodeTest::performCommentOperation in core/modules/ comment/ tests/ src/ Functional/ CommentNonNodeTest.php 
- Performs the specified operation on the specified comment.
- CommentNonNodeTest::performCommentOperation in core/modules/ comment/ tests/ src/ Functional/ CommentNonNodeTest.php 
- Performs the specified operation on the specified comment.
- CommentNonNodeTest::testCommentFunctionality in core/modules/ comment/ tests/ src/ Functional/ CommentNonNodeTest.php 
- Tests anonymous comment functionality.
- CommentResourceTestBase::getExpectedUnauthorizedAccessMessage in core/modules/ comment/ tests/ src/ Functional/ Rest/ CommentResourceTestBase.php 
- Return the expected error message.
- CommentResourceTestBase::setUpAuthorization in core/modules/ comment/ tests/ src/ Functional/ Rest/ CommentResourceTestBase.php 
- Sets up the necessary authorization.
- CommentTest::setUpAuthorization in core/modules/ jsonapi/ tests/ src/ Functional/ CommentTest.php 
- Sets up the necessary authorization.
- CommentTestBase::deleteComment in core/modules/ comment/ tests/ src/ Functional/ CommentTestBase.php 
- Deletes a comment.
- CommentTestBase::performCommentOperation in core/modules/ comment/ tests/ src/ Functional/ CommentTestBase.php 
- Performs the specified operation on the specified comment.
- CommentTestBase::performCommentOperation in core/modules/ comment/ tests/ src/ Functional/ CommentTestBase.php 
- Performs the specified operation on the specified comment.
- CommentTypeTest::testCommentTypeDeletion in core/modules/ comment/ tests/ src/ Functional/ CommentTypeTest.php 
- Tests deleting a comment type that still has content.
- CommentTypeTest::testCommentTypeEditing in core/modules/ comment/ tests/ src/ Functional/ CommentTypeTest.php 
- Tests editing a comment type using the UI.
- ConfigDependencyWebTest::testConfigDependencyDeleteFormTrait in core/modules/ config/ tests/ src/ Functional/ ConfigDependencyWebTest.php 
- Tests ConfigDependencyDeleteFormTrait.
- ConfigDiffTest::testDiff in core/tests/ Drupal/ KernelTests/ Core/ Config/ ConfigDiffTest.php 
- Tests calculating the difference between two sets of configuration.
- ConfigEntityListTest::testList in core/modules/ config/ tests/ src/ Functional/ ConfigEntityListTest.php 
- Tests entity list builder methods.
- ConfigEntityListTest::testListUI in core/modules/ config/ tests/ src/ Functional/ ConfigEntityListTest.php 
- Tests the listing UI.
- ConfigEntityTest::testCrudUi in core/modules/ config/ tests/ src/ Functional/ ConfigEntityTest.php 
- Tests CRUD operations through the UI.
- ConfigImporter::checkOp in core/lib/ Drupal/ Core/ Config/ ConfigImporter.php 
- Checks that the operation is still valid.
- ConfigImporter::getNextConfigurationOperation in core/lib/ Drupal/ Core/ Config/ ConfigImporter.php 
- Gets the next configuration operation to perform.
- ConfigImporter::hasUnprocessedConfigurationChanges in core/lib/ Drupal/ Core/ Config/ ConfigImporter.php 
- Checks if there are any unprocessed configuration changes.
- ConfigImporter::importConfig in core/lib/ Drupal/ Core/ Config/ ConfigImporter.php 
- Writes a configuration change from the source to the target storage.
- ConfigImporter::processConfigurations in core/lib/ Drupal/ Core/ Config/ ConfigImporter.php 
- Processes configuration as a batch operation.
- ConfigImporterFieldPurger::initializeSandbox in core/modules/ field/ src/ ConfigImporterFieldPurger.php 
- Initializes the batch context sandbox for processing field deletions.
- ConfigImporterFieldPurger::process in core/modules/ field/ src/ ConfigImporterFieldPurger.php 
- Processes fields targeted for purge as part of a configuration sync.
- ConfigImportRecreateTest::testRecreateEntity in core/tests/ Drupal/ KernelTests/ Core/ Config/ ConfigImportRecreateTest.php 
- ConfigImportSubscriber::onConfigImporterValidate in core/modules/ content_moderation/ src/ EventSubscriber/ ConfigImportSubscriber.php 
- Checks that the configuration synchronization is valid.
- ConfigImportSubscriber::onConfigImporterValidate in core/lib/ Drupal/ Core/ EventSubscriber/ ConfigImportSubscriber.php 
- Validates the configuration to be imported.
- ConfigSync::buildForm in core/modules/ config/ src/ Form/ ConfigSync.php 
- Form constructor.
- ConfigTestForm::form in core/modules/ config/ tests/ config_test/ src/ ConfigTestForm.php 
- Gets the actual form array to be built.
- ConfigTranslationController::itemPage in core/modules/ config_translation/ src/ Controller/ ConfigTranslationController.php 
- Language translations overview page for a configuration name.
- ConfigTranslationDeleteForm::getConfirmText in core/modules/ config_translation/ src/ Form/ ConfigTranslationDeleteForm.php 
- Returns a caption for the button that confirms the action.
- ConfigTranslationUiModulesTest::testContactConfigEntityTranslation in core/modules/ config_translation/ tests/ src/ Functional/ ConfigTranslationUiModulesTest.php 
- Tests the contact form translation.
- ConfigTranslationUiTest::testConfigTranslationDialog in core/modules/ config_translation/ tests/ src/ FunctionalJavascript/ ConfigTranslationUiTest.php 
- Tests that the add, edit and delete operations open in a modal.
- ConfigTranslationUiTest::testSingleLanguageUI in core/modules/ config_translation/ tests/ src/ Functional/ ConfigTranslationUiTest.php 
- Tests the single language existing.
- ConfigurationTest::testActionConfiguration in core/modules/ action/ tests/ src/ Functional/ ConfigurationTest.php 
- Tests configuration of advanced actions through administration interface.
- config_test_config_test_delete in core/modules/ config/ tests/ config_test/ config_test.hooks.inc 
- Implements hook_config_test_delete().
- Connection::delete in core/lib/ Drupal/ Core/ Database/ Connection.php 
- Prepares and returns a DELETE query object.
- Connection::getDriverClass in core/lib/ Drupal/ Core/ Database/ Connection.php 
- Gets the driver-specific override class if any for the specified class.
- ConnectionTest::providerGetDriverClass in core/tests/ Drupal/ Tests/ Core/ Database/ ConnectionTest.php 
- Data provider for testGetDriverClass().
- contact.routing.yml in core/modules/ contact/ contact.routing.yml 
- core/modules/contact/contact.routing.yml
- ContactFormAccessControlHandler::checkAccess in core/modules/ contact/ src/ ContactFormAccessControlHandler.php 
- Performs access checks.
- ContactSitewideTest::deleteContactForms in core/modules/ contact/ tests/ src/ Functional/ ContactSitewideTest.php 
- Deletes all forms.
- ContentEntityStorageBase::doDelete in core/lib/ Drupal/ Core/ Entity/ ContentEntityStorageBase.php 
- Performs storage-specific entity deletion.
- ContentModerationStateAccessControlHandlerTest::testHandler in core/modules/ content_moderation/ tests/ src/ Kernel/ ContentModerationStateAccessControlHandlerTest.php 
- @covers ::checkAccess[[api-linebreak]] @covers ::checkCreateAccess[[api-linebreak]]
- ContentModerationWorkflowTypeTest::testNewWorkflow in core/modules/ content_moderation/ tests/ src/ Functional/ ContentModerationWorkflowTypeTest.php 
- Tests creating a new workflow using the content moderation plugin.
- ContentTranslationController::overview in core/modules/ content_translation/ src/ Controller/ ContentTranslationController.php 
- Builds the translations overview page.
- ContentTranslationController::overview in core/modules/ content_translation/ src/ Controller/ ContentTranslationController.php 
- Builds the translations overview page.
- ContentTranslationHandler::entityFormAlter in core/modules/ content_translation/ src/ ContentTranslationHandler.php 
- Performs the needed alterations to the entity form.
- ContentTranslationHandler::entityFormDeleteTranslation in core/modules/ content_translation/ src/ ContentTranslationHandler.php 
- Form submission handler for ContentTranslationHandler::entityFormAlter().
- ContentTranslationHandler::entityFormDeleteTranslationUrl in core/modules/ content_translation/ src/ ContentTranslationHandler.php 
- Form submission handler for ContentTranslationHandler::entityFormAlter().
- ContentTranslationManageAccessCheck::access in core/modules/ content_translation/ src/ Access/ ContentTranslationManageAccessCheck.php 
- Checks translation access for the entity and operation on the given route.
- ContentTranslationPendingRevisionTestBase::getDeleteUrl in core/modules/ content_translation/ tests/ src/ Functional/ ContentTranslationPendingRevisionTestBase.php 
- Returns the delete translation URL for the specified entity.
- ContentTranslationRevisionTranslationDeletionTest::doTestOverview in core/modules/ content_translation/ tests/ src/ Functional/ ContentTranslationRevisionTranslationDeletionTest.php 
- Performs a test run.
- ContentTranslationRouteSubscriber::alterRoutes in core/modules/ content_translation/ src/ Routing/ ContentTranslationRouteSubscriber.php 
- Alters existing routes for a specific collection.
- ContentTranslationRouteSubscriber::alterRoutes in core/modules/ content_translation/ src/ Routing/ ContentTranslationRouteSubscriber.php 
- Alters existing routes for a specific collection.
- ContentTranslationWorkflowsTest::doTestWorkflows in core/modules/ content_translation/ tests/ src/ Functional/ ContentTranslationWorkflowsTest.php 
- Checks that workflows have the expected behaviors for the given user.
- ContentTranslationWorkflowsTest::testWorkflows in core/modules/ content_translation/ tests/ src/ Functional/ ContentTranslationWorkflowsTest.php 
- Tests simple and editorial translation workflows.
- ContentTypeHeaderMatcher::filter in core/lib/ Drupal/ Core/ Routing/ ContentTypeHeaderMatcher.php 
- Filters the route collection against a request.
- ContentTypeHeaderMatcherTest::providerTestSafeRequestFilter in core/tests/ Drupal/ Tests/ Core/ Routing/ ContentTypeHeaderMatcherTest.php 
- ContextualLinksTest::testRevisionContextualLinks in core/modules/ node/ tests/ src/ FunctionalJavascript/ ContextualLinksTest.php 
- Tests the contextual links on revisions.
- DateFormatAccessControlHandler::checkAccess in core/modules/ system/ src/ DateFormatAccessControlHandler.php 
- Performs access checks.
- DateFormatAccessControlHandlerTest::testAccess in core/modules/ system/ tests/ src/ Kernel/ DateFormatAccessControlHandlerTest.php 
- @covers ::checkAccess[[api-linebreak]] @covers ::checkCreateAccess[[api-linebreak]] @dataProvider testAccessProvider
- DateTimeTest::testDateFormatConfiguration in core/modules/ system/ tests/ src/ Functional/ System/ DateTimeTest.php 
- Tests date format configuration.
- dblog.links.task.yml in core/modules/ dblog/ dblog.links.task.yml 
- core/modules/dblog/dblog.links.task.yml
- DbLogTest::doNode in core/modules/ dblog/ tests/ src/ Functional/ DbLogTest.php 
- Generates and then verifies some node events.
- DefaultViewsTest::testDefaultViews in core/modules/ views_ui/ tests/ src/ Functional/ DefaultViewsTest.php 
- Tests default views.
- DeleteAction::access in core/lib/ Drupal/ Core/ Action/ Plugin/ Action/ DeleteAction.php 
- Checks object access.
- DeleteActionTest::testGetDerivativeDefinitions in core/tests/ Drupal/ KernelTests/ Core/ Action/ DeleteActionTest.php 
- @covers \Drupal\Core\Action\Plugin\Action\Derivative\EntityDeleteActionDeriver::getDerivativeDefinitions[[api-linebreak]]
- DeleteForm::getConfirmText in core/modules/ forum/ src/ Form/ DeleteForm.php 
- Returns a caption for the button that confirms the action.
- DeleteMultipleForm::getConfirmText in core/lib/ Drupal/ Core/ Entity/ Form/ DeleteMultipleForm.php 
- Returns a caption for the button that confirms the action.
- DeleteMultipleForm::submitForm in core/lib/ Drupal/ Core/ Entity/ Form/ DeleteMultipleForm.php 
- Form submission handler.
- DeleteMultipleFormTest::testTranslatableEntities in core/tests/ Drupal/ FunctionalTests/ Entity/ DeleteMultipleFormTest.php 
- Tests the delete form for translatable entities.
- DeleteMultipleFormTest::testUntranslatableEntities in core/tests/ Drupal/ FunctionalTests/ Entity/ DeleteMultipleFormTest.php 
- Tests the delete form for untranslatable entities.
- DeleteTest::testInUse in core/modules/ file/ tests/ src/ Kernel/ DeleteTest.php 
- Tries deleting a file that is in use.
- DeleteTest::testUnused in core/modules/ file/ tests/ src/ Kernel/ DeleteTest.php 
- Tries deleting a normal file (as opposed to a directory, symlink, etc).
- DiffFormatter::_block in core/lib/ Drupal/ Component/ Diff/ DiffFormatter.php 
- DriverSpecificSchemaTestBase::testReservedKeywordsForNaming in core/tests/ Drupal/ KernelTests/ Core/ Database/ DriverSpecificSchemaTestBase.php 
- Tests handling with reserved keywords for naming tables, fields and more.
- DynamicLocalTasks::getDerivativeDefinitions in core/modules/ media/ src/ Plugin/ Derivative/ DynamicLocalTasks.php 
- Gets the definition of all derivatives of a base plugin.
- Entity::buildOptionsForm in core/modules/ views/ src/ Plugin/ views/ argument_validator/ Entity.php 
- Provides the default form for setting options.
- EntityAccess::entityOperationAccess in core/modules/ workspaces/ src/ EntityAccess.php 
- Implements a hook bridge for hook_entity_access().
- EntityAccessControlHandler::checkAccess in core/lib/ Drupal/ Core/ Entity/ EntityAccessControlHandler.php 
- Performs access checks.
- EntityAccessControlHandlerTest::testEntityWithoutUuidAccessCache in core/tests/ Drupal/ KernelTests/ Core/ Entity/ EntityAccessControlHandlerTest.php 
- Ensures the static access cache works correctly in the absence of a UUID.
- EntityAccessControlHandlerTest::testEntityWithUuidAccessCache in core/tests/ Drupal/ KernelTests/ Core/ Entity/ EntityAccessControlHandlerTest.php 
- Ensures the static access cache works correctly with a UUID and revisions.
- EntityDeleteFormTrait::getConfirmText in core/lib/ Drupal/ Core/ Entity/ EntityDeleteFormTrait.php 
- EntityDeleteMultipleAccessCheck::access in core/lib/ Drupal/ Core/ Entity/ EntityDeleteMultipleAccessCheck.php 
- Checks if the user has delete access for at least one item of the store.
- EntityDisplayModeTest::testEntityFormModeUI in core/modules/ field_ui/ tests/ src/ Functional/ EntityDisplayModeTest.php 
- Tests the EntityFormMode user interface.
- EntityDisplayModeTest::testEntityViewModeUI in core/modules/ field_ui/ tests/ src/ Functional/ EntityDisplayModeTest.php 
- Tests the EntityViewMode user interface.
- EntityForm::actions in core/lib/ Drupal/ Core/ Entity/ EntityForm.php 
- Returns an array of supported actions for the current entity form.
- EntityForm::actions in core/lib/ Drupal/ Core/ Entity/ EntityForm.php 
- Returns an array of supported actions for the current entity form.
- EntityFormDisplayAccessControlHandlerTest::assertAllowOperations in core/tests/ Drupal/ Tests/ Core/ Entity/ Access/ EntityFormDisplayAccessControlHandlerTest.php 
- Assert method to verify the access by operations.
- EntityFormDisplayAccessControlHandlerTest::testAccess in core/tests/ Drupal/ Tests/ Core/ Entity/ Access/ EntityFormDisplayAccessControlHandlerTest.php 
- @covers ::access[[api-linebreak]] @covers ::checkAccess[[api-linebreak]]
- EntityFormTest::doTestFormCRUD in core/modules/ system/ tests/ src/ Functional/ Entity/ EntityFormTest.php 
- Executes the form CRUD tests for the given entity type.
- EntityFormTest::doTestMultilingualFormCRUD in core/modules/ system/ tests/ src/ Functional/ Entity/ EntityFormTest.php 
- Executes the multilingual form CRUD tests for the given entity type ID.
- EntityFormTest::providerTestFormIds in core/tests/ Drupal/ Tests/ Core/ Entity/ EntityFormTest.php 
- Provides test data for testFormId().
- EntityLinkDelete::getDefaultLabel in core/modules/ views/ src/ Plugin/ views/ field/ EntityLinkDelete.php 
- Returns the default label for this link.
- EntityListBuilder::getDefaultOperations in core/lib/ Drupal/ Core/ Entity/ EntityListBuilder.php 
- Gets this list's default operations.
- EntityListBuilder::getDefaultOperations in core/lib/ Drupal/ Core/ Entity/ EntityListBuilder.php 
- Gets this list's default operations.
- EntityListBuilderTest::testGetOperations in core/tests/ Drupal/ Tests/ Core/ Entity/ EntityListBuilderTest.php 
- @covers ::getOperations[[api-linebreak]]
- EntityResource::availableMethods in core/modules/ rest/ src/ Plugin/ rest/ resource/ EntityResource.php 
- Returns the available HTTP request methods on this plugin.
- EntityResource::deserialize in core/modules/ jsonapi/ src/ Controller/ EntityResource.php 
- Deserializes a request body, if any.
- EntityResource::getBaseRoute in core/modules/ rest/ src/ Plugin/ rest/ resource/ EntityResource.php 
- Gets the base route for a particular method.
- EntityResourceTestBase::getExpectedUnauthorizedAccessMessage in core/modules/ rest/ tests/ src/ Functional/ EntityResource/ EntityResourceTestBase.php 
- Return the expected error message.
- EntityResourceTestBase::testDelete in core/modules/ rest/ tests/ src/ Functional/ EntityResource/ EntityResourceTestBase.php 
- Tests a DELETE request for an entity, plus edge cases to ensure good DX.
- EntityTestAccessControlHandler::checkAccess in core/modules/ system/ tests/ modules/ entity_test/ src/ EntityTestAccessControlHandler.php 
- Performs access checks.
- EntityTestComputedFieldTest::setUpAuthorization in core/modules/ jsonapi/ tests/ src/ Functional/ EntityTestComputedFieldTest.php 
- Sets up the necessary authorization.
- EntityTestLabelResourceTestBase::getExpectedUnauthorizedAccessMessage in core/modules/ system/ tests/ modules/ entity_test/ tests/ src/ Functional/ Rest/ EntityTestLabelResourceTestBase.php 
- Return the expected error message.
- EntityTestLabelResourceTestBase::setUpAuthorization in core/modules/ system/ tests/ modules/ entity_test/ tests/ src/ Functional/ Rest/ EntityTestLabelResourceTestBase.php 
- Sets up the necessary authorization.
- EntityTestResourceTestBase::setUpAuthorization in core/modules/ system/ tests/ modules/ entity_test/ tests/ src/ Functional/ Rest/ EntityTestResourceTestBase.php 
- Sets up the necessary authorization.
- EntityTestTest::setUpAuthorization in core/modules/ jsonapi/ tests/ src/ Functional/ EntityTestTest.php 
- Sets up the necessary authorization.
- EntityUnitTest::testDelete in core/tests/ Drupal/ Tests/ Core/ Entity/ EntityUnitTest.php 
- @covers ::delete[[api-linebreak]]
- EntityUuidConverter::convert in core/modules/ jsonapi/ src/ ParamConverter/ EntityUuidConverter.php 
- Converts path variables to their corresponding objects.
- FieldConfigAccessControlHandlerTest::testAccess in core/modules/ field/ tests/ src/ Unit/ FieldConfigAccessControlHandlerTest.php 
- Ensures field config access is working properly.
- FieldConfigEditForm::actions in core/modules/ field_ui/ src/ Form/ FieldConfigEditForm.php 
- Returns an array of supported actions for the current entity form.
- FieldConfigEditForm::actions in core/modules/ field_ui/ src/ Form/ FieldConfigEditForm.php 
- Returns an array of supported actions for the current entity form.
- FieldConfigListBuilder::getDefaultOperations in core/modules/ field_ui/ src/ FieldConfigListBuilder.php 
- Gets this list's default operations.
- FieldConfigListBuilder::getDefaultOperations in core/modules/ field_ui/ src/ FieldConfigListBuilder.php 
- Gets this list's default operations.
- FieldImportDeleteTest::testImportDelete in core/modules/ field/ tests/ src/ Kernel/ FieldImportDeleteTest.php 
- Tests deleting field storages and fields as part of config import.
- FieldStorageConfigAccessControlHandler::checkAccess in core/modules/ field/ src/ FieldStorageConfigAccessControlHandler.php 
- Performs access checks.
- FieldStorageConfigAccessControlHandlerTest::assertAllowOperations in core/modules/ field/ tests/ src/ Unit/ FieldStorageConfigAccessControlHandlerTest.php 
- Assert method to verify the access by operations.
- FieldStorageConfigAccessControlHandlerTest::testAccess in core/modules/ field/ tests/ src/ Unit/ FieldStorageConfigAccessControlHandlerTest.php 
- Ensures field storage config access is working properly.
- FieldUiTestTrait::fieldUIDeleteField in core/modules/ field_ui/ tests/ src/ Traits/ FieldUiTestTrait.php 
- Deletes a field through the Field UI.
- field_config_import_steps_alter in core/modules/ field/ field.module 
- Implements hook_config_import_steps_alter().
- field_form_config_admin_import_form_alter in core/modules/ field/ field.module 
- Implements hook_form_FORM_ID_alter().
- field_ui_entity_type_build in core/modules/ field_ui/ field_ui.module 
- Implements hook_entity_type_build().
- FileAccessControlHandler::checkAccess in core/modules/ file/ src/ FileAccessControlHandler.php 
- Performs access checks.
- FileFieldRevisionTest::testRevisions in core/modules/ file/ tests/ src/ Functional/ FileFieldRevisionTest.php 
- Tests creating multiple revisions of a node and managing attached files.
- FileListingTest::testFileListingPages in core/modules/ file/ tests/ src/ Functional/ FileListingTest.php 
- Tests file overview with different user permissions.
- FileResourceTestBase::setUpAuthorization in core/modules/ file/ tests/ src/ Functional/ Rest/ FileResourceTestBase.php 
- Sets up the necessary authorization.
- FileTest::setUpAuthorization in core/modules/ jsonapi/ tests/ src/ Functional/ FileTest.php 
- Sets up the necessary authorization.
- file_test_file_predelete in core/modules/ file/ tests/ file_test/ file_test.module 
- Implements hook_ENTITY_TYPE_predelete() for file entities.
- FilterFormatAccessControlHandler::checkAccess in core/modules/ filter/ src/ FilterFormatAccessControlHandler.php 
- Performs access checks.
- FormTestButtonClassForm::buildForm in core/modules/ system/ tests/ modules/ form_test/ src/ Form/ FormTestButtonClassForm.php 
- Form constructor.
- ForumTest::deleteForum in core/modules/ forum/ tests/ src/ Functional/ ForumTest.php 
- Deletes a forum.
- ForumTest::doAdminTests in core/modules/ forum/ tests/ src/ Functional/ ForumTest.php 
- Runs admin tests on the admin user.
- ForumTest::verifyForums in core/modules/ forum/ tests/ src/ Functional/ ForumTest.php 
- Verifies that the logged in user has access to a forum node.
- ForumUninstallTest::testForumUninstallWithField in core/modules/ forum/ tests/ src/ Functional/ ForumUninstallTest.php 
- Tests if forum module uninstallation properly deletes the field.
- hook_config_import_steps_alter in core/core.api.php 
- Alter the configuration synchronization steps.
- image.routing.yml in core/modules/ image/ image.routing.yml 
- core/modules/image/image.routing.yml
- ImageAdminStylesTest::testStyle in core/modules/ image/ tests/ src/ Functional/ ImageAdminStylesTest.php 
- General test to add a style, add/remove/edit effects to it, then delete it.
- ImageAdminStylesTest::testStyleReplacement in core/modules/ image/ tests/ src/ Functional/ ImageAdminStylesTest.php 
- Tests deleting a style and choosing a replacement style.
- ImageEffectDeleteForm::getConfirmText in core/modules/ image/ src/ Form/ ImageEffectDeleteForm.php 
- Returns a caption for the button that confirms the action.
- ImageStyleDeleteTest::testDelete in core/modules/ image/ tests/ src/ Functional/ ImageStyleDeleteTest.php 
- Tests image style deletion.
- ImageStyleEditForm::form in core/modules/ image/ src/ Form/ ImageStyleEditForm.php 
- Gets the actual form array to be built.
- ImageStyleFlushTest::testFlush in core/modules/ image/ tests/ src/ Functional/ ImageStyleFlushTest.php 
- General test to flush a style.
- InlineBlockTest::testDeletion in core/modules/ layout_builder/ tests/ src/ FunctionalJavascript/ InlineBlockTest.php 
- Tests that entity blocks deleted correctly.
- JsonApiFunctionalMultilingualTest::testDeleteMultilingual in core/modules/ jsonapi/ tests/ src/ Functional/ JsonApiFunctionalMultilingualTest.php 
- Tests deleting multilingual content.
- JsonApiFunctionalTest::testWrite in core/modules/ jsonapi/ tests/ src/ Functional/ JsonApiFunctionalTest.php 
- Tests POST, PATCH and DELETE.
- JsonApiRegressionTest::testNonCacheableMethods in core/modules/ jsonapi/ tests/ src/ Functional/ JsonApiRegressionTest.php 
- Tests that caching isn't happening for non-cacheable methods.
- KeyValueEntityStorageTest::testDeleteNothing in core/tests/ Drupal/ Tests/ Core/ Entity/ KeyValueStore/ KeyValueEntityStorageTest.php 
- @covers ::delete[[api-linebreak]] @covers ::doDelete[[api-linebreak]]
- KeyValueEntityStorageTest::testSaveConfigEntity in core/tests/ Drupal/ Tests/ Core/ Entity/ KeyValueStore/ KeyValueEntityStorageTest.php 
- @covers ::save[[api-linebreak]] @covers ::doSave[[api-linebreak]]
- KeyValueEntityStorageTest::testSaveContentEntity in core/tests/ Drupal/ Tests/ Core/ Entity/ KeyValueStore/ KeyValueEntityStorageTest.php 
- @covers ::save[[api-linebreak]] @covers ::doSave[[api-linebreak]]
- KeyValueEntityStorageTest::testSaveDuplicate in core/tests/ Drupal/ Tests/ Core/ Entity/ KeyValueStore/ KeyValueEntityStorageTest.php 
- @covers ::save[[api-linebreak]] @covers ::doSave[[api-linebreak]]
- KeyValueEntityStorageTest::testSaveInsert in core/tests/ Drupal/ Tests/ Core/ Entity/ KeyValueStore/ KeyValueEntityStorageTest.php 
- @covers ::save[[api-linebreak]] @covers ::doSave[[api-linebreak]]
- KeyValueEntityStorageTest::testSaveInvalid in core/tests/ Drupal/ Tests/ Core/ Entity/ KeyValueStore/ KeyValueEntityStorageTest.php 
- @covers ::save[[api-linebreak]] @covers ::doSave[[api-linebreak]]
- KeyValueEntityStorageTest::testSaveUpdate in core/tests/ Drupal/ Tests/ Core/ Entity/ KeyValueStore/ KeyValueEntityStorageTest.php 
- @covers ::save[[api-linebreak]] @covers ::doSave[[api-linebreak]]
- language.routing.yml in core/modules/ language/ language.routing.yml 
- core/modules/language/language.routing.yml
- LanguageAccessControlHandler::checkAccess in core/modules/ language/ src/ LanguageAccessControlHandler.php 
- Performs access checks.
- LanguageConfigurationElementTest::testNodeTypeDelete in core/modules/ language/ tests/ src/ Functional/ LanguageConfigurationElementTest.php 
- Tests the language settings are deleted on bundle delete.
- LanguageConfigurationTest::testLanguageConfiguration in core/modules/ language/ tests/ src/ Functional/ LanguageConfigurationTest.php 
- Functional tests for adding, editing and deleting languages.
- LanguageConfigurationTest::testLanguageConfigurationWeight in core/modules/ language/ tests/ src/ Functional/ LanguageConfigurationTest.php 
- Functional tests for setting system language weight on adding, editing and deleting languages.
- LanguageListTest::testLanguageList in core/modules/ language/ tests/ src/ Functional/ LanguageListTest.php 
- Functional tests for adding, editing and deleting languages.
- LanguagePathMonolingualTest::setUp in core/modules/ language/ tests/ src/ Functional/ LanguagePathMonolingualTest.php 
- LayoutBuilderOverridesTest::testDeleteField in core/modules/ layout_builder/ tests/ src/ Functional/ LayoutBuilderOverridesTest.php 
- Tests deleting a field in-use by an overridden layout.
- LayoutBuilderTest::testLayoutBuilderUi in core/modules/ layout_builder/ tests/ src/ Functional/ LayoutBuilderTest.php 
- LayoutBuilderTest::testPluginDependencies in core/modules/ layout_builder/ tests/ src/ Functional/ LayoutBuilderTest.php 
- Tests that component's dependencies are respected during removal.
- LayoutSectionTest::testLayoutDeletingBundle in core/modules/ layout_builder/ tests/ src/ Functional/ LayoutSectionTest.php 
- Tests that deleting a bundle removes the layout.
- LayoutSectionTest::testLayoutDeletingField in core/modules/ layout_builder/ tests/ src/ Functional/ LayoutSectionTest.php 
- Tests that deleting a field removes it from the layout.
- ListItemBase::storageSettingsForm in core/modules/ options/ src/ Plugin/ Field/ FieldType/ ListItemBase.php 
- Returns a form for the storage-level settings.
- LocaleTranslationUiTest::testStringTranslation in core/modules/ locale/ tests/ src/ Functional/ LocaleTranslationUiTest.php 
- Adds a language and tests string translation by users with the appropriate permissions.
- LocaleUpdateTest::testEnableLanguage in core/modules/ locale/ tests/ src/ Functional/ LocaleUpdateTest.php 
- Tests automatic translation import when a language is added.
- ManageFieldsLifecycleTest::addPersistentFieldStorage in core/modules/ field_ui/ tests/ src/ Functional/ ManageFieldsLifecycleTest.php 
- Tests that persistent field storage appears in the field UI.
- ManageFieldsLifecycleTest::deleteField in core/modules/ field_ui/ tests/ src/ Functional/ ManageFieldsLifecycleTest.php 
- Tests deleting a field from the field edit form.
- ManageFieldsTest::testFieldDelete in core/modules/ field_ui/ tests/ src/ FunctionalJavascript/ ManageFieldsTest.php 
- Tests that field delete operation opens in modal.
- media.links.contextual.yml in core/modules/ media/ media.links.contextual.yml 
- core/modules/media/media.links.contextual.yml
- MediaAccessControlHandler::checkAccess in core/modules/ media/ src/ MediaAccessControlHandler.php 
- Performs access checks.
- MediaAccessControlHandlerTest::providerAccess in core/modules/ media/ tests/ src/ Kernel/ MediaAccessControlHandlerTest.php 
- Data provider for testAccess().
- MediaBulkFormTest::testBulkForm in core/modules/ media/ tests/ src/ Functional/ MediaBulkFormTest.php 
- Tests the media bulk form.
- MediaLibraryImageStyleAccessTest::testMediaLibraryImageStyleAccess in core/modules/ media_library/ tests/ src/ Functional/ MediaLibraryImageStyleAccessTest.php 
- Tests that users can't delete the 'media_library' image style.
- MediaResourceTestBase::getExpectedUnauthorizedAccessMessage in core/modules/ media/ tests/ src/ Functional/ Rest/ MediaResourceTestBase.php 
- Return the expected error message.
- MediaResourceTestBase::setUpAuthorization in core/modules/ media/ tests/ src/ Functional/ Rest/ MediaResourceTestBase.php 
- Sets up the necessary authorization.
- MediaRevisionTest::testRevisionDelete in core/modules/ media/ tests/ src/ Functional/ MediaRevisionTest.php 
- Tests deleting a revision.
- MediaTest::getExpectedUnauthorizedAccessMessage in core/modules/ jsonapi/ tests/ src/ Functional/ MediaTest.php 
- Return the expected error message.
- MediaTest::setUpAuthorization in core/modules/ jsonapi/ tests/ src/ Functional/ MediaTest.php 
- Sets up the necessary authorization.
- MediaTypeForm::actions in core/modules/ media/ src/ MediaTypeForm.php 
- Returns an array of supported actions for the current entity form.
- MediaTypeForm::actions in core/modules/ media/ src/ MediaTypeForm.php 
- Returns an array of supported actions for the current entity form.
- MediaUiFunctionalTest::testMediaWithOnlyOneMediaType in core/modules/ media/ tests/ src/ Functional/ MediaUiFunctionalTest.php 
- Tests the media actions (add/edit/delete).
- MediaUiJavascriptTest::testMediaTypes in core/modules/ media/ tests/ src/ FunctionalJavascript/ MediaUiJavascriptTest.php 
- Tests a media type administration.
- media_entity_access in core/modules/ media/ media.module 
- Implements hook_entity_access().
- media_library_image_style_access in core/modules/ media_library/ media_library.module 
- Implements hook_ENTITY_TYPE_access().
- MenuAccessControlHandler::checkAccess in core/modules/ system/ src/ MenuAccessControlHandler.php 
- Performs access checks.
- MenuAccessControlHandlerTest::testAccess in core/modules/ system/ tests/ src/ Kernel/ MenuAccessControlHandlerTest.php 
- @covers ::checkAccess[[api-linebreak]] @covers ::checkCreateAccess[[api-linebreak]] @dataProvider testAccessProvider
- MenuLinkBase::getOperations in core/lib/ Drupal/ Core/ Menu/ MenuLinkBase.php 
- Provides an array of information to build a list of operation links.
- MenuLinkContentAccessControlHandler::checkAccess in core/modules/ menu_link_content/ src/ MenuLinkContentAccessControlHandler.php 
- Performs access checks.
- MenuLinkContentDeleteFormTest::testMenuLinkContentDeleteForm in core/modules/ menu_link_content/ tests/ src/ Functional/ MenuLinkContentDeleteFormTest.php 
- Tests the MenuLinkContentDeleteForm class.
- MenuLinkContentForm::actions in core/modules/ menu_link_content/ src/ Form/ MenuLinkContentForm.php 
- Returns an array of supported actions for the current entity form.
- MenuLinkContentResourceTestBase::getExpectedUnauthorizedAccessMessage in core/modules/ menu_link_content/ tests/ src/ Functional/ Rest/ MenuLinkContentResourceTestBase.php 
- Return the expected error message.
- MenuLinkContentResourceTestBase::setUpAuthorization in core/modules/ menu_link_content/ tests/ src/ Functional/ Rest/ MenuLinkContentResourceTestBase.php 
- Sets up the necessary authorization.
- MenuLinkContentTest::getExpectedUnauthorizedAccessMessage in core/modules/ jsonapi/ tests/ src/ Functional/ MenuLinkContentTest.php 
- Return the expected error message.
- MenuUiTest::addCustomMenuCRUD in core/modules/ menu_ui/ tests/ src/ Functional/ MenuUiTest.php 
- Adds a custom menu using CRUD functions.
- MenuUiTest::deleteCustomMenu in core/modules/ menu_ui/ tests/ src/ Functional/ MenuUiTest.php 
- Deletes the locally stored custom menu.
- MenuUiTest::deleteMenuLink in core/modules/ menu_ui/ tests/ src/ Functional/ MenuUiTest.php 
- Deletes a menu link using the UI.
- MenuUiTest::doMenuTests in core/modules/ menu_ui/ tests/ src/ Functional/ MenuUiTest.php 
- Tests menu functionality.
- ModeratedNodeResourceTestBase::setUpAuthorization in core/modules/ rest/ tests/ src/ Functional/ EntityResource/ ModeratedNode/ ModeratedNodeResourceTestBase.php 
- Sets up the necessary authorization.
- ModerationFormTest::testContentTranslationNodeForm in core/modules/ content_moderation/ tests/ src/ Functional/ ModerationFormTest.php 
- Tests translated and moderated nodes.
- ModerationFormTest::testWorkflowInUse in core/modules/ content_moderation/ tests/ src/ Functional/ ModerationFormTest.php 
- Tests that workflows and states can not be deleted if they are in use.
- ModerationStateNodeTest::testCreatingContent in core/modules/ content_moderation/ tests/ src/ Functional/ ModerationStateNodeTest.php 
- Tests creating and deleting content.
- MoveTest::testExistingReplace in core/modules/ file/ tests/ src/ Kernel/ MoveTest.php 
- Tests replacement when moving onto a file that already exists.
- NegotiationBrowserForm::buildForm in core/modules/ language/ src/ Form/ NegotiationBrowserForm.php 
- Form constructor.
- node.links.contextual.yml in core/modules/ node/ node.links.contextual.yml 
- core/modules/node/node.links.contextual.yml
- node.links.task.yml in core/modules/ node/ node.links.task.yml 
- core/modules/node/node.links.task.yml
- node.routing.yml in core/modules/ node/ node.routing.yml 
- core/modules/node/node.routing.yml
- NodeAccessGrantsCacheContext::getContext in core/modules/ node/ src/ Cache/ NodeAccessGrantsCacheContext.php 
- Returns the string representation of the cache context.
- NodeAccessRecordsTest::testNodeAccessRecords in core/modules/ node/ tests/ src/ Kernel/ NodeAccessRecordsTest.php 
- Creates a node and tests the creation of node access rules.
- NodeActionsConfigurationTest::testAssignOwnerNodeActionConfiguration in core/modules/ action/ tests/ src/ Functional/ Node/ NodeActionsConfigurationTest.php 
- Tests configuration of the node_assign_owner_action action.
- NodeController::revisionOverview in core/modules/ node/ src/ Controller/ NodeController.php 
- Generates an overview table of older revisions of a node.
- NodeDeleteConfirmTest::testNodeDelete in core/modules/ node/ tests/ src/ FunctionalJavascript/ NodeDeleteConfirmTest.php 
- Tests that the node delete operation opens in a modal.
- NodeDeleteConfirmTest::testNodeTypeDelete in core/modules/ node/ tests/ src/ FunctionalJavascript/ NodeDeleteConfirmTest.php 
- Tests that the node type delete operation opens in a modal.
- NodeForm::actions in core/modules/ node/ src/ NodeForm.php 
- Returns an array of supported actions for the current entity form.
- NodeGrantDatabaseStorage::access in core/modules/ node/ src/ NodeGrantDatabaseStorage.php 
- Determines access to nodes based on node grants.
- NodeResourceTestBase::getExpectedUnauthorizedAccessMessage in core/modules/ node/ tests/ src/ Functional/ Rest/ NodeResourceTestBase.php 
- Return the expected error message.
- NodeResourceTestBase::setUpAuthorization in core/modules/ node/ tests/ src/ Functional/ Rest/ NodeResourceTestBase.php 
- Sets up the necessary authorization.
- NodeRevisionDeleteForm::getConfirmText in core/modules/ node/ src/ Form/ NodeRevisionDeleteForm.php 
- Returns a caption for the button that confirms the action.
- NodeRevisionsAllTest::testRevisions in core/modules/ node/ tests/ src/ Functional/ NodeRevisionsAllTest.php 
- Checks node revision operations.
- NodeRevisionsTest::testRevisions in core/modules/ node/ tests/ src/ Functional/ NodeRevisionsTest.php 
- Checks node revision related operations.
- NodeTest::getExpectedUnauthorizedAccessMessage in core/modules/ jsonapi/ tests/ src/ Functional/ NodeTest.php 
- Return the expected error message.
- NodeTest::setUpAuthorization in core/modules/ jsonapi/ tests/ src/ Functional/ NodeTest.php 
- Sets up the necessary authorization.
- NodeTranslationUITest::testPublishedStatusNoFields in core/modules/ node/ tests/ src/ Functional/ NodeTranslationUITest.php 
- Tests changing the published status on a node without fields.
- NodeTypeAccessControlHandler::checkAccess in core/modules/ node/ src/ NodeTypeAccessControlHandler.php 
- Performs access checks.
- NodeTypeTest::testNodeTypeDeletion in core/modules/ node/ tests/ src/ Functional/ NodeTypeTest.php 
- Tests deleting a content type that still has content.
- NodeTypeTest::testNodeTypeEditing in core/modules/ node/ tests/ src/ Functional/ NodeTypeTest.php 
- Tests editing a node type using the UI.
- NodeTypeTest::testNodeTypeNoContentType in core/modules/ node/ tests/ src/ Functional/ NodeTypeTest.php 
- Tests for when there are no content types defined.
- node_node_access in core/modules/ node/ node.module 
- Implements hook_ENTITY_TYPE_access().
- OptionsRequestSubscriberTest::providerTestOnRequestWithOptionsRequest in core/tests/ Drupal/ Tests/ Core/ EventSubscriber/ OptionsRequestSubscriberTest.php 
- PageEditTest::testPageEdit in core/modules/ block_content/ tests/ src/ Functional/ PageEditTest.php 
- Checks block edit functionality.
- PathAliasTest::testAdminAlias in core/modules/ path/ tests/ src/ Functional/ PathAliasTest.php 
- Tests alias functionality through the admin interfaces.
- PathValidatorTest::testGetUrlIfValidWithoutAccessCheck in core/tests/ Drupal/ KernelTests/ Core/ Path/ PathValidatorTest.php 
- path_entity_type_alter in core/modules/ path/ path.module 
- Implements hook_entity_type_alter().
- PerformanceTestTrait::collectPerformanceData in core/tests/ Drupal/ Tests/ PerformanceTestTrait.php 
- Executes a callable and collects performance data.
- ProfileForm::actions in core/modules/ user/ src/ ProfileForm.php 
- Returns an array of supported actions for the current entity form.
- ReadOnlyStorageTest::writeMethodsProvider in core/tests/ Drupal/ Tests/ Core/ Config/ ReadOnlyStorageTest.php 
- Provide the methods that throw an exception.
- RedirectAjaxTest::testRedirectWithAjax in core/modules/ views/ tests/ src/ FunctionalJavascript/ RedirectAjaxTest.php 
- Ensures that redirects work with ajax.
- ResourceBase::requestMethods in core/modules/ rest/ src/ Plugin/ ResourceBase.php 
- Provides predefined HTTP request methods.
- ResourceResponseSubscriberTest::providerTestResponseFormat in core/modules/ rest/ tests/ src/ Unit/ EventSubscriber/ ResourceResponseSubscriberTest.php 
- ResourceRoutes::getRoutesForResourceConfig in core/modules/ rest/ src/ Routing/ ResourceRoutes.php 
- Provides all routes for a given REST resource config.
- ResourceTestBase::doTestDeleteIndividual in core/modules/ jsonapi/ tests/ src/ Functional/ ResourceTestBase.php 
- Tests DELETEing an individual resource, plus edge cases to ensure good DX.
- ResourceTestBase::doTestRelationshipMutation in core/modules/ jsonapi/ tests/ src/ Functional/ ResourceTestBase.php 
- Performs one round of relationship POST, PATCH and DELETE route testing.
- ResourceTestBase::testRevisions in core/modules/ jsonapi/ tests/ src/ Functional/ ResourceTestBase.php 
- Tests individual and collection revisions.
- ResponsiveImageAdminUITest::testResponsiveImageAdmin in core/modules/ responsive_image/ tests/ src/ Functional/ ResponsiveImageAdminUITest.php 
- Tests responsive image administration functionality.
- responsive_image.routing.yml in core/modules/ responsive_image/ responsive_image.routing.yml 
- core/modules/responsive_image/responsive_image.routing.yml
- rest.resource.entity.node.yml in core/modules/ rest/ config/ optional/ rest.resource.entity.node.yml 
- core/modules/rest/config/optional/rest.resource.entity.node.yml
- RestResourceConfigTest::testNormalizeRestMethod in core/modules/ rest/ tests/ src/ Unit/ Entity/ RestResourceConfigTest.php 
- Asserts that rest methods are normalized to upper case.
- RestResourceConfigTest::testNormalizeRestMethod in core/modules/ rest/ tests/ src/ Unit/ Entity/ RestResourceConfigTest.php 
- Asserts that rest methods are normalized to upper case.
- RevisionDeleteForm::getConfirmText in core/lib/ Drupal/ Core/ Entity/ Form/ RevisionDeleteForm.php 
- Returns a caption for the button that confirms the action.
- RevisionDeleteFormTest::testPageTitle in core/tests/ Drupal/ FunctionalTests/ Entity/ RevisionDeleteFormTest.php 
- Tests title by whether entity supports revision creation dates.
- RevisionDeleteFormTest::testSubmitForm in core/tests/ Drupal/ FunctionalTests/ Entity/ RevisionDeleteFormTest.php 
- Tests revision deletion, and expected response after deletion.
- RevisionLinkDelete::getDefaultLabel in core/modules/ node/ src/ Plugin/ views/ field/ RevisionLinkDelete.php 
- Returns the default label for this link.
- RevisionLinkTest::testRevisionLinks in core/modules/ node/ tests/ src/ Functional/ Views/ RevisionLinkTest.php 
- Tests revision links.
- RevisionVersionHistoryTest::testOperationDeleteRevision in core/tests/ Drupal/ FunctionalTests/ Entity/ RevisionVersionHistoryTest.php 
- Test delete operation.
- RoleAccessControlHandler::checkAccess in core/modules/ user/ src/ RoleAccessControlHandler.php 
- Performs access checks.
- Routes::getIndividualRoutesForResourceType in core/modules/ jsonapi/ src/ Routing/ Routes.php 
- Gets a route collection for the given resource type.
- RoutesTest::testRoutesIndividual in core/modules/ jsonapi/ tests/ src/ Unit/ Routing/ RoutesTest.php 
- @covers ::routes[[api-linebreak]]
- SchemaTest::testReservedKeywordsForNaming in core/modules/ pgsql/ tests/ src/ Kernel/ pgsql/ SchemaTest.php 
- Tests handling with reserved keywords for naming tables, fields and more.
- search.routing.yml in core/modules/ search/ search.routing.yml 
- core/modules/search/search.routing.yml
- SearchConfigSettingsFormTest::testMultipleSearchPages in core/modules/ search/ tests/ src/ Functional/ SearchConfigSettingsFormTest.php 
- Tests multiple search pages of the same type.
- SearchLanguageTest::testLanguages in core/modules/ search/ tests/ src/ Functional/ SearchLanguageTest.php 
- SearchPageAccessControlHandler::checkAccess in core/modules/ search/ src/ SearchPageAccessControlHandler.php 
- Performs access checks.
- SearchPageResourceTestBase::setUpAuthorization in core/modules/ search/ tests/ src/ Functional/ Rest/ SearchPageResourceTestBase.php 
- Sets up the necessary authorization.
- SearchPageTest::setUpAuthorization in core/modules/ jsonapi/ tests/ src/ Functional/ SearchPageTest.php 
- Sets up the necessary authorization.
- SetCustomize::form in core/modules/ shortcut/ src/ Form/ SetCustomize.php 
- Gets the actual form array to be built.
- shortcut.routing.yml in core/modules/ shortcut/ shortcut.routing.yml 
- core/modules/shortcut/shortcut.routing.yml
- ShortcutLinksTest::testShortcutLinkDelete in core/modules/ shortcut/ tests/ src/ Functional/ ShortcutLinksTest.php 
- Tests deleting a shortcut link.
- ShortcutResourceTestBase::getExpectedUnauthorizedAccessMessage in core/modules/ shortcut/ tests/ src/ Functional/ Rest/ ShortcutResourceTestBase.php 
- Return the expected error message.
- ShortcutResourceTestBase::setUpAuthorization in core/modules/ shortcut/ tests/ src/ Functional/ Rest/ ShortcutResourceTestBase.php 
- Sets up the necessary authorization.
- ShortcutSetAccessControlHandler::checkAccess in core/modules/ shortcut/ src/ ShortcutSetAccessControlHandler.php 
- Performs access checks.
- ShortcutSetResourceTestBase::setUpAuthorization in core/modules/ shortcut/ tests/ src/ Functional/ Rest/ ShortcutSetResourceTestBase.php 
- Sets up the necessary authorization.
- ShortcutSetsTest::testShortcutSetDelete in core/modules/ shortcut/ tests/ src/ Functional/ ShortcutSetsTest.php 
- Tests deleting a shortcut set.
- ShortcutSetTest::setUpAuthorization in core/modules/ jsonapi/ tests/ src/ Functional/ ShortcutSetTest.php 
- Sets up the necessary authorization.
- SqlContentEntityStorageSchema::finalizePurge in core/lib/ Drupal/ Core/ Entity/ Sql/ SqlContentEntityStorageSchema.php 
- Performs final cleanup after all data of a field has been purged.
- SqlContentEntityStorageSchema::onFieldStorageDefinitionDelete in core/lib/ Drupal/ Core/ Entity/ Sql/ SqlContentEntityStorageSchema.php 
- Reacts to the deletion of a field storage definition.
- SqlContentEntityStorageSchema::updateDedicatedTableSchema in core/lib/ Drupal/ Core/ Entity/ Sql/ SqlContentEntityStorageSchema.php 
- Updates the schema for a field stored in a shared table.
- SqlContentEntityStorageSchema::updateSharedTableSchema in core/lib/ Drupal/ Core/ Entity/ Sql/ SqlContentEntityStorageSchema.php 
- Updates the schema for a field stored in a shared table.
- StorageComparer::addChangelistDelete in core/lib/ Drupal/ Core/ Config/ StorageComparer.php 
- Creates the delete changelist.
- StorageComparer::addChangelistRename in core/lib/ Drupal/ Core/ Config/ StorageComparer.php 
- Creates the rename changelist.
- StorageComparer::addChangelistUpdate in core/lib/ Drupal/ Core/ Config/ StorageComparer.php 
- Creates the update changelist.
- StorageComparer::hasChanges in core/lib/ Drupal/ Core/ Config/ StorageComparer.php 
- Checks if there are any operations with changes to process.
- StorageComparerTest::testCreateChangelistCreate in core/tests/ Drupal/ Tests/ Core/ Config/ StorageComparerTest.php 
- @covers ::createChangelist[[api-linebreak]]
- StorageComparerTest::testCreateChangelistDelete in core/tests/ Drupal/ Tests/ Core/ Config/ StorageComparerTest.php 
- @covers ::createChangelist[[api-linebreak]]
- StorageComparerTest::testCreateChangelistNoChange in core/tests/ Drupal/ Tests/ Core/ Config/ StorageComparerTest.php 
- @covers ::createChangelist[[api-linebreak]]
- StorageComparerTest::testCreateChangelistUpdate in core/tests/ Drupal/ Tests/ Core/ Config/ StorageComparerTest.php 
- @covers ::createChangelist[[api-linebreak]]
- taxonomy.links.contextual.yml in core/modules/ taxonomy/ taxonomy.links.contextual.yml 
- core/modules/taxonomy/taxonomy.links.contextual.yml
- taxonomy.links.task.yml in core/modules/ taxonomy/ taxonomy.links.task.yml 
- core/modules/taxonomy/taxonomy.links.task.yml
- TaxonomyRevisionDeleteTest::testDeleteForm in core/modules/ taxonomy/ tests/ src/ Functional/ TaxonomyRevisionDeleteTest.php 
- Tests revision delete.
- TaxonomyRevisionVersionHistoryTest::testVersionHistory in core/modules/ taxonomy/ tests/ src/ Functional/ TaxonomyRevisionVersionHistoryTest.php 
- Tests version history page.
- TermAccessControlHandler::checkAccess in core/modules/ taxonomy/ src/ TermAccessControlHandler.php 
- Performs access checks.
- TermAccessTest::testTermAccess in core/modules/ taxonomy/ tests/ src/ Functional/ TermAccessTest.php 
- Tests access control functionality for taxonomy terms.
- TermResourceTestBase::getExpectedUnauthorizedAccessMessage in core/modules/ taxonomy/ tests/ src/ Functional/ Rest/ TermResourceTestBase.php 
- Return the expected error message.
- TermResourceTestBase::setUpAuthorization in core/modules/ taxonomy/ tests/ src/ Functional/ Rest/ TermResourceTestBase.php 
- Sets up the necessary authorization.
- TermTest::getExpectedUnauthorizedAccessMessage in core/modules/ jsonapi/ tests/ src/ Functional/ TermTest.php 
- Return the expected error message.
- TermTest::setUpAuthorization in core/modules/ jsonapi/ tests/ src/ Functional/ TermTest.php 
- Sets up the necessary authorization.
- TermTest::testNodeTermCreationAndDeletion in core/modules/ taxonomy/ tests/ src/ Functional/ TermTest.php 
- Tests term creation with a free-tagging vocabulary from the node form.
- TermTest::testTermInterface in core/modules/ taxonomy/ tests/ src/ Functional/ TermTest.php 
- Save, edit and delete a term using the user interface.
- UserAccessControlHandler::checkAccess in core/modules/ user/ src/ UserAccessControlHandler.php 
- Performs access checks.
- UserResourceTestBase::getExpectedUnauthorizedAccessMessage in core/modules/ user/ tests/ src/ Functional/ Rest/ UserResourceTestBase.php 
- Return the expected error message.
- UserResourceTestBase::setUpAuthorization in core/modules/ user/ tests/ src/ Functional/ Rest/ UserResourceTestBase.php 
- Sets up the necessary authorization.
- UserRoleAdminTest::testRoleAdministration in core/modules/ user/ tests/ src/ Functional/ UserRoleAdminTest.php 
- Tests adding, renaming and deleting roles.
- UserTest::getExpectedUnauthorizedAccessMessage in core/modules/ jsonapi/ tests/ src/ Functional/ UserTest.php 
- Return the expected error message.
- UserTest::sendDeleteRequestForUser in core/modules/ jsonapi/ tests/ src/ Functional/ UserTest.php 
- UserTest::setUpAuthorization in core/modules/ jsonapi/ tests/ src/ Functional/ UserTest.php 
- Sets up the necessary authorization.
- UserTest::testDeleteRespectsUserCancelDelete in core/modules/ jsonapi/ tests/ src/ Functional/ UserTest.php 
- Tests if JSON:API respects user.settings.cancel_method: user_cancel_delete.
- user_access_test_user_access in core/modules/ user/ tests/ modules/ user_access_test/ user_access_test.module 
- Implements hook_ENTITY_TYPE_access() for entity type "user".
- VersionHistoryController::buildDeleteRevisionLink in core/lib/ Drupal/ Core/ Entity/ Controller/ VersionHistoryController.php 
- Builds a link to delete an entity revision.
- ViewEditForm::renderDisplayTop in core/modules/ views_ui/ src/ ViewEditForm.php 
- Render the top of the display so it can be updated during ajax operations.
- ViewEditTest::testDeleteLink in core/modules/ views_ui/ tests/ src/ Functional/ ViewEditTest.php 
- Tests the delete link on a views UI.
- views.view.media_library.yml in core/modules/ media_library/ config/ install/ views.view.media_library.yml 
- core/modules/media_library/config/install/views.view.media_library.yml
- views.view.test_dropbutton.yml in core/modules/ views/ tests/ modules/ views_test_config/ test_views/ views.view.test_dropbutton.yml 
- core/modules/views/tests/modules/views_test_config/test_views/views.view.test_dropbutton.yml
- views.view.test_link_base_links.yml in core/modules/ views/ tests/ modules/ views_test_config/ test_views/ views.view.test_link_base_links.yml 
- core/modules/views/tests/modules/views_test_config/test_views/views.view.test_link_base_links.yml
- ViewsModerationStateFilterTest::testModerationStateFilterDependencyHandling in core/modules/ content_moderation/ tests/ src/ Functional/ ViewsModerationStateFilterTest.php 
- Tests the dependency handling of the moderation state filter.
- VocabularyPermissionsTest::testTaxonomyVocabularyOverviewPermissions in core/modules/ taxonomy/ tests/ src/ Functional/ VocabularyPermissionsTest.php 
- Tests the vocabulary overview permission.
- VocabularyPermissionsTest::testVocabularyPermissionsTaxonomyTerm in core/modules/ taxonomy/ tests/ src/ Functional/ VocabularyPermissionsTest.php 
- Create, edit and delete a taxonomy term via the user interface.
- VocabularyUiTest::testTaxonomyAdminDeletingVocabulary in core/modules/ taxonomy/ tests/ src/ Functional/ VocabularyUiTest.php 
- Deleting a vocabulary.
- VocabularyUiTest::testVocabularyInterface in core/modules/ taxonomy/ tests/ src/ Functional/ VocabularyUiTest.php 
- Create, edit and delete a vocabulary via the user interface.
- WebDriverCurlService::execute in core/tests/ Drupal/ FunctionalJavascriptTests/ WebDriverCurlService.php 
- WorkflowAccessControlHandlerTest::checkAccessProvider in core/modules/ workflows/ tests/ src/ Kernel/ WorkflowAccessControlHandlerTest.php 
- Data provider for ::testCheckAccess.
- WorkflowDeleteForm::getConfirmText in core/modules/ workflows/ src/ Form/ WorkflowDeleteForm.php 
- Returns a caption for the button that confirms the action.
- WorkflowEditForm::form in core/modules/ workflows/ src/ Form/ WorkflowEditForm.php 
- Gets the actual form array to be built.
- WorkflowStateDeleteForm::getConfirmText in core/modules/ workflows/ src/ Form/ WorkflowStateDeleteForm.php 
- Returns a caption for the button that confirms the action.
- WorkflowStateEditForm::actions in core/modules/ workflows/ src/ Form/ WorkflowStateEditForm.php 
- Returns an array of supported actions for the current entity form.
- WorkflowStateEditForm::form in core/modules/ workflows/ src/ Form/ WorkflowStateEditForm.php 
- Gets the actual form array to be built.
- WorkflowTransitionDeleteForm::getConfirmText in core/modules/ workflows/ src/ Form/ WorkflowTransitionDeleteForm.php 
- Returns a caption for the button that confirms the action.
- WorkflowTransitionEditForm::actions in core/modules/ workflows/ src/ Form/ WorkflowTransitionEditForm.php 
- Returns an array of supported actions for the current entity form.
- WorkflowUiTest::testAccess in core/modules/ workflows/ tests/ src/ Functional/ WorkflowUiTest.php 
- Tests route access/permissions.
- WorkflowUiTest::testWorkflowCreation in core/modules/ workflows/ tests/ src/ Functional/ WorkflowUiTest.php 
- Tests the creation of a workflow through the UI.
- WorkspaceAccessTest::operationCases in core/modules/ workspaces/ tests/ src/ Kernel/ WorkspaceAccessTest.php 
- Tests cases for testWorkspaceAccess().
- WorkspaceCRUDTest::testDeletingWorkspaces in core/modules/ workspaces/ tests/ src/ Kernel/ WorkspaceCRUDTest.php 
- Tests the deletion of workspaces.
- WorkspaceEntityDeleteTest::testEntityDeletion in core/modules/ workspaces/ tests/ src/ Kernel/ WorkspaceEntityDeleteTest.php 
- Test entity deletion in a workspace.
- WorkspaceEntityDeleteTest::testNodeDeleteWithBypassAccessPermission in core/modules/ workspaces/ tests/ src/ Functional/ WorkspaceEntityDeleteTest.php 
- Test node deletion with workspaces and the 'bypass node access' permission.
- WorkspaceResourceTestBase::getExpectedUnauthorizedAccessMessage in core/modules/ workspaces/ tests/ src/ Functional/ Rest/ WorkspaceResourceTestBase.php 
- Return the expected error message.
- WorkspaceResourceTestBase::setUpAuthorization in core/modules/ workspaces/ tests/ src/ Functional/ Rest/ WorkspaceResourceTestBase.php 
- Sets up the necessary authorization.
- workspaces.links.task.yml in core/modules/ workspaces/ workspaces.links.task.yml 
- core/modules/workspaces/workspaces.links.task.yml
- WorkspacesHtmlEntityFormController::getContentResult in core/modules/ workspaces/ src/ Controller/ WorkspacesHtmlEntityFormController.php 
- Invokes the form and returns the result.
- WorkspaceTest::getExpectedUnauthorizedAccessMessage in core/modules/ jsonapi/ tests/ src/ Functional/ WorkspaceTest.php 
- Return the expected error message.
- WorkspaceTest::setUpAuthorization in core/modules/ jsonapi/ tests/ src/ Functional/ WorkspaceTest.php 
- Sets up the necessary authorization.
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.
