You are here

function registration_property_registrant_get in Entity Registration 8.2

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

Callback to get $registration->registrant.

2 string references to 'registration_property_registrant_get'
RegistrationMetadataController::entityPropertyInfo in lib/registration.metadata.inc
RegistrationMetadataController::entityPropertyInfo in src/RegistrationMetadataController.php

File

./registration.module, line 1802

Code

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