You are here

protected static property RadioactivityEmitter::$emitCount in Radioactivity 8.3

The emission counter.

Used to uniquely identify an emitter on a page. This was build as a static counter to work across multiple entities and/or multiple fields displayed on the same page.

Type: int

File

src/Plugin/Field/FieldFormatter/RadioactivityEmitter.php, line 35

Class

RadioactivityEmitter
Plugin implementation of the 'radioactivity_emitter' formatter.

Namespace

Drupal\radioactivity\Plugin\Field\FieldFormatter

Code

protected static $emitCount = 0;