Skip to content
Snippets Groups Projects

Issue #3409489 by bluegeek9: Fatal error: Class SubFormState contains 2...

1 file
+ 15
0
Compare changes
  • Side-by-side
  • Inline
+ 15
0
@@ -839,4 +839,19 @@ class SubFormState implements FormStateInterface {
return $this;
}
/**
* {@inheritdoc}
*/
public function setIgnoreDestination(bool $status = TRUE) {
$this->mainFormState->setIgnoreDestination($status);
return $this;
}
/**
* {@inheritdoc}
*/
public function getIgnoreDestination(): bool {
return $this->mainFormState->getIgnoreDestination();
}
}
Loading