function simplenews_property_simplenews_subscriptions_getter_callback in Simplenews 7.2
Getter callback for simplenews_subscriptions property.
The simplenews_subscriptions property is defined in simplenews.info.inc
1 string reference to 'simplenews_property_simplenews_subscriptions_getter_callback'
File
- ./
simplenews.module, line 3163 - Simplenews node handling, sent email, newsletter block and general hooks
Code
function simplenews_property_simplenews_subscriptions_getter_callback($item) {
return $item->newsletter_ids;
}