public BaseFieldOverride::getDisplayOptions($display_context)
Returns the default display options for the field.
If the field's display is configurable, the returned display options act as default values and may be overridden via the respective entity display. Otherwise, the display options will be applied to entity displays as is.
Parameters
string $display_context: The display context. Either 'view' or 'form'.
Return value
array|null The array of display options for the field, or NULL if th