$description = $this->t('A user-defined date format. See the <a href="http://php.net/manual/function.date.php" target="_blank">PHP </a> for available options.');
This code does not open the link in a new tab, instead it opens on the same tab. is there a way I can fix this code? Or is there an alternate to target="_blank"
or to open a URL in a new tab?