|
81 | 81 | 1. [Custom Collection Data Provider](core/data-providers.md#custom-collection-data-provider)
|
82 | 82 | 2. [Custom Item Data Provider](core/data-providers.md#custom-item-data-provider)
|
83 | 83 | 3. [Injecting the Serializer in an `ItemDataProvider`](core/data-providers.md#injecting-the-serializer-in-an-itemdataprovider)
|
84 |
| -16. [Extensions](core/extensions.md) |
| 84 | +16. [Data Persisters](core/data-persisters.md) |
| 85 | +17. [Extensions](core/extensions.md) |
85 | 86 | 1. [Custom Extension](core/extensions.md#custom-extension)
|
86 | 87 | 2. [Filter upon the current user](core/extensions.md#example)
|
87 |
| -17. [Security](core/security.md) |
88 |
| -18. [Performance](core/performance.md) |
| 88 | +18. [Security](core/security.md) |
| 89 | +19. [Performance](core/performance.md) |
89 | 90 | 1. [Enabling the Built-in HTTP Cache Invalidation System](core/performance.md#enabling-the-builtin-http-cache-invalidation-system)
|
90 | 91 | 2. [Enabling the Metadata Cache](core/performance.md#enabling-the-metadata-cache)
|
91 | 92 | 3. [Using PPM (PHP-PM)](core/performance.md#using-ppm-php-pm)
|
|
97 | 98 | 3. [Override at Resource and Operation Level](core/performance.md#override-at-resource-and-operation-level)
|
98 | 99 | 4. [Disable Eager Loading](core/performance.md#disable-eager-loading)
|
99 | 100 | 3. [Partial Pagination](core/performance.md#partial-pagination)
|
100 |
| -19. [Operation Path Naming](core/operation-path-naming.md) |
| 101 | +20. [Operation Path Naming](core/operation-path-naming.md) |
101 | 102 | 1. [Configuration](core/operation-path-naming.md#configuration)
|
102 | 103 | 2. [Create a Custom Operation Path Naming](core/operation-path-naming.md#create-a-custom-operation-path-resolver)
|
103 | 104 | 1. [Defining the Operation Path Naming](core/operation-path-naming.md#defining-the-operation-path-resolver)
|
104 | 105 | 2. [Registering the Service](core/operation-path-naming.md#registering-the-service)
|
105 | 106 | 3. [Configure it](core/operation-path-naming.md#configure-it)
|
106 |
| -20. [Accept application/x-www-form-urlencoded Form Data](core/form-data.md) |
107 |
| -21. [FOSUserBundle Integration](core/fosuser-bundle.md) |
| 107 | +21. [Accept application/x-www-form-urlencoded Form Data](core/form-data.md) |
| 108 | +22. [FOSUserBundle Integration](core/fosuser-bundle.md) |
108 | 109 | 1. [Installing the Bundle](core/fosuser-bundle.md#installing-the-bundle)
|
109 | 110 | 2. [Enabling the Bridge](core/fosuser-bundle.md#enabling-the-bridge)
|
110 | 111 | 3. [Creating a `User` Entity with Serialization Groups](core/fosuser-bundle.md#creating-a-user-entity-with-serialization-groups)
|
111 |
| -22. [Adding a JWT authentication using LexikJWTAuthenticationBundle](core/jwt.md) |
| 112 | +23. [Adding a JWT authentication using LexikJWTAuthenticationBundle](core/jwt.md) |
112 | 113 | 1. [Testing with Swagger](core/jwt.md#testing-with-swagger)
|
113 | 114 | 2. [Testing with Behat](core/jwt.md#testing-with-behat)
|
114 |
| -23. [NelmioApiDocBundle integration](core/nelmio-api-doc.md) |
115 |
| -24. [AngularJS Integration](core/angularjs-integration.md) |
| 115 | +24. [NelmioApiDocBundle integration](core/nelmio-api-doc.md) |
| 116 | +25. [AngularJS Integration](core/angularjs-integration.md) |
116 | 117 | 1. [Restangular](core/angularjs-integration.md#restangular)
|
117 | 118 | 2. [ng-admin](core/angularjs-integration.md#ng-admin)
|
118 |
| -25. [Swagger Support](core/swagger.md) |
| 119 | +26. [Swagger Support](core/swagger.md) |
119 | 120 | 1. [Override Swagger documentation](core/swagger.md#override-swagger-documentation)
|
120 |
| -26. [GraphQL Support](core/graphql.md) |
| 121 | +27. [GraphQL Support](core/graphql.md) |
121 | 122 | 1. [Overall View](core/graphql.md#overall-view)
|
122 | 123 | 2. [Enabling GraphQL](core/graphql.md#enabling-graphql)
|
123 | 124 | 3. [GraphiQL](core/graphql.md#graphiql)
|
124 |
| -27. [Handling Data Transfer Objects (DTOs)](core/dto.md) |
125 |
| -28. [Handling File Upload with VichUploaderBundle](core/file-upload.md) |
| 125 | +28. [Handling Data Transfer Objects (DTOs)](core/dto.md) |
| 126 | +29. [Handling File Upload with VichUploaderBundle](core/file-upload.md) |
126 | 127 |
|
127 | 128 | ## The Schema Generator Component: Generate Data Models from Open Vocabularies
|
128 | 129 |
|
|
0 commit comments