Loading core/modules/field_ui/src/Element/FieldUiTable.php +2 −0 Original line number Diff line number Diff line Loading @@ -31,6 +31,8 @@ public function getInfo() { * @param array $elements * A structured array containing two sub-levels of elements. Properties * used: * - #region_callback: A callback that provides the region of the table to * place the row in. * - #tabledrag: The value is a list of $options arrays that are passed to * drupal_attach_tabledrag(). The HTML ID of the table is added to each * $options array. Loading Loading
core/modules/field_ui/src/Element/FieldUiTable.php +2 −0 Original line number Diff line number Diff line Loading @@ -31,6 +31,8 @@ public function getInfo() { * @param array $elements * A structured array containing two sub-levels of elements. Properties * used: * - #region_callback: A callback that provides the region of the table to * place the row in. * - #tabledrag: The value is a list of $options arrays that are passed to * drupal_attach_tabledrag(). The HTML ID of the table is added to each * $options array. Loading