Same name in other branches
| Object name | Nom du fichier | Résumé |
|---|---|---|
| Checked | src/Plugin/FieldState/Checked.php | Controls checkbox field widget checked state in relation to other fields. |
| Collapsed | src/Plugin/FieldState/Collapsed.php | Controls details field widget collapsed state in relation to other fields. |
| Disabled | src/Plugin/FieldState/Disabled.php | Controls field widget disabled state in relation to other fields dynamically. |
| Enabled | src/Plugin/FieldState/Enabled.php | Controls field widget enabled state in relation to other fields dynamically. |
| Expanded | src/Plugin/FieldState/Expanded.php | Controls details field widget expanded state in relation to other fields. |
| Invisible | src/Plugin/FieldState/Invisible.php | Controls field widget visibility in relation to other fields dynamically. |
| Optional | src/Plugin/FieldState/Optional.php | Controls field widget optional state in relation to other fields dynamically. |
| Required | src/Plugin/FieldState/Required.php | Controls field widget required state in relation to other fields dynamically. |
| Unchecked | src/Plugin/FieldState/Unchecked.php | Controls checkbox field widget unchecked state in relation to other fields. |
| Visible | src/Plugin/FieldState/Visible.php | Controls field widget visibility in relation to other fields dynamically. |