X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fcore%2Flib%2FDrupal%2FCore%2FForm%2FBaseFormIdInterface.php;h=6c9bb5901cda8e88ae8ecdb878948af8b09bc8c3;hp=de0c99828622ce7c97fce41c3926b05001672813;hb=bfbba508964731508b9bd6d5835c2edc858db95b;hpb=cb9a80db11fc6b014e5b1e693a5a391c95eb5d9a diff --git a/web/core/lib/Drupal/Core/Form/BaseFormIdInterface.php b/web/core/lib/Drupal/Core/Form/BaseFormIdInterface.php index de0c99828..6c9bb5901 100644 --- a/web/core/lib/Drupal/Core/Form/BaseFormIdInterface.php +++ b/web/core/lib/Drupal/Core/Form/BaseFormIdInterface.php @@ -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 {