You are here

PetTranslationHandler.php in Previewable email templates 8.3

Same filename and directory in other branches
  1. 8.4 src/PetTranslationHandler.php
  2. 8 src/PetTranslationHandler.php

Namespace

Drupal\pet

File

src/PetTranslationHandler.php
View source
<?php

namespace Drupal\pet;

use Drupal\content_translation\ContentTranslationHandler;

/**
 * Defines the translation handler for pet.
 */
class PetTranslationHandler extends ContentTranslationHandler {

}

Classes

Namesort descending Description
PetTranslationHandler Defines the translation handler for pet.