You are here

function noderelationships_settings_region_sort in Node Relationships 6

Sort back reference regions by weight.

1 call to noderelationships_settings_region_sort()
noderelationships_settings_load in ./noderelationships.inc
Get relationship settings for the given content type.

File

./noderelationships.inc, line 246
Common functions for the noderelationships module.

Code

function noderelationships_settings_region_sort(&$region) {
  uasort($region, 'noderelationships_settings_element_sort');
}