- Most Simple - The Most Simple entity with bundles possible. Easy to create (very little code), hard to use (no links).
- Simple - Simple Entity with bundles that is much more usable than the Most Simple Entity. Has links, useful ListBuilders, and informative messages.
- Practical - More practical entity with bundles, generated bundle permissions, custom access control, entity fields, bundle descriptions, and much better ListBuilders with useful information. Also has interfaces for the Entity classes as best practice.
- Module -
- Registering services - Registering services
- Config CRUD Event Sbuscriber - Example event subscriber that listens for Config object events.
- Custom Event - UserLoginEvent - Custom Event that will be dispatched on
hook_user_login()
. - Custom Event - Dispatching Events - Dispatching an event during
hook_user_login()
. - Custom Event - Subscribing to Custom Event - Event Subscriber that listens for our custom UserLoginEvent.
- Theme - This can be enabled from the modules folder.