StateListTranslationHandler.php in Country, State and City Fields 8
Namespace
Drupal\country_state_cityFile
src/StateListTranslationHandler.phpView source
<?php
namespace Drupal\country_state_city;
use Drupal\content_translation\ContentTranslationHandler;
/**
* Defines the translation handler for state.
*/
class StateListTranslationHandler extends ContentTranslationHandler {
}
Classes
Name | Description |
---|---|
StateListTranslationHandler | Defines the translation handler for state. |