diff --git a/core/modules/field_ui/src/Form/EntityDisplayFormBase.php b/core/modules/field_ui/src/Form/EntityDisplayFormBase.php index 2ed854c..fc59784 100644 --- a/core/modules/field_ui/src/Form/EntityDisplayFormBase.php +++ b/core/modules/field_ui/src/Form/EntityDisplayFormBase.php @@ -160,7 +160,6 @@ public function form(array $form, FormStateInterface $form_state) { $table = array( '#type' => 'table', '#pre_render' => [ - '\Drupal\Core\Render\Element\Table::preRenderTable', [$this, 'tablePreRender'], ], '#tree' => TRUE,