You are here

protected property FieldConfigBase::$required in Drupal 9

Same name and namespace in other branches
  1. 8 core/lib/Drupal/Core/Field/FieldConfigBase.php \Drupal\Core\Field\FieldConfigBase::required

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 105

Class

FieldConfigBase
Base class for configurable field definitions.

Namespace

Drupal\Core\Field

Code

protected $required = FALSE;