protected property RngEventType::$id in RNG - Events and Registrations 3.x
Same name and namespace in other branches
- 8.2 src/Entity/RngEventType.php \Drupal\rng\Entity\RngEventType::id
The machine name of this event config.
Inspired by two part-ID's from \Drupal\field\Entity\FieldStorageConfig.
Config will compute to rng.event.{entity_type}.{bundle}
entity_type and bundle are duplicated in file name and config.
Type: string
File
- src/
Entity/ RngEventType.php, line 56
Class
- RngEventType
- Defines the event type entity.
Namespace
Drupal\rng\EntityCode
protected $id;