You are here

protected property RngEventType::$id in RNG - Events and Registrations 8.2

Same name and namespace in other branches
  1. 3.x 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\Entity

Code

protected $id;