Adding properties to an entity type
We can easily add new properties to an entity type by using the addProperty method.
Creating entities programmatically
Using the Entity API module makes this fairly straightforward. Let's say there's an entity type called "Contact" [contact] and a bundle
Creating, Loading, and Deleting Entity Types
To create a new Entity Type simply create an object of the Entity Type class.
Property behaviors
Sometime in ECK 1.x, the ability to add/delete properties from an entity type was introduced. The slight problem was that there was no "good
