X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=web%2Fcore%2Flib%2FDrupal%2FCore%2FForm%2FBaseFormIdInterface.php;h=6c9bb5901cda8e88ae8ecdb878948af8b09bc8c3;hb=refs%2Fheads%2Fd864;hp=de0c99828622ce7c97fce41c3926b05001672813;hpb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;p=yaffs-website 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 {