You are here

service heartbeatstream in Heartbeat 8

Class

Drupal\heartbeat\HeartbeatStreamServices
10 string references to heartbeatstream
HeartbeatBlock::create in src/Plugin/Block/HeartbeatBlock.php
Creates an instance of the plugin.
HeartbeatBlockDeriver::create in src/Plugin/Derivative/HeartbeatBlockDeriver.php
Creates a new class instance.
HeartbeatFeedForm::create in src/Form/HeartbeatFeedForm.php
Instantiates a new instance of this class.
HeartbeatHashBlock::create in src/Plugin/Block/HeartbeatHashBlock.php
Creates an instance of the plugin.
HeartbeatMoreBlock::create in src/Plugin/Block/HeartbeatMoreBlock.php
Creates an instance of the plugin.

... See full list

File

./heartbeat.services.yml
heartbeat.services.yml

View source
  1. class: Drupal\heartbeat\HeartbeatStreamServices
  2. arguments:
  3. - '@entity_type.manager'
  4. - '@entity_type.repository'
  5. - '@entity.query'
  6. - '@config.factory'
  7. - '@database'