File tree Expand file tree Collapse file tree 10 files changed +10
-10
lines changed
bundle/DependencyInjection/Compiler Expand file tree Collapse file tree 10 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 15
15
use Symfony \Component \DependencyInjection \ContainerBuilder ;
16
16
17
17
/**
18
- * @deprecated 4.6.19 The {@see \Ibexa\Bundle\AdminUi\DependencyInjection\Compiler\ComponentPass} class is deprecated, will be removed in 5 .0.
18
+ * @deprecated 4.6.19 The {@see \Ibexa\Bundle\AdminUi\DependencyInjection\Compiler\ComponentPass} class is deprecated, will be removed in 6 .0.
19
19
* Use {@see \Ibexa\Bundle\TwigComponents\DependencyInjection\Compiler\ComponentPass} instead
20
20
*/
21
21
class ComponentPass implements CompilerPassInterface
Original file line number Diff line number Diff line change 11
11
use Ibexa \Contracts \TwigComponents \ComponentInterface ;
12
12
13
13
/**
14
- * @deprecated 4.6.19 The {@see \Ibexa\Contracts\AdminUi\Component\Renderable} class is deprecated, will be removed in 5 .0.
14
+ * @deprecated 4.6.19 The {@see \Ibexa\Contracts\AdminUi\Component\Renderable} class is deprecated, will be removed in 6 .0.
15
15
* Use {@see \Ibexa\Contracts\TwigComponents\ComponentInterface} instead
16
16
*/
17
17
interface Renderable extends ComponentInterface
Original file line number Diff line number Diff line change 9
9
namespace Ibexa \Contracts \AdminUi \Component \Renderer ;
10
10
11
11
/**
12
- * @deprecated 4.6.19 The {@see \Ibexa\Contracts\AdminUi\Component\Renderer\RendererInterface} class is deprecated, will be removed in 5 .0.
12
+ * @deprecated 4.6.19 The {@see \Ibexa\Contracts\AdminUi\Component\Renderer\RendererInterface} class is deprecated, will be removed in 6 .0.
13
13
* Use {@see \Ibexa\Contracts\TwigComponents\Renderer\RendererInterface} instead
14
14
*/
15
15
interface RendererInterface
Original file line number Diff line number Diff line change 12
12
use Symfony \Contracts \EventDispatcher \Event ;
13
13
14
14
/**
15
- * @deprecated 4.6.19 The {@see \Ibexa\AdminUi\Component\Event\RenderGroupEvent} class is deprecated, will be removed in 5 .0.
15
+ * @deprecated 4.6.19 The {@see \Ibexa\AdminUi\Component\Event\RenderGroupEvent} class is deprecated, will be removed in 6 .0.
16
16
* Use {@see \Ibexa\Contracts\TwigComponents\Event\RenderGroupEvent} instead
17
17
*/
18
18
class RenderGroupEvent extends Event
Original file line number Diff line number Diff line change 13
13
use Symfony \Contracts \EventDispatcher \Event ;
14
14
15
15
/**
16
- * @deprecated 4.6.19 The {@see \Ibexa\AdminUi\Component\Event\RenderSingleEvent} class is deprecated, will be removed in 5 .0.
16
+ * @deprecated 4.6.19 The {@see \Ibexa\AdminUi\Component\Event\RenderSingleEvent} class is deprecated, will be removed in 6 .0.
17
17
* Use {@see \Ibexa\Contracts\TwigComponents\Event\RenderSingleEvent} instead
18
18
*/
19
19
class RenderSingleEvent extends Event
Original file line number Diff line number Diff line change 12
12
use Twig \Environment ;
13
13
14
14
/**
15
- * @deprecated 4.6.19 The {@see \Ibexa\AdminUi\Component\LinkComponent} class is deprecated, will be removed in 5 .0.
15
+ * @deprecated 4.6.19 The {@see \Ibexa\AdminUi\Component\LinkComponent} class is deprecated, will be removed in 6 .0.
16
16
* Use {@see \Ibexa\TwigComponents\Component\LinkComponent} instead
17
17
*/
18
18
class LinkComponent implements ComponentInterface
Original file line number Diff line number Diff line change 12
12
use Ibexa \TwigComponents \Component \Registry as TwigComponentsRegistry ;
13
13
14
14
/**
15
- * @deprecated 4.6.19 The {@see \Ibexa\AdminUi\Component\Registry} class is deprecated, will be removed in 5 .0.
15
+ * @deprecated 4.6.19 The {@see \Ibexa\AdminUi\Component\Registry} class is deprecated, will be removed in 6 .0.
16
16
* Use {@see \Ibexa\TwigComponents\Component\Registry} instead
17
17
*/
18
18
class Registry
Original file line number Diff line number Diff line change 12
12
use Ibexa \TwigComponents \Component \Renderer \DefaultRenderer as TwigComponentsDefaultRenderer ;
13
13
14
14
/**
15
- * @deprecated 4.6.19 The {@see \Ibexa\AdminUi\Component\Renderer\DefaultRenderer} class is deprecated, will be removed in 5 .0.
15
+ * @deprecated 4.6.19 The {@see \Ibexa\AdminUi\Component\Renderer\DefaultRenderer} class is deprecated, will be removed in 6 .0.
16
16
* Use {@see \Ibexa\TwigComponents\Component\Renderer\DefaultRenderer} instead
17
17
*/
18
18
class DefaultRenderer implements RendererInterface
Original file line number Diff line number Diff line change 12
12
use Twig \Environment ;
13
13
14
14
/**
15
- * @deprecated 4.6.19 The {@see \Ibexa\AdminUi\Component\ScriptComponent} class is deprecated, will be removed in 5 .0.
15
+ * @deprecated 4.6.19 The {@see \Ibexa\AdminUi\Component\ScriptComponent} class is deprecated, will be removed in 6 .0.
16
16
* Use {@see \Ibexa\TwigComponents\Component\ScriptComponent} instead
17
17
*/
18
18
class ScriptComponent implements ComponentInterface
Original file line number Diff line number Diff line change 12
12
use Twig \Environment ;
13
13
14
14
/**
15
- * @deprecated 4.6.19 The {@see \Ibexa\AdminUi\Component\TwigComponent} class is deprecated, will be removed in 5 .0.
15
+ * @deprecated 4.6.19 The {@see \Ibexa\AdminUi\Component\TwigComponent} class is deprecated, will be removed in 6 .0.
16
16
* Use {@see \Ibexa\TwigComponents\Component\TemplateComponent} instead
17
17
*/
18
18
class TwigComponent implements ComponentInterface
You can’t perform that action at this time.
0 commit comments