if (null ===
$this->parent ||
$this->parent->
isRequired()) { return $this->config->
getRequired();
} return false;
} public function isDisabled(): bool
{ if (null ===
$this->parent || !
$this->parent->
isDisabled()) { return $this->config->
getDisabled();
} return true;
} public function setParent(FormInterface
$parent = null
):
static { if (1 > \
func_num_args()) { trigger_deprecation('symfony/form', '6.2', 'Calling "%s()" without any arguments is deprecated, pass null explicitly instead.', __METHOD__
);
}