EntityDisplayFormBase::reduceOrder

public EntityDisplayFormBase::reduceOrder($array, $a)

Determines the rendering order of an array representing a tree.

Callback for array_reduce() within \Drupal\field_ui\Form\EntityDisplayFormBase::tablePreRender().

Deprecated

in Drupal 8.0.0, will be removed before Drupal 9.0.0.

File

core/modules/field_ui/src/Form/EntityDisplayFormBase.php, line 700

Class

EntityDisplayFormBase
Base class for EntityDisplay edit forms.

Namespace

Drupal\field_ui\Form

Code

public function reduceOrder($array, $a) {
  return FieldUiTable::reduceOrder($array, $a);
}
doc_Drupal
2016-10-29 09:05:26
Comments
Leave a Comment

Please login to continue.