The properties tag has no wiki summary.
0
votes
0answers
29 views
For a speedy entity: properties or fields?
I'm creating a new entity type as part of porting an application to Drupal. The entity represents a 'data point' or value, which I would like to associate with taxonomies describing the type of data, ...
3
votes
1answer
88 views
Should I create fielded content types (with 1000+ tables) OR create custom entities with properties instead of fields (way less tables)?
I have a case where I have a lot of entities that can be stored with Drupal as node (content types) and fields. I had to end up creating 105 content types, 20 taxonomies and in-numerous fields. And ...
0
votes
0answers
132 views
Referencing using Entity API hook_entity_property_info, 'type' => 'entity'
In the entity I am constructing, using Entity API, I have a property that acts like a reference to another Entity to be defined upon construction time. (It is not known beforehand so I cannot use ...