You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*`actito` - Notification forwarded as [transactional email](transactional_emails.md)
57
-
*`browser` - Notification forwarded as [flash message]([[= symfony_doc =]]/session.html#flash-messages)
58
-
*[`chat`]([[= symfony_doc =]]/notifier.html#chat-channel) - Notification forwarded to a communication platform like Slack, Microsoft Teams, or Google Chat
59
-
*[`desktop`]([[= symfony_doc =]]/notifier.html#desktop-channel) - Notification forwarded to desktop applications like JoliNotif
60
-
*[`email`]([[= symfony_doc =]]/notifier.html#email-channel) - Notification forwarded to email addresses
61
-
*`ibexa` - Notification forwarded as [back office user notifications](notifications.md#user-notifications)
62
-
*[`push`]([[= symfony_doc =]]/notifier.html#push-channel) - Notification forwarded to specific applications
63
-
*[`sms`]([[= symfony_doc =]]/notifier.html#sms-channel) - Notification forwarded to phone numbers
56
+
-`actito` - Notification forwarded as [transactional email](transactional_emails.md)
57
+
-`browser` - Notification forwarded as [flash message]([[= symfony_doc =]]/session.html#flash-messages)
58
+
-[`chat`]([[= symfony_doc =]]/notifier.html#chat-channel) - Notification forwarded to a communication platform like Slack, Microsoft Teams, or Google Chat
59
+
-[`desktop`]([[= symfony_doc =]]/notifier.html#desktop-channel) - Notification forwarded to desktop applications like JoliNotif
60
+
-[`email`]([[= symfony_doc =]]/notifier.html#email-channel) - Notification forwarded to email addresses
61
+
-`ibexa` - Notification forwarded as [back office user notifications](notifications.md#user-notifications)
62
+
-[`push`]([[= symfony_doc =]]/notifier.html#push-channel) - Notification forwarded to specific applications
63
+
-[`sms`]([[= symfony_doc =]]/notifier.html#sms-channel) - Notification forwarded to phone numbers
64
64
65
65
### Subscriptions configuration
66
66
@@ -142,10 +142,10 @@ The [`…\Service\NotificationServiceInterface::send()`](/api/php_api/php_api_re
142
142
- The optional second argument is an array of [`…\Value\RecipientInterface`](/api/php_api/php_api_reference/classes/Ibexa-Contracts-Notifications-Value-RecipientInterface.html).
143
143
This interface is implemented by the [`…\Value\Recipent\SymfonyRecipientAdapter`](/api/php_api/php_api_reference/classes/Ibexa-Contracts-Notifications-Value-Recipent-SymfonyRecipientAdapter.html)
144
144
used to wrap `Symfony\Component\Notifier\Recipient\RecipientInterface`.
145
-
- This Symfony interface is implemented by [`…\Value\Recipent\UserRecipient`](/api/php_api/php_api_reference/classes/Ibexa-Contracts-Notifications-Value-Recipent-UserRecipient.html)
145
+
- This Symfony interface is implemented by [`…\Value\Recipent\UserRecipient`](/api/php_api/php_api_reference/classes/Ibexa-Contracts-Notifications-Value-Recipent-UserRecipient.html)
146
146
which can wrap classes implementing the [`Ibexa\Contracts\Core\Repository\Values\User\UserReference` interface](/api/php_api/php_api_reference/classes/Ibexa-Contracts-Core-Repository-Values-User-UserReference.html),
147
-
- The [`UserService` methods to load a user](/api/php_api/php_api_reference/classes/Ibexa-Contracts-Core-Repository-UserService.html#method_loadUser) are returning objects implementing this `UserReference` interface.
148
-
- The [`PermissionResolver::getCurrentUserReference()` method](/api/php_api/php_api_reference/classes/Ibexa-Contracts-Core-Repository-PermissionResolver.html#method_getCurrentUserReference) is returning objects implementing this `UserReference` interface.
147
+
- The [`UserService` methods to load a user](/api/php_api/php_api_reference/classes/Ibexa-Contracts-Core-Repository-UserService.html#method_loadUser) are returning objects implementing this `UserReference` interface.
148
+
- The [`PermissionResolver::getCurrentUserReference()` method](/api/php_api/php_api_reference/classes/Ibexa-Contracts-Core-Repository-PermissionResolver.html#method_getCurrentUserReference) is returning objects implementing this `UserReference` interface.
149
149
150
150
For example, to send a notification, you often use a combination like the following:
151
151
@@ -204,11 +204,13 @@ For the example, the notification is sent in a back office context for all editi
204
204
An empty template only extending the pagelayout is used for the demonstration.
Copy file name to clipboardExpand all lines: docs/resources/new_in_doc.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -766,6 +766,7 @@ Enhanced the PHP API with the following new classes and interfaces:
766
766
- Added edition information to [PHP API reference](https://doc.ibexa.co/en/4.6/api/php_api/php_api_reference/) to aid navigation
767
767
768
768
### REST API
769
+
769
770
- Removed multiple obsolete RAML types from the [REST API reference](https://doc.ibexa.co/en/4.6/api/rest_api/rest_api_reference/rest_api_reference.html)
770
771
771
772
### User management
@@ -1173,6 +1174,7 @@ Enhanced the PHP API with the following new classes and interfaces:
1173
1174
-[Work with product attributes](https://doc.ibexa.co/projects/userguide/en/latest/pim/work_with_product_attributes/) in User Documentation
1174
1175
1175
1176
### REST API
1177
+
1176
1178
- Added example of input payload in JSON format for [ContentTypeCreate in REST API reference](https://doc.ibexa.co/en/4.6/api/rest_api/rest_api_reference/rest_api_reference.html#managing-content-create-content-type)
1177
1179
-[Expected user](https://doc.ibexa.co/en/4.6/api/rest_api/rest_api_usage/rest_requests/#expected-user) header support
0 commit comments