You are here

StateListTranslationHandler.php in Country, State and City Fields 8

File

src/StateListTranslationHandler.php
View source
<?php

namespace Drupal\country_state_city;

use Drupal\content_translation\ContentTranslationHandler;

/**
 * Defines the translation handler for state.
 */
class StateListTranslationHandler extends ContentTranslationHandler {

}

Classes

Namesort descending Description
StateListTranslationHandler Defines the translation handler for state.