|
35 | 35 | 3. [Creating Custom Filters](core/filters.md#creating-custom-filters)
|
36 | 36 | 1. [Creating Custom Doctrine ORM Filters](core/filters.md#creating-custom-doctrine-orm-filters)
|
37 | 37 | 2. [Overriding Extraction of Properties from the Request](core/filters.md#overriding-extraction-of-properties-from-the-request)
|
38 |
| -6. [Serialization Groups and Relations](core/serialization-groups-and-relations.md) |
| 38 | +6. [Override Default Order](core/default-order.md) |
| 39 | +7. [Serialization Groups and Relations](core/serialization-groups-and-relations.md) |
39 | 40 | 1. [Configuration](core/serialization-groups-and-relations.md#configuration)
|
40 | 41 | 2. [Using Different Serialization Groups per Operation](core/serialization-groups-and-relations.md#embedding-relations)
|
41 | 42 | 3. [Embedding Relations](core/serialization-groups-and-relations.md#embedding-relations)
|
|
46 | 47 | 5. [Entity Identifier Case](core/serialization-groups-and-relations.md#entity-identifier-case)
|
47 | 48 | 6. [Writable Entity Identifier](core/serialization-groups-and-relations.md#writable-entity-identifier)
|
48 | 49 | 7. [Embedding the Context](core/serialization-groups-and-relations.md#embedding-the-context)
|
49 |
| -7. [Validation](core/validation.md) |
| 50 | +8. [Validation](core/validation.md) |
50 | 51 | 1. [Using Validation Groups](core/validation.md#using-validation-groups)
|
51 | 52 | 2. [Dynamic Validation Groups](core/validation.md#dynamic-validation-groups)
|
52 |
| -8. [Pagination](core/pagination.md) |
| 53 | +9. [Pagination](core/pagination.md) |
53 | 54 | 1. [Disabling the Pagination](core/pagination.md#disabling-the-pagination)
|
54 | 55 | 2. [Changing the Number of Items per Page](core/pagination.md#changing-the-number-of-items-per-page)
|
55 |
| -9. [The Event System](core/events.md) |
56 |
| -10. [Content Negotiation](core/content-negotiation.md) |
| 56 | +10. [The Event System](core/events.md) |
| 57 | +11. [Content Negotiation](core/content-negotiation.md) |
57 | 58 | 1. [Enabling Several Formats](core/content-negotiation.md#enabling-several-formats)
|
58 | 59 | 2. [Registering a Custom Serializer](core/content-negotiation.md#registering-a-custom-serializer)
|
59 | 60 | 3. [Creating a Responder](core/content-negotiation.md#creating-a-responder)
|
60 | 61 | 4. [Writing a Custom Normalizer](core/content-negotiation.md#writing-a-custom-normalizer)
|
61 |
| -11. [Using External JSON-LD Vocabularies](core/external-vocabularies.md) |
62 |
| -12. [Extending JSON-LD context](core/extending-jsonld-context.md) |
63 |
| -13. [Data Providers](core/data-providers.md) |
| 62 | +12. [Using External JSON-LD Vocabularies](core/external-vocabularies.md) |
| 63 | +13. [Extending JSON-LD context](core/extending-jsonld-context.md) |
| 64 | +14. [Data Providers](core/data-providers.md) |
64 | 65 | 1. [Custom Collection Data Provider](core/data-providers.md#creating-a-custom-data-provider#custom-collection-data-provider)
|
65 | 66 | 2. [Custom Item Data Provider](core/data-providers.md#returning-a-paged-collection#custom-item-data-provider)
|
66 |
| -14. [Extensions](core/extensions.md) |
| 67 | +15. [Extensions](core/extensions.md) |
67 | 68 | 1. [Custom Extension](core/extensions.md#custom-extension)
|
68 | 69 | 2. [Filter upon the current user](core/extensions.md#example)
|
69 | 70 | 16. [Security](core/security.md)
|
|
0 commit comments