Component\Form\ChoiceList\Loader

Interfaces ChoiceLoaderInterface Loads a choice list.

Component\Form\ChoiceList\Factory

Classes CachingFactoryDecorator Caches the choice lists created by the decorated factory. DefaultChoiceListFactory Default implementation of {@link ChoiceListFactoryInterface}. PropertyAccessDecorator Adds property path support to a choice list factory. Interfaces ChoiceListFactoryInterface Creates {@link ChoiceListInterface} instances.

Component\Form\ChoiceList

Namespaces Symfony\Component\Form\ChoiceList\FactorySymfony\Component\Form\ChoiceList\LoaderSymfony\Component\Form\ChoiceList\View Classes ArrayChoiceList A list of choices with arbitrary data types. ArrayKeyChoiceList deprecated A list of choices that can be stored in the keys of a PHP array. LazyChoiceList A choice list that loads its choices lazily. LegacyChoiceListAdapter deprecated Adapts a legacy choice list implementation to {@link ChoiceListInterface}. Interfaces Ch

Component\Form

Namespaces Symfony\Component\Form\ExceptionSymfony\Component\Form\ExtensionSymfony\Component\Form\GuessSymfony\Component\Form\TestSymfony\Component\Form\Util Classes AbstractExtension AbstractRendererEngine Default implementation of {@link FormRendererEngineInterface}. AbstractType AbstractTypeExtension Button A form button. ButtonBuilder A builder for {@link Button} instances. CallbackTransformer Form Form represents a form. FormBuilder A builder for creati

Component\Finder\Shell

Classes Command Shell

Component\Finder\Iterator

Classes CustomFilterIterator CustomFilterIterator filters files by applying anonymous functions. DateRangeFilterIterator DateRangeFilterIterator filters out files that are not in the given date range (last modified dates). DepthRangeFilterIterator DepthRangeFilterIterator limits the directory depth. ExcludeDirectoryFilterIterator ExcludeDirectoryFilterIterator filters out directories. FilePathsIterator Iterate over shell command result. FileTypeFilterIterator FileTypeFilt

Component\Finder\Expression

Classes Expression Glob Regex Interfaces ValueInterface

Component\Finder\Exception

Classes AccessDeniedException AdapterFailureException Base exception for all adapter failures. OperationNotPermitedException ShellCommandFailureException Interfaces ExceptionInterface

Component\Finder\Comparator

Classes Comparator Comparator. DateComparator DateCompare compiles date comparisons. NumberComparator NumberComparator compiles a simple comparison to an anonymous subroutine, which you can call with a value to be tested again.

Component\Finder\Adapter

Classes AbstractAdapter Interface for finder engine implementations. AbstractFindAdapter Shell engine implementation using GNU find command. BsdFindAdapter Shell engine implementation using BSD find command. GnuFindAdapter Shell engine implementation using GNU find command. PhpAdapter PHP finder engine implementation. Interfaces AdapterInterface