Method: Scrivito::BasicObj#sorted_toclist

Defined in:
app/cms/scrivito/basic_obj.rb

#sorted_toclistArray<Obj>

Returns a list of children that are sorted according to the order specifed in the child_order attribute. The same sort order is used when rendering navigations using the scrivito_tag_list helper.

Returns:



651
652
653
# File 'app/cms/scrivito/basic_obj.rb', line 651

def sorted_toclist
  sort_toclist(toclist)
end