Problem/motivation
When #2028499: drupal_sort_weight should be converted to a class goes in, then drupal_sort_weight will be deprecated.
Proposed resolution
Replace all instances ofuasort($operations, 'drupal_sort_weight');
withuasort($operations, array('Drupal\Component\Utility\SortArray', 'sortWeight'));