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
Copy file name to clipboardExpand all lines: core/extending-jsonld-context.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
## JSON-LD
4
4
5
-
<palign="center"class="symfonycasts"><ahref="https://symfonycasts.com/screencast/api-platform/json-ld?cid=apip"><imgsrc="../distribution/images/symfonycasts-player.png"alt="JSON-LD screencast"><br>Watch the JSON-LD screencast</a>
5
+
<palign="center"class="symfonycasts"><ahref="https://symfonycasts.com/screencast/api-platform/json-ld?cid=apip"><imgsrc="../distribution/images/symfonycasts-player.png"alt="JSON-LD screencast"><br>Watch the JSON-LD screencast</a></p>
6
6
7
7
API Platform provides the possibility to extend the JSON-LD context of properties. This allows you to describe JSON-LD-typed
8
8
values, inverse properties using the `@reverse` keyword and you can even overwrite the `@id` property this way. Everything you define
Copy file name to clipboardExpand all lines: core/filters.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ By default, all filters are disabled. They must be enabled explicitly.
12
12
When a filter is enabled, it automatically appears in the [OpenAPI](openapi.md) and [GraphQL](graphql.md) documentations.
13
13
It is also automatically documented as a `hydra:search` property for JSON-LD responses.
14
14
15
-
<palign="center"class="symfonycasts"><ahref="https://symfonycasts.com/screencast/api-platform/filters?cid=apip"><imgsrc="../distribution/images/symfonycasts-player.png"alt="Filtering and Searching screencast"><br>Watch the Filtering & Searching screencast</a>
15
+
<palign="center"class="symfonycasts"><ahref="https://symfonycasts.com/screencast/api-platform/filters?cid=apip"><imgsrc="../distribution/images/symfonycasts-player.png"alt="Filtering and Searching screencast"><br>Watch the Filtering & Searching screencast</a></p>
16
16
17
17
## Doctrine ORM and MongoDB ODM Filters
18
18
@@ -549,7 +549,7 @@ namespace App\Entity;
549
549
550
550
use ApiPlatform\Metadata\ApiFilter;
551
551
use ApiPlatform\Metadata\ApiResource;
552
-
use ApiPlatform\Doctrine\Orm\Filter\ExistsFilter;
552
+
use ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\ExistsFilter;
Copy file name to clipboardExpand all lines: core/security.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ The API Platform security layer is built on top of the [Symfony Security compone
4
4
All its features, including [global access control directives](https://symfony.com/doc/current/security.html#securing-url-patterns-access-control) are supported.
5
5
API Platform also provides convenient [access control expressions](https://symfony.com/doc/current/expressions.html#security-complex-access-controls-with-expressions) which you can apply at resource and operation level.
6
6
7
-
<palign="center"class="symfonycasts"><ahref="https://symfonycasts.com/screencast/api-platform-security/?cid=apip"><imgsrc="../distribution/images/symfonycasts-player.png"alt="Security screencast"><br>Watch the Security screencast</a>
7
+
<palign="center"class="symfonycasts"><ahref="https://symfonycasts.com/screencast/api-platform-security/?cid=apip"><imgsrc="../distribution/images/symfonycasts-player.png"alt="Security screencast"><br>Watch the Security screencast</a></p>
Copy file name to clipboardExpand all lines: extra/contribution-guides.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,4 +7,4 @@
7
7
8
8
**To report a security issue, please refer to [the dedicated document](security.md).**
9
9
10
-
<palign="center"class="symfonycasts"><ahref="https://symfonycasts.com/screencast/contributing?cid=apip"><imgsrc="../distribution/images/symfonycasts-player.png"alt="JWT screencast"><br>Watch the Contributing back to Symfony screencast (free-</a></p>
10
+
<palign="center"class="symfonycasts"><ahref="https://symfonycasts.com/screencast/contributing?cid=apip"><imgsrc="../distribution/images/symfonycasts-player.png"alt="JWT screencast"><br>Watch the Contributing back to Symfony screencast (free)</a></p>
0 commit comments