From 7bff25dd707bab175edc0a4353d6c3ea9fa9f283 Mon Sep 17 00:00:00 2001 From: markcarver Date: Tue, 21 Mar 2017 18:57:44 -0500 Subject: [PATCH] Issue #2862702 by markcarver: PrepareModulesEntityUninstallForm::formTitle does not exist --- core/modules/system/system.routing.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/modules/system/system.routing.yml b/core/modules/system/system.routing.yml index ee9afc1516..9988f7ff62 100644 --- a/core/modules/system/system.routing.yml +++ b/core/modules/system/system.routing.yml @@ -427,7 +427,7 @@ system.prepare_modules_entity_uninstall: path: '/admin/modules/uninstall/entity/{entity_type_id}' defaults: _form: '\Drupal\system\Form\PrepareModulesEntityUninstallForm' - _title_callback: '\Drupal\system\Form\PrepareModulesEntityUninstallForm::formTitle' + _title: 'Confirm content uninstall' requirements: _permission: 'administer modules' -- 2.12.0