Upgraded drupal core with security updates
[yaffs-website] / web / core / lib / Drupal / Core / Form / BaseFormIdInterface.php
index de0c99828622ce7c97fce41c3926b05001672813..6c9bb5901cda8e88ae8ecdb878948af8b09bc8c3 100644 (file)
@@ -5,7 +5,7 @@ namespace Drupal\Core\Form;
 /**
  * Provides an interface for a Form that has a base form ID.
  *
- * This will become the $form_state->getBaseInfo()['base_form_id'] used to
+ * This will become the $form_state->getBuildInfo()['base_form_id'] used to
  * generate the name of hook_form_BASE_FORM_ID_alter().
  */
 interface BaseFormIdInterface extends FormInterface {