Issue #1981368 follow-up by tim.plunkett: Convert more routes to new naming convention.
parent
d822f213e7
commit
1024ba8393
|
@ -79,7 +79,7 @@ class NodeRevisionDeleteForm extends ConfirmFormBase implements ContainerInjecti
|
|||
* {@inheritdoc}
|
||||
*/
|
||||
public function getFormID() {
|
||||
return 'node.revision_delete_confirm';
|
||||
return 'node_revision_delete_confirm';
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
@ -55,7 +55,7 @@ class PerformanceForm extends SystemConfigFormBase {
|
|||
* {@inheritdoc}
|
||||
*/
|
||||
public function getFormID() {
|
||||
return 'system.performance_settings';
|
||||
return 'system_performance_settings';
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
@ -55,7 +55,7 @@ class SiteMaintenanceModeForm extends SystemConfigFormBase {
|
|||
* {@inheritdoc}
|
||||
*/
|
||||
public function getFormID() {
|
||||
return 'system.site_maintenance_mode';
|
||||
return 'system_site_maintenance_mode';
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue