Issue #1981368 follow-up by tim.plunkett: Convert more routes to new naming convention.

8.0.x
webchick 2013-09-15 14:52:52 -07:00
parent d822f213e7
commit 1024ba8393
3 changed files with 3 additions and 3 deletions

View File

@ -79,7 +79,7 @@ class NodeRevisionDeleteForm extends ConfirmFormBase implements ContainerInjecti
* {@inheritdoc} * {@inheritdoc}
*/ */
public function getFormID() { public function getFormID() {
return 'node.revision_delete_confirm'; return 'node_revision_delete_confirm';
} }
/** /**

View File

@ -55,7 +55,7 @@ class PerformanceForm extends SystemConfigFormBase {
* {@inheritdoc} * {@inheritdoc}
*/ */
public function getFormID() { public function getFormID() {
return 'system.performance_settings'; return 'system_performance_settings';
} }
/** /**

View File

@ -55,7 +55,7 @@ class SiteMaintenanceModeForm extends SystemConfigFormBase {
* {@inheritdoc} * {@inheritdoc}
*/ */
public function getFormID() { public function getFormID() {
return 'system.site_maintenance_mode'; return 'system_site_maintenance_mode';
} }
/** /**