D7's Entity API provided entity_metadata_site_wrapper() that returned a wrapper for 'site'. While property info IS provided in Entity Plus (in file system.info.inc, function entity_plus_metadata_system_entity_property_info()), the function that actually provides a wrapper did not make it into Entity Plus.
Instead, whoever ported Entity Tokens noticed this issue and included this function within that module to provide the site wrapper. This function should be now moved to Entity Plus, as we are moving other metadata functions from Entity Tokens to Entity Plus (see #77).
D7's Entity API provided
entity_metadata_site_wrapper()
that returned a wrapper for 'site'. While property info IS provided in Entity Plus (in filesystem.info.inc
, functionentity_plus_metadata_system_entity_property_info()
), the function that actually provides a wrapper did not make it into Entity Plus.Instead, whoever ported Entity Tokens noticed this issue and included this function within that module to provide the site wrapper. This function should be now moved to Entity Plus, as we are moving other metadata functions from Entity Tokens to Entity Plus (see #77).
PR #103