A renderable item list
Get raw version
php
array( '#theme' => 'item_list', '#items' => $links, '#type' => 'ul', '#attributes' => array('class' => 'my-list'), );