December 2016
Beginner to intermediate
1005 pages
21h 54m
English
In this chapter, we will explore the Entity API to create custom entities and see how they are handled:
In Drupal, entities are a representation of data that have a specific structure. There are specific entity types, which have different bundles and fields attached to those bundles. Bundles are implementations of entities that can have fields attached to themselves. In terms of programming, you can consider an entity that supports bundles an abstract class and each bundle a class that extends ...
Read now
Unlock full access