- Issue created by @gcb
- Status changed to Closed: works as designed
over 1 year ago 7:35pm 25 June 2023 - π¬π§United Kingdom joachim
The bug is in the other module.
The docs say:
/** * Returns whether the display for the field can be configured. * * @param string $display_context * The display context. Either 'view' or 'form'. * * @return bool * TRUE if the display for this field is configurable in the given context. * If TRUE, the display options returned by getDisplayOptions() may be * overridden via the respective entity display. * * @see \Drupal\Core\Entity\Display\EntityDisplayInterface */ public function isDisplayConfigurable($display_context);