function EntityFormDisplayEditForm::getDisplayModes

Returns the form or view modes used by this form.

Return value

array An array of form or view mode info.

Overrides EntityDisplayFormBase::getDisplayModes

File

core/modules/field_ui/src/Form/EntityFormDisplayEditForm.php, line 71

Class

EntityFormDisplayEditForm
Edit form for the EntityFormDisplay entity type.

Namespace

Drupal\field_ui\Form

Code

protected function getDisplayModes() {
  return $this->entityDisplayRepository
    ->getFormModes($this->entity
    ->getTargetEntityTypeId());
}

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