PetTranslationHandler.php in Previewable email templates 8
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. |