You are here

RegistrationStatesUIController.php in Entity Registration 8.2

Same filename and directory in other branches
  1. 8 src/RegistrationStatesUIController.php

UI Controller for Registration states.

File

src/RegistrationStatesUIController.php
View source
<?php

namespace Drupal\registration;


/**
 * @file
 * UI Controller for Registration states.
 */
class RegistrationStatesUIController extends EntityDefaultUIController {
  public function overviewForm($form, &$form_state) {
    return \Drupal::formBuilder()
      ->getForm('registration_states_overview_form');
  }

}

Classes

Namesort descending Description
RegistrationStatesUIController @file UI Controller for Registration states.