Exemplo n.º 1
0
 /**
  * {@inheritdoc}
  */
 public function setCache($form_build_id, $form, FormStateInterface $form_state)
 {
     $this->formCache->setCache($form_build_id, $form, $form_state);
 }