Skip to content
Snippets Groups Projects

Issue #3453922 "Entityreference::fieldSettingsForm() should sort the $handlers_options"

1 file
+ 3
0
Compare changes
  • Side-by-side
  • Inline
@@ -458,6 +458,9 @@ public function fieldSettingsForm(array $form, FormStateInterface $form_state) {
}
}
// Sort the handlers options.
natcasesort($handlers_options);
$form = [
'#type' => 'container',
'#process' => [[static::class, 'fieldSettingsAjaxProcess']],
Loading