getLinks(); if (!empty($links)) { return [ '#type' => 'dropbutton', '#links' => $links, ]; } else { return ''; } } }