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-1
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-2
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](swagger.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
@@ -548,7 +548,7 @@ namespace App\Entity;
548
548
549
549
use ApiPlatform\Metadata\ApiFilter;
550
550
use ApiPlatform\Metadata\ApiResource;
551
-
use ApiPlatform\Doctrine\Orm\Filter\ExistsFilter;
551
+
use ApiPlatform\Core\Bridge\Doctrine\Orm\Filter\ExistsFilter;
Copy file name to clipboardExpand all lines: core/security.md
+1-1
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](http://symfony.com/doc/current/book/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: create-client/custom.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Custom Generator
2
2
3
-
Create Client provides support for many of the popular JS frameworks, but you may be using another framework or language and may need a solution adapted to your specific needs. For this cenario, you can write your own generator and pass it to the CLI using a path as the `-g` argument.
3
+
Create Client provides support for many of the popular JS frameworks, but you may be using another framework or language and may need a solution adapted to your specific needs. For this scenario, you can write your own generator and pass it to the CLI using a path as the `-g` argument.
4
4
5
5
You will probably want to extend or, at least, take a look at [BaseGenerator.js](https://github.com/api-platform/create-client/blob/main/src/generators/BaseGenerator.js), since the library expects some methods to be available, as well as one of the [included generators](https://github.com/api-platform/create-client/blob/main/src/generators/BaseGenerator.js) to make your own.
Copy file name to clipboardExpand all lines: extra/contribution-guides.md
+1-1
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