HeartbeatTranslationHandler.php 297 B

1234567891011121314
  1. <?php
  2. namespace Drupal\heartbeat;
  3. use Drupal\content_translation\ContentTranslationHandler;
  4. /**
  5. * Defines the translation handler for heartbeat.
  6. */
  7. class HeartbeatTranslationHandler extends ContentTranslationHandler {
  8. // Override here the needed methods from ContentTranslationHandler.
  9. }