PetTranslationHandler.php in Previewable email templates 8.3
Same filename and directory in other branches
Namespace
Drupal\petFile
src/PetTranslationHandler.phpView source
<?php
namespace Drupal\pet;
use Drupal\content_translation\ContentTranslationHandler;
/**
* Defines the translation handler for pet.
*/
class PetTranslationHandler extends ContentTranslationHandler {
}
Classes
Name | Description |
---|---|
PetTranslationHandler | Defines the translation handler for pet. |