function EntityViewDisplayEditForm::getDisplayModeOptions

Returns an array of form or view mode options.

Return value

array An array of form or view mode options.

Overrides EntityDisplayFormBase::getDisplayModeOptions

File

core/modules/field_ui/src/Form/EntityViewDisplayEditForm.php, line 112

Class

EntityViewDisplayEditForm
Edit form for the EntityViewDisplay entity type.

Namespace

Drupal\field_ui\Form

Code

protected function getDisplayModeOptions() {
  return $this->entityDisplayRepository
    ->getViewModeOptions($this->entity
    ->getTargetEntityTypeId());
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.