setCategoryId('Goals_Goals'); $config->setSubcategoryId('Goals_ManageGoals'); $config->setIsNotWidgetizable(); if (empty($idSite)) { $config->disable(); return; } $goals = Request::processRequest('Goals.getGoals', ['idSite' => $idSite, 'filter_limit' => '-1'], $default = []); $config->setName('Goals_ManageGoals'); if (count($goals) === 0) { $config->disable(); } } }