-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[meta] Entities (and Entity API) Roadmap #1649
Comments
I'd like us to break down all of the remaining parts of Entity API that have not been ported, create tickets for each, and decide on how to provide the functionality in backdrop, either by moving the feature into core, or including it in an Entity API module that is specifically designed to assist with easing the migration of entity-intensive drupal modules to backdrop. |
I am trying to port date_ical and discovered that |
Backdrop's core entity module leaves out some revision-related functions. Is that intentional? e.g. I'm debugging in backdrop-contrib/paragraphs#33 EDIT: @herbdool suggests |
I wouldn't mind moving the most commonly-used functions into core if multiple contrib are using them. Same with whatever we've left out of CTools. The less contrib developers have to worry about, the better DX. |
This is a follow up to the original meta for integrating Entity API into core (#49), and also the request for porting over all of the remaining functionality (#1371).
1.x
2.x-future:
The text was updated successfully, but these errors were encountered: