Skip to content
Snippets Groups Projects
Commit deae9515 authored by Christian Kuhn's avatar Christian Kuhn
Browse files

[TASK] Mark BE 'Label' and 'StatusInformation' non-internal

These two classes are part of the new BE tree,
and are documented API for extensions to add
additional labels and status to tree nodes.
They should not be marked `@internal`.

Resolves: #103422
Related: #103186
Related: #103211
Change-Id: I63f466a2726e39058f400599eac70059fb5a6594
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/83520


Reviewed-by: default avatarGarvin Hicking <gh@faktor-e.de>
Tested-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Tested-by: default avatarJasmina Ließmann <minapokhalo+typo3@gmail.com>
Tested-by: default avatarcore-ci <typo3@b13.com>
Tested-by: default avatarOliver Klee <typo3-coding@oliverklee.de>
Reviewed-by: default avatarOliver Klee <typo3-coding@oliverklee.de>
Tested-by: default avatarGarvin Hicking <gh@faktor-e.de>
Reviewed-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Reviewed-by: default avatarJasmina Ließmann <minapokhalo+typo3@gmail.com>
parent e61f9163
Branches
Tags
No related merge requests found
......@@ -17,9 +17,6 @@ declare(strict_types=1);
namespace TYPO3\CMS\Backend\Dto\Tree\Label;
/**
* @internal
*/
final readonly class Label implements \JsonSerializable
{
public function __construct(
......
......@@ -19,9 +19,6 @@ namespace TYPO3\CMS\Backend\Dto\Tree\Status;
use TYPO3\CMS\Core\Type\ContextualFeedbackSeverity;
/**
* @internal
*/
final readonly class StatusInformation implements \JsonSerializable
{
public function __construct(
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment