forked from farmOS/farmOS
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathentity_mapping.neon
63 lines (63 loc) · 2.57 KB
/
entity_mapping.neon
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
parameters:
drupal:
entityMapping:
asset:
class: Drupal\asset\Entity\Asset
storage: Drupal\asset\AssetStorage
asset_type:
class: Drupal\asset\Entity\AssetType
storage: Drupal\Core\Config\Entity\ConfigEntityStorage
data_stream:
class: Drupal\data_stream\Entity\DataStream
storage: Drupal\Core\Entity\Sql\SqlContentEntityStorage
data_stream_type:
class: Drupal\data_stream\Entity\DataStreamType
storage: Drupal\Core\Config\Entity\ConfigEntityStorage
field_module:
class: Drupal\farm_fieldkit\Entity\FieldModule
storage: Drupal\Core\Config\Entity\ConfigEntityStorage
flag:
class: Drupal\farm_flag\Entity\FarmFlag
storage: Drupal\Core\Config\Entity\ConfigEntityStorage
lab_test_type:
class: Drupal\farm_lab_test\Entity\FarmLabTestType
storage: Drupal\Core\Config\Entity\ConfigEntityStorage
land_type:
class: Drupal\farm_land\Entity\FarmLandType
storage: Drupal\Core\Config\Entity\ConfigEntityStorage
layer_style:
class: Drupal\farm_map\Entity\LayerStyle
storage: Drupal\Core\Config\Entity\ConfigEntityStorage
map_behavior:
class: Drupal\farm_map\Entity\MapBehavior
storage: Drupal\Core\Config\Entity\ConfigEntityStorage
map_type:
class: Drupal\farm_map\Entity\MapType
storage: Drupal\Core\Config\Entity\ConfigEntityStorage
plan:
class: Drupal\plan\Entity\Plan
storage: Drupal\plan\PlanStorage
plan_type:
class: Drupal\plan\Entity\PlanType
storage: Drupal\Core\Config\Entity\ConfigEntityStorage
plan_record:
class: Drupal\plan\Entity\PlanRecord
storage: Drupal\Core\Entity\Sql\SqlContentEntityStorage
plan_record_type:
class: Drupal\plan\Entity\PlanRecordType
storage: Drupal\Core\Config\Entity\ConfigEntityStorage
quantity:
class: Drupal\quantity\Entity\Quantity
storage: Drupal\Core\Entity\Sql\SqlContentEntityStorage
quantity_type:
class: Drupal\quantity\Entity\QuantityType
storage: Drupal\Core\Config\Entity\ConfigEntityStorage
quick_form:
class: Drupal\farm_quick\Entity\QuickFormInstance
storage: Drupal\Core\Config\Entity\ConfigEntityStorage
structure_type:
class: Drupal\farm_structure\Entity\FarmStructureType
storage: Drupal\Core\Config\Entity\ConfigEntityStorage
tag_type:
class: Drupal\farm_id_tag\Entity\FarmIDTagType
storage: Drupal\Core\Config\Entity\ConfigEntityStorage