/**
 * Denormalize view name.
 *
 * @param string $view View name.
 */
public static function denormalizeName(string $view): string

Examples

echo View::denormalizeName('user.welcome');

The above example will output:

user/welcome