File tree Expand file tree Collapse file tree 6 files changed +10
-11
lines changed Expand file tree Collapse file tree 6 files changed +10
-11
lines changed Original file line number Diff line number Diff line change 6
6
7
7
use Ibexa \Contracts \Core \Repository \ContentService ;
8
8
use Ibexa \Core \MVC \Symfony \Security \Authorization \Attribute ;
9
- use Netgen \Bundle \InformationCollectionBundle \Form \ExportType ;
9
+ use Netgen \Bundle \InformationCollectionBundle \Form \Type \ ExportType ;
10
10
use Netgen \InformationCollection \API \Service \Exporter ;
11
11
use Netgen \InformationCollection \API \Value \Export \ExportCriteria ;
12
12
use Netgen \InformationCollection \Core \Export \ExportResponseFormatterRegistry ;
Original file line number Diff line number Diff line change 10
10
use Ibexa \Core \Repository \SiteAccessAware \ContentTypeService ;
11
11
use Netgen \Bundle \InformationCollectionBundle \Form \DataWrapper ;
12
12
use Netgen \Bundle \InformationCollectionBundle \Form \Payload \InformationCollectionStruct ;
13
- use Netgen \Bundle \InformationCollectionBundle \Form \InformationCollectionUpdateType ;
13
+ use Netgen \Bundle \InformationCollectionBundle \Form \Type \ InformationCollectionUpdateType ;
14
14
use Netgen \InformationCollection \API \FieldHandler \CustomLegacyFieldHandlerInterface ;
15
15
use Netgen \InformationCollection \API \Value \Attribute ;
16
16
use Netgen \InformationCollection \API \Value \Collection ;
20
20
use Symfony \Component \Form \FormBuilderInterface ;
21
21
use Symfony \Component \Form \FormFactoryInterface ;
22
22
use Symfony \Component \Routing \RouterInterface ;
23
-
24
23
use function sprintf ;
25
24
26
25
class FormBuilder
Original file line number Diff line number Diff line change 1
1
<?php
2
2
3
- namespace Netgen \Bundle \InformationCollectionBundle \Form ;
3
+ namespace Netgen \Bundle \InformationCollectionBundle \Form \ Type ;
4
4
5
5
use Netgen \Bundle \InformationCollectionBundle \Listener \CaptchaValidationListener ;
6
6
use Symfony \Component \Form \AbstractType ;
Original file line number Diff line number Diff line change 2
2
3
3
declare (strict_types=1 );
4
4
5
- namespace Netgen \Bundle \InformationCollectionBundle \Form ;
5
+ namespace Netgen \Bundle \InformationCollectionBundle \Form \ Type ;
6
6
7
7
use DateTimeInterface ;
8
8
use Netgen \InformationCollection \API \Value \Export \ExportCriteria ;
9
9
use Netgen \InformationCollection \API \Value \Filter \ContentId ;
10
+ use Netgen \InformationCollection \Core \Export \ExportResponseFormatterRegistry ;
10
11
use Symfony \Component \Form \AbstractType ;
11
12
use Symfony \Component \Form \DataMapperInterface ;
13
+ use Symfony \Component \Form \Extension \Core \Type \ChoiceType ;
12
14
use Symfony \Component \Form \Extension \Core \Type \DateType ;
13
15
use Symfony \Component \Form \Extension \Core \Type \HiddenType ;
14
16
use Symfony \Component \Form \Extension \Core \Type \IntegerType ;
15
17
use Symfony \Component \Form \Extension \Core \Type \SubmitType ;
16
- use Symfony \Component \Form \Extension \Core \Type \ChoiceType ;
17
18
use Symfony \Component \Form \FormBuilderInterface ;
18
19
use Symfony \Component \Form \FormError ;
19
20
use Symfony \Component \Form \FormEvent ;
20
21
use Symfony \Component \Form \FormEvents ;
21
22
use Symfony \Component \OptionsResolver \OptionsResolver ;
22
23
use Symfony \Component \Validator \Constraints as Assert ;
23
- use Netgen \InformationCollection \Core \Export \ExportResponseFormatterRegistry ;
24
24
25
25
class ExportType extends AbstractType implements DataMapperInterface
26
26
{
Original file line number Diff line number Diff line change 2
2
3
3
declare (strict_types=1 );
4
4
5
- namespace Netgen \Bundle \InformationCollectionBundle \Form ;
5
+ namespace Netgen \Bundle \InformationCollectionBundle \Form \ Type ;
6
6
7
7
use eZ \Publish \API \Repository \Values \ContentType \ContentType ;
8
8
use Ibexa \Contracts \Core \SiteAccess \ConfigResolverInterface ;
9
+ use Netgen \Bundle \InformationCollectionBundle \Form \DataWrapper ;
10
+ use Netgen \Bundle \InformationCollectionBundle \Form \FieldTypeHandlerRegistry ;
9
11
use Netgen \Bundle \InformationCollectionBundle \Form \Payload \InformationCollectionStruct ;
10
- use Netgen \Bundle \InformationCollectionBundle \Form \Type \AbstractContentType ;
11
12
use Netgen \InformationCollection \API \Value \Collection ;
12
13
use RuntimeException ;
13
14
use Symfony \Component \Form \DataMapperInterface ;
14
15
use Symfony \Component \Form \FormBuilderInterface ;
15
16
use Symfony \Component \OptionsResolver \OptionsResolver ;
16
-
17
17
use function array_keys ;
18
18
use function in_array ;
19
19
use function sprintf ;
Original file line number Diff line number Diff line change 5
5
namespace Netgen \Bundle \InformationCollectionBundle \Ibexa \ContentForms ;
6
6
7
7
use Ibexa \Contracts \Core \SiteAccess \ConfigResolverInterface ;
8
- use Netgen \Bundle \InformationCollectionBundle \Form \CaptchaType ;
8
+ use Netgen \Bundle \InformationCollectionBundle \Form \Type \ CaptchaType ;
9
9
use Netgen \InformationCollection \API \Service \CaptchaService ;
10
10
use Netgen \InformationCollection \API \Value \InformationCollectionStruct ;
11
11
use Symfony \Component \Form \AbstractType ;
You can’t perform that action at this time.
0 commit comments