Beispiel #1
0
 /**
  * {@inheritdoc}
  */
 public function buildView(FormView $view, FormInterface $form, array $options)
 {
     $view->vars['ipLookupAttribution'] = null !== $this->ipLookup ? $this->ipLookup->getAttribution() : '';
 }