diff --git a/core/modules/views_ui/src/Form/Ajax/ViewsFormBase.php b/core/modules/views_ui/src/Form/Ajax/ViewsFormBase.php index 62679d3..d9c5dfc 100644 --- a/core/modules/views_ui/src/Form/Ajax/ViewsFormBase.php +++ b/core/modules/views_ui/src/Form/Ajax/ViewsFormBase.php @@ -207,7 +207,7 @@ protected function ajaxFormWrapper($form_class, FormStateInterface &$form_state) } $form_state->disableCache(); - // Render the form in a render context in order to ensure that cacheable + // Builds the form in a render context in order to ensure that cacheable // metadata is bubbled up. $render_context = new RenderContext(); $callable = function () use ($form_class, &$form_state) {