You are here

public static function RegistrantForm::ajaxRegistrantType in RNG - Events and Registrations 3.x

Same name and namespace in other branches
  1. 8.2 src/Form/Entity/RegistrantForm.php \Drupal\rng\Form\Entity\RegistrantForm::ajaxRegistrantType()

Parameters

array $form:

\Drupal\Core\Form\FormStateInterface $form_state:

Return value

array|null

File

src/Form/Entity/RegistrantForm.php, line 68

Class

RegistrantForm
Form controller for registrants.

Namespace

Drupal\rng\Form\Entity

Code

public static function ajaxRegistrantType(array $form, FormStateInterface $form_state) {
  return RegistrantsElementUtility::findElement($form, $form_state);
}