backdrop-contrib / entity_plus

This module wraps in a variety of additional entity-related functionality from various sources. Partial port of D7 Entity API.
https://backdropcms.org/project/entity_plus
GNU General Public License v2.0
3 stars 11 forks source link

Move date wrapper code from entity_token to entity_plus #77

Closed argiepiano closed 2 years ago

argiepiano commented 2 years ago

This refers to issue backdrop-contrib/entity_token#7. When Drupal's Entity API was ported to Backdrop, it was split into several modules. The code necessary for entity_metadata_wrapper to be able to get or set the content of date fields ended up in Entity Token for some unknown reason. This forces users to install Entity Token for the sole purpose of enabling metadata access to date fields.

@laryn and I discussed moving this code to Entity Plus in #33. I will be creating PRs for both Entity Plus and Entity Token for this purpose.