diff --git a/core/modules/views/src/Plugin/views/area/Title.php b/core/modules/views/src/Plugin/views/area/Title.php index 2eaeda8..93ea0a4 100644 --- a/core/modules/views/src/Plugin/views/area/Title.php +++ b/core/modules/views/src/Plugin/views/area/Title.php @@ -41,7 +41,7 @@ public function buildOptionsForm(&$form, FormStateInterface $form_state) { ); // Don't use the AreaPluginBase tokenForm method, we don't want row tokens. - $this->view->getTokenParser->()globalTokenForm($form, $form_state); + $this->view->getTokenParser()->globalTokenForm($form, $form_state); } /**