Skip to content

Commit 484349a

Browse files
committed
feat: Document the add of IRichTextFormatter to OCP in 31
Signed-off-by: Côme Chilliet <[email protected]>
1 parent fb78c5a commit 484349a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

developer_manual/app_publishing_maintenance/app_upgrade_guide/upgrade_to_31.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ Added APIs
124124
be called automatically based on the supported MIME types. An app may register as many of these as needed.
125125
- New events ``OCP\User\Events\BeforeUserIdUnassignedEvent``, ``OCP\User\Events\UserIdUnassignedEvent``, and ``OCP\User\Events\UserIdAssignedEvent`` have been added to replace the hooks ``\OC\User::preUnassignedUserId``, ``\OC\User::postUnassignedUserId`` and ``\OC\User::assignedUserId``.
126126
- New interface ``OCP\Files\Storage\IConstructableStorage`` for storages that can be built by passing only an array to the constructor.
127+
- New service ``OCP\RichObjectStrings\IRichTextFormatter`` to format rich text into parsed plain text using its ``richToParsed`` method.
127128

128129
Changed APIs
129130
^^^^^^^^^^^^

0 commit comments

Comments
 (0)