Skip to content

Commit 65daefa

Browse files
authored
Update README to use entityMapping
1 parent d569aa4 commit 65daefa

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ default mapping can be found in `extension.neon`. For example:
112112
```
113113
parameters:
114114
drupal:
115-
entityTypeStorageMapping:
115+
entityMapping:
116116
block:
117117
class: Drupal\block\Entity\Block
118118
storage: Drupal\Core\Config\Entity\ConfigEntityStorage
@@ -133,7 +133,7 @@ example for adding a mapping for Search API:
133133
```
134134
parameters:
135135
drupal:
136-
entityTypeStorageMapping:
136+
entityMapping:
137137
block:
138138
search_api_index:
139139
class: Drupal\search_api\Entity\Index
@@ -158,7 +158,7 @@ The default mapping can be found in `extension.neon`:
158158
```neon
159159
parameters:
160160
drupal:
161-
entityTypeStorageMapping:
161+
entityMapping:
162162
block:
163163
class: Drupal\block\Entity\Block
164164
storage: Drupal\Core\Config\Entity\ConfigEntityStorage

0 commit comments

Comments
 (0)