You are here

CountryListTranslationHandler.php in Country, State and City Fields 8

File

src/CountryListTranslationHandler.php
View source
<?php

namespace Drupal\country_state_city;

use Drupal\content_translation\ContentTranslationHandler;

/**
 * Defines the translation handler for country.
 */
class CountryListTranslationHandler extends ContentTranslationHandler {

}

Classes

Namesort descending Description
CountryListTranslationHandler Defines the translation handler for country.