TwigExtractor
class TwigExtractor extends AbstractFileExtractor implements ExtractorInterface
TwigExtractor extracts translation messages from a twig template.
Methods
__construct(Environment $twig) | ||
extract(string|array $resource, MessageCatalogue $catalogue) Extracts translation messages from files, a file or a directory to the catalogue. | ||
setPrefix(string $prefix) Sets the prefix that should be used for new found messages. |
Details
__construct(Environment $twig)
Parameters
Environment | $twig |
extract(string|array $resource, MessageCatalogue $catalogue)
Extracts translation messages from files, a file or a directory to the catalogue.
Parameters
string|array | $resource | Files, a file or a directory |
MessageCatalogue | $catalogue | The catalogue |
setPrefix(string $prefix)
Sets the prefix that should be used for new found messages.
Parameters
string | $prefix | The prefix |
© 2004–2017 Fabien Potencier
Licensed under the MIT License.
http://api.symfony.com/4.0/Symfony/Bridge/Twig/Translation/TwigExtractor.html