getLinkAttributes(); $image_attributes = $nav->getImage()->getAttributes(); $attributes['title'] = $image_attributes['title'] ?? null; // Add badge number to link attributes if ($nav->getBadgeNumber()) { $attributes['data-badge'] = (int)$nav->getBadgeNumber(); } // Convert link attributes array to proper attribute string $attr_str = arrayToHtmlAttributes($attributes); ?>