You are here

HeartbeatAltServices.php in Heartbeat 8

Namespace

Drupal\heartbeat

File

src/HeartbeatAltServices.php
View source
<?php

namespace Drupal\heartbeat;

use Drupal\Core\Entity\Query\QueryFactory;
use Drupal\Core\Entity\EntityManager;
use Drupal\Core\Entity\EntityTypeManager;
use Drupal\Core\Entity\EntityTypeRepository;
use Drupal\heartbeat\HeartbeatTypeService;

/**
 * Class HeartbeatAltServices.
 *
 * @package Drupal\heartbeat
 */
class HeartbeatAltServices {

}

Classes

Namesort descending Description
HeartbeatAltServices Class HeartbeatAltServices.