<?php namespace Drupal\heartbeat; use Drupal\content_translation\ContentTranslationHandler; /** * Defines the translation handler for heartbeat. */ class HeartbeatTranslationHandler extends ContentTranslationHandler { // Override here the needed methods from ContentTranslationHandler. }