You are here

function registration_property_registrant_get in Entity Registration 7.2

Same name and namespace in other branches
  1. 8.2 registration.module \registration_property_registrant_get()

Callback to get $registration->registrant.

1 string reference to 'registration_property_registrant_get'
RegistrationMetadataController::entityPropertyInfo in lib/registration.metadata.inc

File

./registration.module, line 1834

Code

function registration_property_registrant_get(Registration $registration, array $options, $property_name, $entity_type) {
  return registration_get_registrant($registration);
}