You are here

service heartbeat.heartbeattype in Heartbeat 8

Class

Drupal\heartbeat\HeartbeatTypeService
11 string references to heartbeat.heartbeattype
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.
HeartbeatEventSubscriber::flag_entity_flagged in src/EventSubscriber/HeartbeatEventSubscriber.php
This method is called whenever the flag.entity_flagged event is dispatched.
HeartbeatEventSubscriber::flag_entity_unflagged in src/EventSubscriber/HeartbeatEventSubscriber.php
This method is called whenever the flag.entity_unflagged event is dispatched.
HeartbeatFeedForm::create in src/Form/HeartbeatFeedForm.php
Instantiates a new instance of this class.

... See full list

File

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

View source
  1. class: Drupal\heartbeat\HeartbeatTypeService
  2. arguments:
  3. - '@entity_type.manager'
  4. - '@entity_type.bundle.info'
  5. - '@entity.query'