Page callback: Presents the picture list page.
A render array for a page containing a list of content.
picture_menu()
function picture_mapping_page() { $controller = entity_list_controller('picture_mapping'); return $controller ->render(); }