File tree Expand file tree Collapse file tree 2 files changed +15
-0
lines changed
Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Original file line number Diff line number Diff line change 11# OutputDataConfigToolkit
22
3+ > [ !WARNING]
4+ > This bundle won't be migrated to Pimcore Studio and therefore will be deprecated with 6.2.
5+
36This toolkit provides an user interface to create output formats for data objects based on different output channels.
47So it is possible to define, which attributes of a data objects should be printed in a certain output channel.
58An output data configuration consists of
Original file line number Diff line number Diff line change 2020use Pimcore \Extension \Bundle \Traits \PackageVersionTrait ;
2121use Symfony \Component \DependencyInjection \Extension \ExtensionInterface ;
2222
23+ /**
24+ * @deprecated version 6.2
25+ */
2326class OutputDataConfigToolkitBundle extends AbstractPimcoreBundle implements PimcoreBundleAdminClassicInterface
2427{
2528 use BundleAdminClassicTrait;
2629 use PackageVersionTrait;
2730
31+ public function __construct ()
32+ {
33+ trigger_deprecation (
34+ 'pimcore/output-data-config-toolkit-bundle ' ,
35+ '6.2 ' ,
36+ 'The OutputDataConfigToolkitBundle is deprecated and will be discontinued with Pimcore Studio. '
37+ );
38+ }
39+
2840 protected function getComposerPackageName (): string
2941 {
3042 return 'pimcore/output-data-config-toolkit-bundle ' ;
You can’t perform that action at this time.
0 commit comments