PHP 8.3.31
Preview: functions.php Size: 563 B
/home/getspomw/royalsquad.us/vendor/symfony/translation/Resources/functions.php

<?php

/*
 * This file is part of the Symfony package.
 *
 * (c) Fabien Potencier <fabien@symfony.com>
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */

namespace Symfony\Component\Translation;

if (!\function_exists(t::class)) {
    /**
     * @author Nate Wiebe <nate@northern.co>
     */
    function t(string $message, array $parameters = [], ?string $domain = null): TranslatableMessage
    {
        return new TranslatableMessage($message, $parameters, $domain);
    }
}

Directory Contents

Dirs: 3 × Files: 1

Name Size Perms Modified Actions
bin DIR
- drwxrwxrwx 2026-04-22 17:00:24
Edit Download
data DIR
- drwxrwxrwx 2025-09-17 06:53:18
Edit Download
schemas DIR
- drwxrwxrwx 2025-09-17 06:53:18
Edit Download
563 B lrw-rw-rw- 2025-09-17 06:53:18
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).