Component\Validator\Context

Classes ExecutionContext The context used and created by {@link ExecutionContextFactory}. ExecutionContextFactory Creates new {@link ExecutionContext} instances. LegacyExecutionContext deprecated An execution context that is compatible with the legacy API (< 2.5). LegacyExecutionContextFactory deprecated Creates new {@link LegacyExecutionContext} instances. Interfaces ExecutionContextFactoryInterface Creates instances of {@link ExecutionContextInterface}. ExecutionCont

Component\Validator\Constraints

Namespaces Symfony\Component\Validator\Constraints\Collection Classes AbstractComparison Used for the comparison of values. AbstractComparisonValidator Provides a base class for the validation of property comparisons. All AllValidator Blank BlankValidator Callback CallbackValidator Validator for Callback constraint CardScheme Metadata for the CardSchemeValidator. CardSchemeValidator Validates that a card number belongs to a specified scheme. Choice

Component\Validator

Namespaces Symfony\Component\Validator\ConstraintsSymfony\Component\Validator\ExceptionSymfony\Component\Validator\Mapping Classes Constraint Contains the properties of a constraint definition. ConstraintValidator Base class for constraint validators ConstraintValidatorFactory Default implementation of the ConstraintValidatorFactoryInterface. ConstraintViolation Default implementation of {@ConstraintViolationInterface}. ConstraintViolationList Default implementation of {@Co

Component\Translation\Writer

Classes TranslationWriter TranslationWriter writes translation messages.

Component\Translation\Util

Classes ArrayConverter ArrayConverter generates tree like structure from a message catalogue.

Component\Translation\Loader

Classes ArrayLoader ArrayLoader loads translations from a PHP array. CsvFileLoader CsvFileLoader loads translations from CSV files. IcuDatFileLoader IcuResFileLoader loads translations from a resource bundle. IcuResFileLoader IcuResFileLoader loads translations from a resource bundle. IniFileLoader IniFileLoader loads translations from an ini file. MoFileLoader PhpFileLoader PhpFileLoader loads translations from PHP files returning an array of translations. PoFileLo

Component\Translation\Extractor

Classes ChainExtractor ChainExtractor extracts translation messages from template files. Interfaces ExtractorInterface Extracts translation messages from a template directory to the catalogue.

Component\Translation\Exception

Classes InvalidResourceException Thrown when a resource cannot be loaded. NotFoundResourceException Thrown when a resource does not exist. Interfaces ExceptionInterface Exception interface for all exceptions thrown by the component.

Component\Translation\Dumper

Classes CsvFileDumper CsvFileDumper generates a csv formatted string representation of a message catalogue. FileDumper FileDumper is an implementation of DumperInterface that dump a message catalogue to file(s). IcuResFileDumper IcuResDumper generates an ICU ResourceBundle formatted string representation of a message catalogue. IniFileDumper IniFileDumper generates an ini formatted string representation of a message catalogue. MoFileDumper MoFileDumper generates a gettext for

Component\Translation\DataCollector

Classes TranslationDataCollector