RegistrationStatesUIController.php in Entity Registration 8.2
Same filename and directory in other branches
UI Controller for Registration states.
Namespace
Drupal\registrationFile
src/RegistrationStatesUIController.phpView 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
Name | Description |
---|---|
RegistrationStatesUIController | @file UI Controller for Registration states. |