Symfony\Component\Form\FieldInterface::isDisabled PHP Method

isDisabled() public method

The content of a disabled field is displayed, but not allowed to be modified. The validation of modified, disabled fields should fail. Fields whose parents are disabled are considered disabled regardless of their own state.
public isDisabled ( ) : boolean
return boolean
    function isDisabled();