Skip to content
Snippets Groups Projects

Issue #3447072 by thejimbirch, alexpott, phenaproxima: Add 'recipe system' and...

Open kalpana jaiswal requested to merge issue/drupal-3453922:3453922-sort-the-option into 11.0.x
1 file
+ 2
0
Compare changes
  • Side-by-side
  • Inline
@@ -457,6 +457,8 @@ public function fieldSettingsForm(array $form, FormStateInterface $form_state) {
@@ -457,6 +457,8 @@ public function fieldSettingsForm(array $form, FormStateInterface $form_state) {
$handlers_options[$selection_group_plugin] = Html::escape($selection_plugins[$selection_group_id][$selection_group_plugin]['base_plugin_label']);
$handlers_options[$selection_group_plugin] = Html::escape($selection_plugins[$selection_group_id][$selection_group_plugin]['base_plugin_label']);
}
}
}
}
 
// Sort the handlers options.
 
natcasesort($handlers_options);
$form = [
$form = [
'#type' => 'container',
'#type' => 'container',
Loading