class RegistrationType in Entity Registration 8.2
Same name in this branch
- 8.2 lib/registration_type.entity.inc \RegistrationType
- 8.2 src/RegistrationType.php \Drupal\registration\RegistrationType
- 8.2 src/Plugin/Field/FieldFormatter/RegistrationType.php \Drupal\registration\Plugin\Field\FieldFormatter\RegistrationType
Same name and namespace in other branches
- 8 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 $registrant_entity_type;
public $registrant_bundle;
public $registrant_email_property;
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 | property | ||
RegistrationType:: |
public | property | ||
RegistrationType:: |
public | property | ||
RegistrationType:: |
public | function |