class RegistrationTypeUIController in Entity Registration 8
Same name and namespace in other branches
- 8.2 src/RegistrationTypeUIController.php \Drupal\registration\RegistrationTypeUIController
@file Registration Type UI controller.
Hierarchy
- class \Drupal\registration\RegistrationTypeUIController extends \Drupal\registration\EntityDefaultUIController
Expanded class hierarchy of RegistrationTypeUIController
1 string reference to 'RegistrationTypeUIController'
- registration_entity_info in ./
registration.module - Implements hook_entity_info().
File
- src/
RegistrationTypeUIController.php, line 8 - Registration Type UI controller.
Namespace
Drupal\registrationView source
class RegistrationTypeUIController extends EntityDefaultUIController {
/**
* Overrides hook_menu() defaults.
*/
public function hook_menu() {
$items = parent::hook_menu();
$items[$this->path]['description'] = t('Manage registration entity types, including adding and removing fields and the display of fields.');
return $items;
}
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
RegistrationTypeUIController:: |
public | function | Overrides hook_menu() defaults. |