File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ default mapping can be found in `extension.neon`. For example:
112
112
```
113
113
parameters:
114
114
drupal:
115
- entityTypeStorageMapping :
115
+ entityMapping :
116
116
block:
117
117
class: Drupal\block\Entity\Block
118
118
storage: Drupal\Core\Config\Entity\ConfigEntityStorage
@@ -133,7 +133,7 @@ example for adding a mapping for Search API:
133
133
```
134
134
parameters:
135
135
drupal:
136
- entityTypeStorageMapping :
136
+ entityMapping :
137
137
block:
138
138
search_api_index:
139
139
class: Drupal\search_api\Entity\Index
@@ -158,7 +158,7 @@ The default mapping can be found in `extension.neon`:
158
158
``` neon
159
159
parameters:
160
160
drupal:
161
- entityTypeStorageMapping :
161
+ entityMapping :
162
162
block:
163
163
class: Drupal\block\Entity\Block
164
164
storage: Drupal\Core\Config\Entity\ConfigEntityStorage
You can’t perform that action at this time.
0 commit comments