throw new BadMethodCallException('FormConfigBuilder methods cannot be accessed anymore once the builder is turned into a FormConfigInterface instance.'
);
} $this->modelTransformers =
[];
return $this;
} public function getEventDispatcher(): EventDispatcherInterface
{ if ($this->locked && !
$this->dispatcher instanceof ImmutableEventDispatcher
) { $this->dispatcher =
new ImmutableEventDispatcher($this->dispatcher
);
} return $this->dispatcher;
} public function getName(): string
{ return $this->name;
} public function getPropertyPath(): ?PropertyPathInterface
{