File tree Expand file tree Collapse file tree 8 files changed +0
-18
lines changed
Bundle/FrameworkBundle/Templating/Helper Expand file tree Collapse file tree 8 files changed +0
-18
lines changed Original file line number Diff line number Diff line change 14
14
use Symfony \Bridge \Twig \TokenParser \FormThemeTokenParser ;
15
15
use Symfony \Bridge \Twig \Form \TwigRendererInterface ;
16
16
use Symfony \Component \Form \Extension \Core \View \ChoiceView ;
17
- use Symfony \Component \Form \Extension \Csrf \CsrfProvider \CsrfProviderInterface ;
18
17
19
18
/**
20
19
* FormExtension extends Twig with form capabilities.
Original file line number Diff line number Diff line change 14
14
use Symfony \Component \Templating \Helper \Helper ;
15
15
use Symfony \Component \Form \FormRendererInterface ;
16
16
use Symfony \Component \Form \FormView ;
17
- use Symfony \Component \Templating \EngineInterface ;
18
- use Symfony \Component \Form \Exception \FormException ;
19
- use Symfony \Component \Form \Extension \Csrf \CsrfProvider \CsrfProviderInterface ;
20
- use Symfony \Component \Form \Extension \Core \View \ChoiceView ;
21
- use Symfony \Component \Form \Util \FormUtil ;
22
17
23
18
/**
24
19
* FormHelper provides helpers to help display forms.
Original file line number Diff line number Diff line change 11
11
12
12
namespace Symfony \Component \Console \Output ;
13
13
14
- use Symfony \Component \Console \Formatter \OutputFormatter ;
15
14
use Symfony \Component \Console \Formatter \OutputFormatterInterface ;
16
15
use Symfony \Component \Console \Output \ConsoleOutputInterface ;
17
16
Original file line number Diff line number Diff line change 13
13
14
14
use Symfony \Component \Form \FormError ;
15
15
use Symfony \Component \Form \FormView ;
16
- use Symfony \Component \Form \FormFactory ;
17
- use Symfony \Component \Form \Extension \Core \CoreExtension ;
18
16
use Symfony \Component \Form \Extension \Csrf \CsrfExtension ;
19
17
20
18
abstract class AbstractLayoutTest extends FormIntegrationTestCase
Original file line number Diff line number Diff line change 12
12
namespace Symfony \Component \Form \Tests ;
13
13
14
14
use Symfony \Component \Form \Form ;
15
- use Symfony \Component \Form \FormView ;
16
15
use Symfony \Component \Form \FormError ;
17
16
use Symfony \Component \Form \Extension \HttpFoundation \EventListener \BindRequestListener ;
18
17
use Symfony \Component \HttpFoundation \Request ;
19
18
use Symfony \Component \HttpFoundation \File \UploadedFile ;
20
- use Symfony \Component \EventDispatcher \EventDispatcher ;
21
19
use Symfony \Component \Form \Tests \Fixtures \FixedDataTransformer ;
22
20
23
21
class CompoundFormTest extends AbstractFormTest
Original file line number Diff line number Diff line change 11
11
12
12
namespace Symfony \Component \Form \Tests ;
13
13
14
- use Symfony \Component \Form \FormBuilder ;
15
14
use Symfony \Component \Form \FormTypeGuesserChain ;
16
15
use Symfony \Component \Form \FormFactory ;
17
16
use Symfony \Component \Form \Guess \Guess ;
18
17
use Symfony \Component \Form \Guess \ValueGuess ;
19
18
use Symfony \Component \Form \Guess \TypeGuess ;
20
19
use Symfony \Component \Form \Tests \Fixtures \Author ;
21
- use Symfony \Component \Form \Tests \Fixtures \AuthorType ;
22
- use Symfony \Component \Form \Tests \Fixtures \TestExtension ;
23
20
use Symfony \Component \Form \Tests \Fixtures \FooType ;
24
21
use Symfony \Component \Form \Tests \Fixtures \FooSubType ;
25
22
use Symfony \Component \Form \Tests \Fixtures \FooSubTypeWithParentInstance ;
26
- use Symfony \Component \Form \Tests \Fixtures \FooTypeBarExtension ;
27
- use Symfony \Component \Form \Tests \Fixtures \FooTypeBazExtension ;
28
23
29
24
/**
30
25
* @author Bernhard Schussek <bschussek@gmail.com>
Original file line number Diff line number Diff line change 12
12
namespace Symfony \Component \Form \Tests ;
13
13
14
14
use Symfony \Component \Form \Forms ;
15
- use Symfony \Component \Form \Extension \Core \CoreExtension ;
16
15
17
16
/**
18
17
* @author Bernhard Schussek <bschussek@gmail.com>
Original file line number Diff line number Diff line change 14
14
use Symfony \Component \Form \ResolvedFormType ;
15
15
use Symfony \Component \Form \FormView ;
16
16
use Symfony \Component \Form \FormBuilder ;
17
- use Symfony \Component \Form \FormConfigBuilder ;
18
17
use Symfony \Component \Form \Form ;
19
18
use Symfony \Component \OptionsResolver \OptionsResolverInterface ;
20
19
You can’t perform that action at this time.
0 commit comments