You are here

protected property EventType::$id in RNG - Events and Registrations 8

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/EventType.php, line 57

Class

EventType
Defines the event type entity.

Namespace

Drupal\rng\Entity

Code

protected $id;