class RegistrationType in Entity Registration 8
Same name and namespace in other branches
- 8.2 src/RegistrationType.php \Drupal\registration\RegistrationType
@file The class used for model type entities
Hierarchy
- class \Drupal\registration\RegistrationType extends \Drupal\registration\Entity
Expanded class hierarchy of RegistrationType
1 string reference to 'RegistrationType'
- registration_entity_info in ./registration.module 
- Implements hook_entity_info().
File
- src/RegistrationType.php, line 8 
- The class used for model type entities
Namespace
Drupal\registrationView source
class RegistrationType extends Entity {
  public $name;
  public $label;
  public $locked;
  public $default_state;
  public $data;
  public function __construct($values = array()) {
    parent::__construct($values, 'registration_type');
  }
}Members
| Name   | Modifiers | Type | Description | Overrides | 
|---|---|---|---|---|
| RegistrationType:: | public | property | ||
| RegistrationType:: | public | property | ||
| RegistrationType:: | public | property | ||
| RegistrationType:: | public | property | ||
| RegistrationType:: | public | property | ||
| RegistrationType:: | public | function | 
