public static ActiveLinkResponseFilter::setLinkActiveClass($html_markup, $current_path, $is_front, $url_language, array $query)
Sets the "is-active" class on relevant links.
This is a PHP implementation of the drupal.active-link JavaScript library.
@todo Once a future version of PHP supports parsing HTML5 properly (i.e. doesn't fail on https://www.drupal.org/comment/7938201#comment-7938201) then we can get rid of this manual parsing and use DOMDocument instead.
Parameters
string $html_markup.: