function registration_property_registrant_get in Entity Registration 7.2
Same name and namespace in other branches
- 8.2 registration.module \registration_property_registrant_get()
Callback to get $registration->registrant.
1 string reference to 'registration_property_registrant_get'
File
- ./
registration.module, line 1834
Code
function registration_property_registrant_get(Registration $registration, array $options, $property_name, $entity_type) {
return registration_get_registrant($registration);
}