TranslationExtension::getFilters()

getFilters() {@inheritdoc}

TranslationExtension

class TranslationExtension extends Twig_Extension Provides integration of the Translation component with Twig. Methods __construct(TranslatorInterface $translator, Twig_NodeVisitorInterface $translationNodeVisitor = null) getTranslator() getFilters() {@inheritdoc} array getTokenParsers() Returns the token parser instance to add to the existing list. getNodeVisitors() {@inheritdoc} getTranslationNodeVisitor() trans($message, array $arguments = array(), $do

TranslationDebugCommand

class TranslationDebugCommand extends ContainerAwareCommand Helps finding unused or missing translation messages in a given locale and comparing them with the fallback ones. Constants MESSAGE_MISSING MESSAGE_UNUSED MESSAGE_EQUALS_FALLBACK Methods __construct(string|null $name = null) Constructor. from Command ignoreValidationErrors() Ignores validation errors. from Command setApplication(Application $application = null) Sets the application instance for this command

TranslationDefaultDomainNodeVisitor

class TranslationDefaultDomainNodeVisitor extends Twig_BaseNodeVisitor TranslationDefaultDomainNodeVisitor. Methods __construct() Constructor. getPriority() {@inheritdoc} Details __construct() Constructor. getPriority() {@inheritdoc}

TranslationDataCollector::getMessages()

array getMessages() Return Value array

TranslationDataCollector::lateCollect()

lateCollect() Collects data as late as possible.

TranslationDataCollector::getName()

string getName() Returns the name of the collector. Return Value string The collector name

TranslationDataCollector::getCountDefines()

int getCountDefines() Return Value int

TranslationDataCollector::getCountMissings()

int getCountMissings() Return Value int

TranslationDataCollector::getCountFallbacks()

int getCountFallbacks() Return Value int