Flag indicating whether the field is required.
TRUE if a value for this field is required when used with this bundle, FALSE otherwise. Currently, required-ness is only enforced at the Form API level in entity edit forms, not during direct API saves.
Type: bool
File
- core/lib/Drupal/Core/Field/FieldConfigBase.php, line 103
Class
- FieldConfigBase
- Base class for configurable field definitions.
Namespace
Drupal\Core\Field
Code
protected $required = FALSE;
Please login to continue.