function UpdateReady::getFormId

Same name in other branches
  1. 8.9.x core/modules/update/src/Form/UpdateReady.php \Drupal\update\Form\UpdateReady::getFormId()
  2. 10 core/modules/update/src/Form/UpdateReady.php \Drupal\update\Form\UpdateReady::getFormId()
  3. 11.x core/modules/update/src/Form/UpdateReady.php \Drupal\update\Form\UpdateReady::getFormId()

Overrides FormInterface::getFormId

File

core/modules/update/src/Form/UpdateReady.php, line 71

Class

UpdateReady
Configure update settings for this site.

Namespace

Drupal\update\Form

Code

public function getFormId() {
    return 'update_manager_update_ready_form';
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.