Table of Contents
If you are a drupal leaner , you might heard about Entity Type. This is one of the main changes in Drupal 7 . Drupal 7 comes with this system. We can make Entity Type in Drupal, then can create bundle from it .also known as Content Type. After we can add fields to it and create entities on that . So, in this article we will be discussing regarding Drupal Entity Type->bundles->Fields.
Entity Type
Consider following , Its illustrating Drupal default entity type Previously in drupal, it was only possible to add field in content but now in Drupal 7 we can add fields even in comments, users, taxonomy etc. Now we can build our custom entity type ,if default entity type does not fit as per our requirements . Check hook_entity_info This all because of now we have entity API in Drupal 7 .In Drupa 7 following are default entity type- Content/node
- users
- taxonomy
- comments