File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -129,13 +129,12 @@ example for adding a mapping for Search API:
129
129
parameters:
130
130
drupal:
131
131
entityMapping:
132
- block:
133
- search_api_index:
134
- class: Drupal\search_api\Entity\Index
135
- storage: Drupal\search_api\Entity\SearchApiConfigEntityStorage
136
- search_api_server:
137
- class: Drupal\search_api\Entity\Server
138
- storage: Drupal\search_api\Entity\SearchApiConfigEntityStorage
132
+ search_api_index:
133
+ class: Drupal\search_api\Entity\Index
134
+ storage: Drupal\search_api\Entity\SearchApiConfigEntityStorage
135
+ search_api_server:
136
+ class: Drupal\search_api\Entity\Server
137
+ storage: Drupal\search_api\Entity\SearchApiConfigEntityStorage
139
138
```
140
139
141
140
Similarly, the ` EntityStorageDynamicReturnTypeExtension ` service helps to determine the type of the entity which is
You can’t perform that action at this time.
0 commit comments