This repository was archived by the owner on Sep 16, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 7 files changed +61
-7
lines changed Expand file tree Collapse file tree 7 files changed +61
-7
lines changed Original file line number Diff line number Diff line change 1
1
<?php
2
2
3
+ /*
4
+ * This file is part of the Symfony CMF package.
5
+ *
6
+ * (c) 2011-2017 Symfony CMF
7
+ *
8
+ * For the full copyright and license information, please view the LICENSE
9
+ * file that was distributed with this source code.
10
+ */
11
+
3
12
namespace Symfony \Cmf \Bundle \SonataPhpcrAdminIntegrationBundle \Admin ;
4
13
5
14
use Doctrine \Bundle \PHPCRBundle \Form \DataTransformer \DocumentToPathTransformer ;
Original file line number Diff line number Diff line change 1
1
<?php
2
2
3
+ /*
4
+ * This file is part of the Symfony CMF package.
5
+ *
6
+ * (c) 2011-2017 Symfony CMF
7
+ *
8
+ * For the full copyright and license information, please view the LICENSE
9
+ * file that was distributed with this source code.
10
+ */
11
+
3
12
namespace Symfony \Cmf \Bundle \SonataPhpcrAdminIntegrationBundle \DependencyInjection ;
4
13
5
14
use Symfony \Component \Config \Definition \Builder \ArrayNodeDefinition ;
Original file line number Diff line number Diff line change 1
1
<?php
2
2
3
+ /*
4
+ * This file is part of the Symfony CMF package.
5
+ *
6
+ * (c) 2011-2017 Symfony CMF
7
+ *
8
+ * For the full copyright and license information, please view the LICENSE
9
+ * file that was distributed with this source code.
10
+ */
11
+
3
12
namespace Symfony \Cmf \Bundle \SonataPhpcrAdminIntegrationBundle \Tests \Resources \Admin ;
4
13
5
14
use Sonata \AdminBundle \Datagrid \DatagridMapper ;
Original file line number Diff line number Diff line change 1
1
<?php
2
2
3
+ /*
4
+ * This file is part of the Symfony CMF package.
5
+ *
6
+ * (c) 2011-2017 Symfony CMF
7
+ *
8
+ * For the full copyright and license information, please view the LICENSE
9
+ * file that was distributed with this source code.
10
+ */
11
+
3
12
namespace Symfony \Cmf \Bundle \SonataPhpcrAdminIntegrationBundle \Tests \Resources \DataFixtures \Phpcr ;
4
13
5
14
use Doctrine \Common \DataFixtures \FixtureInterface ;
Original file line number Diff line number Diff line change 1
1
<?php
2
2
3
+ /*
4
+ * This file is part of the Symfony CMF package.
5
+ *
6
+ * (c) 2011-2017 Symfony CMF
7
+ *
8
+ * For the full copyright and license information, please view the LICENSE
9
+ * file that was distributed with this source code.
10
+ */
11
+
3
12
namespace Symfony \Cmf \Bundle \SonataPhpcrAdminIntegrationBundle \Tests \Resources \Document ;
4
13
5
14
use Symfony \Cmf \Bundle \CoreBundle \PublishWorkflow \PublishableInterface ;
Original file line number Diff line number Diff line change 1
1
<?php
2
2
3
3
/*
4
- * This file is part of the Symfony CMF package.
5
- *
6
- * (c) 2011-2017 Symfony CMF
7
- *
8
- * For the full copyright and license information, please view the LICENSE
9
- * file that was distributed with this source code.
10
- */
4
+ * This file is part of the Symfony CMF package.
5
+ *
6
+ * (c) 2011-2017 Symfony CMF
7
+ *
8
+ * For the full copyright and license information, please view the LICENSE
9
+ * file that was distributed with this source code.
10
+ */
11
11
12
12
$ container ->loadFromExtension ('cmf_sonata_phpcr_admin_integration ' , [
13
13
'bundles ' => [
Original file line number Diff line number Diff line change 1
1
<?php
2
2
3
+ /*
4
+ * This file is part of the Symfony CMF package.
5
+ *
6
+ * (c) 2011-2017 Symfony CMF
7
+ *
8
+ * For the full copyright and license information, please view the LICENSE
9
+ * file that was distributed with this source code.
10
+ */
11
+
3
12
namespace Symfony \Cmf \Bundle \SonataPhpcrAdminIntegrationBundle \Tests \WebTest \Admin ;
4
13
5
14
use Symfony \Cmf \Component \Testing \Functional \BaseTestCase ;
You can’t perform that action at this time.
0 commit comments