public FieldConfigBase::isTranslatable()
The name of a callback function that returns default values. The function will be called with the following arguments:
public FieldConfigBase::getSetting($setting_name)
public FieldConfigBase::postCreate(EntityStorageInterface $storage)
The field type. This property is denormalized from the field storage for optimization of the "entity and render cache hits" critical paths.
Flag indicating whether the field is required. TRUE if a value for this field is required when used with this bundle, FALSE otherwise. Currently
public FieldConfigBase::addConstraint($constraint_name, $options =
public FieldConfigBase::addPropertyConstraints($name, array $constraints)
Field-type specific settings. An array of key/value pairs. The keys and default values are defined by the field type.
Array of constraint options keyed by constraint plugin ID. Type:
Page 2 of 6