You are here

164 string references to 'Delete' in Drupal 8

aggregator.links.task.yml in core/modules/aggregator/aggregator.links.task.yml
core/modules/aggregator/aggregator.links.task.yml
AggregatorController::adminOverview in core/modules/aggregator/src/Controller/AggregatorController.php
Displays the aggregator administration page.
AggregatorTestBase::deleteFeed in core/modules/aggregator/src/Tests/AggregatorTestBase.php
Deletes an aggregator feed.
AggregatorTestBase::deleteFeed in core/modules/aggregator/tests/src/Functional/AggregatorTestBase.php
Deletes an aggregator feed.
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.
BlockContentCreationTest::testBlockDelete in core/modules/block_content/tests/src/Functional/BlockContentCreationTest.php
Test deleting a block.
BlockContentListTest::testListing in core/modules/block_content/tests/src/Functional/BlockContentListTest.php
Tests the custom block listing page.
BlockContentListViewsTest::testListing in core/modules/block_content/tests/src/Functional/BlockContentListViewsTest.php
Tests the custom block listing page.
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.
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
Test multiple deletion.
BulkFormTest::testBulkForm in core/modules/views/tests/src/Functional/BulkFormTest.php
Tests the bulk form.
CachedDataUITest::testCacheData in core/modules/views_ui/tests/src/Functional/CachedDataUITest.php
Tests the shared tempstore views data in the UI.
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
CommentAdminTest::testApprovalAdminInterface in core/modules/comment/tests/src/Functional/CommentAdminTest.php
Test comment approval functionality through admin/content/comment.
CommentAdminTest::testApprovalAdminInterface in core/modules/comment/tests/src/Functional/Views/CommentAdminTest.php
Test comment approval functionality through admin/content/comment.
CommentAdminTest::testCommentedTranslationDeletion in core/modules/comment/tests/src/Functional/CommentAdminTest.php
Tests commented translation deletion admin view.
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.
CommentTestBase::deleteComment in core/modules/comment/src/Tests/CommentTestBase.php
Deletes a comment.
CommentTestBase::deleteComment in core/modules/comment/tests/src/Functional/CommentTestBase.php
Deletes a comment.
CommentTestBase::performCommentOperation in core/modules/comment/src/Tests/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.
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.
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.
ConfigTranslationUiTest::testContactConfigEntityTranslation in core/modules/config_translation/tests/src/Functional/ConfigTranslationUiTest.php
Tests the contact form translation.
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.
Connection::delete in core/lib/Drupal/Core/Database/Connection.php
Prepares and returns a DELETE query object.
Connection::__construct in core/modules/system/tests/modules/driver_test/src/Driver/Database/DrivertestMysqlDeprecatedVersion/Connection.php
Constructs a Connection object.
contact.routing.yml in core/modules/contact/contact.routing.yml
core/modules/contact/contact.routing.yml
ContactSitewideTest::deleteContactForms in core/modules/contact/tests/src/Functional/ContactSitewideTest.php
Deletes all forms.
ContentModerationWorkflowTypeTest::testNewWorkflow in core/modules/content_moderation/tests/src/Functional/ContentModerationWorkflowTypeTest.php
Test 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.
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.
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
Test simple and editorial translation workflows.
ContextualLinksTest::testRevisionContextualLinks in core/modules/node/tests/src/FunctionalJavascript/ContextualLinksTest.php
Tests the contextual links on revisions.
DateTimeTest::testDateFormatConfiguration in core/modules/system/tests/src/Functional/System/DateTimeTest.php
Test 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.
DeleteActionTest::testGetDerivativeDefinitions in core/tests/Drupal/KernelTests/Core/Action/DeleteActionTest.php
@covers \Drupal\Core\Action\Plugin\Action\Derivative\EntityDeleteActionDeriver::getDerivativeDefinitions
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.
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.
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.
EntityDeleteFormTrait::getConfirmText in core/lib/Drupal/Core/Entity/EntityDeleteFormTrait.php
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.
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.
EntityListBuilder::getDefaultOperations in core/lib/Drupal/Core/Entity/EntityListBuilder.php
Gets this list's default operations.
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.
FieldUiTestTrait::fieldUIDeleteField in core/modules/field_ui/src/Tests/FieldUiTestTrait.php
Deletes a field through the Field UI.
FieldUiTestTrait::fieldUIDeleteField in core/modules/field_ui/tests/src/Traits/FieldUiTestTrait.php
Deletes a field through the Field UI.
FileFieldRevisionTest::testRevisions in core/modules/file/tests/src/Functional/FileFieldRevisionTest.php
Tests creating multiple revisions of a node and managing attached files.
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.
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
Test 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.
language.routing.yml in core/modules/language/language.routing.yml
core/modules/language/language.routing.yml
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
LayoutBuilderTest::testDeleteField in core/modules/layout_builder/tests/src/Functional/LayoutBuilderTest.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.
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.
ManageFieldsFunctionalTest::addPersistentFieldStorage in core/modules/field_ui/tests/src/Functional/ManageFieldsFunctionalTest.php
Tests that persistent field storage appears in the field UI.
ManageFieldsFunctionalTest::deleteField in core/modules/field_ui/tests/src/Functional/ManageFieldsFunctionalTest.php
Tests deleting a field from the field edit form.
media.links.contextual.yml in core/modules/media/media.links.contextual.yml
core/modules/media/media.links.contextual.yml
MediaBulkFormTest::testBulkForm in core/modules/media/tests/src/Functional/MediaBulkFormTest.php
Tests the media bulk form.
MediaDeleteMultipleConfirmForm::getConfirmText in core/modules/media/src/Form/MediaDeleteMultipleConfirmForm.php
Returns a caption for the button that confirms the action.
MediaOverviewPageTest::testMediaOverviewPage in core/modules/media/tests/src/Functional/MediaOverviewPageTest.php
Test that the Media overview page (/admin/content/media).
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_library_post_update_add_buttons_to_page_view in core/modules/media_library/media_library.post_update.php
Add edit and delete button to media library view page display.
MenuForm::buildOverviewTreeForm in core/modules/menu_ui/src/MenuForm.php
Recursive helper function for buildOverviewForm().
MenuLinkContentDeleteFormTest::testMenuLinkContentDeleteForm in core/modules/menu_link_content/tests/src/Functional/MenuLinkContentDeleteFormTest.php
Tests the MenuLinkContentDeleteForm class.
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.
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.
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
NodeActionsConfigurationTest::testAssignOwnerNodeActionConfiguration in core/modules/node/tests/src/Functional/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.
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.
NodeTranslationUITest::testPublishedStatusNoFields in core/modules/node/tests/src/Functional/NodeTranslationUITest.php
Tests changing the published status on a node without fields.
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.
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.
ResponsiveImageAdminUITest::testResponsiveImageAdmin in core/modules/responsive_image/tests/src/Functional/ResponsiveImageAdminUITest.php
Test 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
RevisionLinkDelete::getDefaultLabel in core/modules/node/src/Plugin/views/field/RevisionLinkDelete.php
Returns the default label for this link.
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
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.
ShortcutSetsTest::testShortcutSetDelete in core/modules/shortcut/tests/src/Functional/ShortcutSetsTest.php
Tests deleting a shortcut set.
taxonomy.links.contextual.yml in core/modules/taxonomy/taxonomy.links.contextual.yml
core/modules/taxonomy/taxonomy.links.contextual.yml
TermTest::testNodeTermCreationAndDeletion in core/modules/taxonomy/tests/src/Functional/TermTest.php
Test 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.
UserRoleAdminTest::testRoleAdministration in core/modules/user/tests/src/Functional/UserRoleAdminTest.php
Test adding, renaming and deleting roles.
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
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
Test 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.
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.