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 103

Class

FieldConfigBase
Base class for configurable field definitions.

Namespace

Drupal\Core\Field

Code

protected $required = FALSE;
doc_Drupal
2016-10-29 09:10:49
Comments
Leave a Comment

Please login to continue.