You are here

CityListTranslationHandler.php in Country, State and City Fields 8

File

src/CityListTranslationHandler.php
View source
<?php

namespace Drupal\country_state_city;

use Drupal\content_translation\ContentTranslationHandler;

/**
 * Defines the translation handler for city.
 */
class CityListTranslationHandler extends ContentTranslationHandler {

}

Classes

Namesort descending Description
CityListTranslationHandler Defines the translation handler for city.